ubuntu-users@lists.ubuntu.com
[Top] [All Lists]

Re: loss of Preferences

Subject: Re: loss of Preferences
From: Nils Kassube
Date: Mon, 28 Jan 2008 23:14:24 +0100
Willis Taylor wrote:
> On rebooting I 
> get two messages each time;
> .. The first informs me that my Preferences cannot be saved because
> /home/<my log on>/kde/share/config/koonquerorrc is not writable.
> .. The second follows the same path up to /config/kickerrc and it has
> the same problem.
>
> I went to my home file and from there created kde/share/config and
> there created the two ending files and in permissions made them
> writable. Still, I have the problem.  Please, where did I go wrong?

I think you missed a "." in the path. The real path to the KDE directory 
is /home/<your log on>/.kde - please note the ".kde" instead of "kde" 
here. The reason for your problem might be that you have done some system 
configuration with sudo and a graphical editor like kate or with 
konqueror. Now the files mentioned in the error messages are owned by 
root and therefore not writeable for you. Change the ownership (of all 
files in your home directory) with this command in a terminal (konsole):

sudo chown -R <your log on>:<your log on> /home/<your log on>

Now, to prevent this happening again, you should do system configuration 
with kdesu instead of sudo unless you use command line programs.


Nils

-- 
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users

<Prev in Thread] Current Thread [Next in Thread>