Hi everyone,
I’m trying to install ioquake3 which is in apt so it installs quite easily:
sudo apt install ioquake3
the problem is that it installs the base folder in /root/.q3a/ and not in /home/myuser/.q3a/
Am I doing something wrong?
Hi everyone,
I’m trying to install ioquake3 which is in apt so it installs quite easily:
sudo apt install ioquake3
the problem is that it installs the base folder in /root/.q3a/ and not in /home/myuser/.q3a/
Am I doing something wrong?
Make sure ioquake3 is running as your user not as root.
thanks dude, that was the problem