You are not logged in.

#1 2009-05-26 12:32:30

heyya
Member
Registered: 2009-05-23
Posts: 30

can't access errors

When I run arora as a non-root user, it says that it can't access /home/username/.local. Also with xfce4, it says that it can't access /home/username/.config. What will I gonna do to fix these?

Last edited by heyya (2009-05-26 14:37:03)

Offline

#2 2009-05-26 12:39:18

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: can't access errors

Please post the output of:

ls -la /home/username

You probably need to fix permissions on a couple of folders. No big deal smile

Offline

#3 2009-05-26 14:42:15

heyya
Member
Registered: 2009-05-23
Posts: 30

Re: can't access errors

chmod -R a+rw /home/username/.local /home/username/.config

It works for arora but no luck for xfce4.

drwxrwxrwx 10 root root 4096 2009-05-26 22:26 .config
drwxrwxrwx  3  root root 4096 2009-05-21 11:51 .local

Offline

#4 2009-05-26 15:35:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: can't access errors

Try as root

chown -R <user> <path_to_file>

Offline

Board footer

Powered by FluxBB