[quote=“hobophobic, post:17912, topic:42”]Could anyone with linux expertise help me change my in-game fonts? Please please please!
I am playing on ubuntu, and the folder which fonts.json is located can’t be edited without using root access.
I’ve been trying to do this for so long with zero success :([/quote]
Oh, you should have asked in the tech support thread. I’d have noticed it sooner. That’s okay. If you want to edit a file that’s root only, pop open a terminal and type in “sudo [name of your text editor] /path/to/the/fonts.json” so if you’re using gedit and it’s in /usr/games/cataclysm then you’d go “sudo gedit /usr/games/cataclysm/data/fonts.json” or fontdata.json or whatever it is. It’ll ask you to enter your password, type it in and press enter (it won’t look like anything’s happening until you hit enter) and then your editor should pop up with the file in it, and you’ll have write access now.
If you’d like to make it more convenient to fool with, then “sudo chown username /path/to/the/fonts.json” will change ownership of the file to “username”.