Author Topic: Issues with Ubuntu modding. (Fixed)  (Read 1863 times)

Kyduh

  • Posts: 3
  • Turrets: +0/-0
Issues with Ubuntu modding. (Fixed)
« on: January 11, 2009, 05:54:27 pm »
Good day gentlemen. I run Tremulous on Ubuntu. I was concerned about my default installation having no options menu, so I installed the volt HUD, which I am very pleased with. In order to do this I had to run Nautilus via the "sudo" command in the terminal, since users do not by default have the permission to modify system files. I attempted several times to run the install function via the Tremulous terminal and found myself unable to do so. I remedied this by running Tremulous as the root user (again, "sudo"), which I supposed allowed me to access the files I had moved. This worked, however, in order to run tremulous now I must do so from the terminal as root instead of being able to access it via my applications shortcut. I attempted to remedy this by changing the command line to include sudo. I can only assume this does not work because I cannot enter my password this way. How can I remedy this?
« Last Edit: January 11, 2009, 07:48:00 pm by Kyduh »

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: Issues with Ubuntu modding.
« Reply #1 on: January 11, 2009, 07:00:15 pm »
you shouldn't modify any system files to install a hud, go back and install it properly (although you probably screwed the permissions on your ~/.tremulous by running it with sudo, so you'll have to chown -R it back to your user)
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Kyduh

  • Posts: 3
  • Turrets: +0/-0
Re: Issues with Ubuntu modding.
« Reply #2 on: January 11, 2009, 07:26:21 pm »
The instructions said to put it in the root folder. I could not add files to the root folder without using sudo

What is the "proper" way to install it if not the mods instructions?

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Issues with Ubuntu modding.
« Reply #3 on: January 11, 2009, 07:40:37 pm »
Copy the files to ~/.tremulous/base/ui/ and then exec its config / set the settings it tells you.
Where volt's instructions say "base folder" they are refering to ~/.tremulous/base/

Run the following to allow you to run it as non-root again:
sudo chown -R $UID:$GROUPS ~/.tremulous
sudo chown -R root:root /usr/games/tremulous /usr/share/games/tremulous
sudo chmod -R a=rX,u+w /usr/games/tremulous /usr/share/games/tremulous

Where did you put the files?
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Kyduh

  • Posts: 3
  • Turrets: +0/-0
Re: Issues with Ubuntu modding.
« Reply #4 on: January 11, 2009, 07:47:41 pm »
Thank you good sir, that fixed my problem. Back to playing

Also, I put the files here:~/.tremulous/base/ui/
As per the instructions.