You are not logged in.
Pages: 1
Ive downloaded and installed deluge from the AUR, i can run it from terminal as root but it wont run as regular user, i dont know whats wrong...
Offline
We're not psychic, tell us what happens when you try to run it as user.
I am a gated community.
Offline
...absolutely nothing... except for a small bar that tells me that it should be starting up, then it goes away with nothing. Sorry about the lack of info in the previous post... i was a little drunk trying to do some late night linux.... anywayz, i got some more info, looks like a premission problem reason is, when i try to run deluge as regular user in a terminal i get this feedback.
Traceback (most recent call last):
File "/usr/bin/deluge", line 31, in <module>
import deluge, deluge.dcommon, deluge.delugegtk
File "/usr/lib/python2.5/site-packages/deluge/dcommon.py", line 29, in <module>
CONFIG_DIR = xdg.BaseDirectory.save_config_path('deluge')
File "/usr/lib/python2.4/site-packages/xdg/BaseDirectory.py", line 59, in save_config_path
os.makedirs(path, 0700)
File "/usr/lib/python2.5/os.py", line 166, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/amphaeon/.config/deluge'
im thinking i need to chmod the directory (/home/amphaeon/.config/deluge) am i correct?
Offline
chmod, chown or just sudo rm -rf
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
i got it... all i had to do was chown the /home/amphaeon/.config directory to amphaeon:users and i also deleted the directory and a new one was made with correct user/group info. Thx for help.
Offline
Pages: 1