Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vendero

Pages: [1]
1
Linux Specific Issues / Re: Newbie guide to installation on Ubuntu.
« on: July 19, 2008, 10:25:11 pm »
I've found the following, which may be of help to other people:

After I've installed the game, following this guide (with the exeption of installing to ~/games instead of /opt), the PlaneShift directory is owned by root. The installer recogniser the current user as root, thus effectivly preventing access to the game's folder. A chown -r will solve this problem:
Code: [Select]
sudo chown -hR <your username> <planeshiftdir>
Another solution might  be to manually set the permissions in the installer, although I haven't tried that myself.

~Vendero

Pages: [1]