Closed Ambrevar closed 5 years ago
No, there isn't. The install/ folder needs to be writable, the editor binary completes some installation and configuration steps once it gets pointed at a game to configure for.
So this means the editor cannot be installed on a multi-user system as root?
Correct - that's not possible. An heritage from being a Windows piece of software originally, and being written 25 years ago.
It's a reasonably small set of files for nowadays systems so you could just sync the whole thing to ~/.local/share before the first execution though.
Thanks for confirming. I'll go with a wrapper then.
I'm trying to package GtkRadiant for Guix.
Compilation runs almost fine (bar issue #631). When I launch the program, I can choose Quake III Arena and mods, and select the
~/.q3a
game directory. When I click OK, I get this message:This makes sense since the gtk-radiant installation folder is read-only. Is there a way to specify that this "games" folder should be created in the users' home?