Tremulous Forum

General => Troubleshooting => Topic started by: Aviator on January 28, 2010, 12:52:50 am

Title: TJW on Ubuntu
Post by: Aviator on January 28, 2010, 12:52:50 am
Hey, I can't seem to get TJW to go into the right folder. It says "Permssion denied." Anyone have any idea?

Edit: I recently installed Ubuntu 9.10 and I'm a Linux noob. :P
Title: Re: TJW on Ubuntu
Post by: KillerWhale on January 28, 2010, 01:14:55 am
You have to use "sudo" to move it.

Assuming you used the Tremulous.net installer,
Code: [Select]
sudo mv /path/to/tremulous.x86 /usr/local/games/tremulous/
If you didn't use the Tremulous.net installer, go uninstall the one that the package manager installed and use the Tremulous.net one. ;)
Title: Re: TJW on Ubuntu
Post by: Aviator on January 28, 2010, 01:29:59 am
You have to use "sudo" to move it.

Assuming you used the Tremulous.net installer,
Code: [Select]
sudo mv /path/to/tremulous.x86 /usr/local/games/tremulous/
If you didn't use the Tremulous.net installer, go uninstall the one that the package manager installed and use the Tremulous.net one. ;)
OK I did that, followed this guide http://tremulous.net/forum/index.php?topic=10437.0 got to the end and created a launcher...and nothing happens :O
Title: Re: TJW on Ubuntu
Post by: Bissig on January 28, 2010, 01:55:47 am
You probably didn't fix the permissions.
Title: Re: TJW on Ubuntu
Post by: SlackerLinux on January 28, 2010, 02:48:53 am
You probably didn't fix the permissions.

you might have to make it executable to do that(adjust the paths to suit where it was installed i think *buntuu installs it somewhere stupid)

su -c "chmod +x /usr/local/games/tremulous/tremulous.x86"
  or
sudo chmod +x /usr/local/games/tremulous/tremulous.x86

also when you run it you gotta make sure that the executable is ran in the install directory by changing the shortcuts working directory to the install directory
Title: Re: TJW on Ubuntu
Post by: Aviator on January 28, 2010, 05:26:43 am
You probably didn't fix the permissions.

you might have to make it executable to do that(adjust the paths to suit where it was installed i think *buntuu installs it somewhere stupid)

su -c "chmod +x /usr/local/games/tremulous/tremulous.x86"
  or
sudo chmod +x /usr/local/games/tremulous/tremulous.x86

also when you run it you gotta make sure that the executable is ran in the install directory by changing the shortcuts working directory to the install directory
I don't think that was the problem. All that did was make it so I can't run the original tremulous executable. :P