Sid Meier's Civilization VI

Sid Meier's Civilization VI

Sukritact's Simple UI Adjustments
태양 May 17, 2020 @ 11:19am
Unable to choose production in Linux
With this mod (only mod installed) on Linux (Ubuntu 19.10) I am unable to choose production after settling my first city. I can't 'zoom in' on the city and clicking on the 'Choose Production' Button in the bottom right has no effect.
< >
Showing 1-10 of 10 comments
lonesomerogue May 27, 2020 @ 11:47am 
This mod does not work on linux due to capitalization issues. If you want to make it work, you would need to rename all the files to lowercase and then modify all the references to those files in the .modinfo files. (and then again after every update)
Hippish Jun 2, 2020 @ 2:33pm 
2
10
Just symlinking them all with the names lowercased seems to do the trick.

cd ~/.local/share/Steam/steamapps/workshop/content/289070/939149009/
find -name '*.lua' -o -name '*.xml' | sed -n 's/\(.*\/\)\(.*\)/ln -s \2 \1\L\2/p' | sh
Last edited by Hippish; Jun 2, 2020 @ 2:53pm
Papusone Jul 7, 2020 @ 2:40pm 
A very Great Thanks to Hippish for the Script ! It works on all mods with a change of directory (the last one) and works perfectly ! I have applied change on my Eights mods i have in the workshop and now, all of them works fine, even Yet another Map Pack From Gedemon !
So once Again Thanks a Lot !
Last edited by Papusone; Jul 7, 2020 @ 2:41pm
rennmade Oct 15, 2020 @ 2:10am 
Still not working for me. I have trouble finding the correct directory of my stteamapps. Can anyone please help?!
alancsilver Dec 6, 2020 @ 6:35pm 
I found the directory in question in
~/.steam/debian-installation/steamapps/workshop/content/289070/939149009

if that helps
can still confirm in 2021. ;(
Torch Apr 1, 2022 @ 5:51pm 
Can confirm, bug still present in 2022. Had to unsubscribe to get the Production window back.
henryxiv Oct 22, 2022 @ 7:50am 
The solution is so easy. Hope it gets fixed soon.
interstellarmist Jan 2, 2023 @ 1:26am 
Still a problem today but Hippish's solution works perfectly. Thanks!
KonPet Nov 8, 2023 @ 6:30pm 
Originally posted by Hippish:
Just symlinking them all with the names lowercased seems to do the trick.

cd ~/.local/share/Steam/steamapps/workshop/content/289070/939149009/
find -name '*.lua' -o -name '*.xml' | sed -n 's/\(.*\/\)\(.*\)/ln -s \2 \1\L\2/p' | sh
You're a legend, man. Thanks for providing this solution, I'll save it somewhere so that I can reuse it for other mods. I've noticed that at least one other UI mod is giving me similar issues. Also, my steamapps folder was ~/.steam/steam/steamapps, so I had to change that, but for some reason it seems different for everyone here, so not your fault. Just saying it for other people who may be searching for it
< >
Showing 1-10 of 10 comments
Per page: 1530 50