getting an Unable to save bookmarks error in dolphin

Asked by dalehuff

When closing dolphin, I'm getting an "unable to save bookmarks" error in my home directory. What is does this refer to and how to fix it? Running ubuntu 7.10.

Thanks.

Dale

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu dolphin Edit question
Assignee:
No assignee Edit question
Solved by:
thedarkwinter
Solved:
Last query:
Last reply:
Revision history for this message
Best thedarkwinter (michael-thedarkwinter) said :
#1

Perhaps the permissions have changed somewhere along the line... try opening a terminal and typing

cd /home
sudo chown -R username:username username (where username is you username, ofcourse :)

Revision history for this message
dalehuff (dalehuff9183) said :
#2

Thanks!

That was the ticket. New to Linux and kinda thought that was the problem, but wasnt sure how to change it. Windows XP makes things so easy.

Dale

Revision history for this message
Rawashdeh_omar (rawashdeh-omar) said :
#3

I only registered to say thank you thedarkwinter.