Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I have Kubuntu 7.10 and from recently, when I open, for instance, the home directory, and then click on the X sign on the top right of the window(in order ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    67

    Unable to save bookmarks - Dolphin

    I have Kubuntu 7.10 and from recently, when I open, for instance, the home directory, and then click on the X sign on the top right of the window(in order to close it), I get the following message:

    Unable to save bookmarks in /home/vlado/.kde/share/apps/d3lphin/bookmarks.xml. Reported error was: Permission denied. This error message will only be shown once. The cause of the error needs to be fixed as quickly as possible, which is most likely a full hard drive.

    This wasn't like that always. It just started happening from recently.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    df -h
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Nov 2007
    Posts
    26
    Running the command
    Code:
    sudo chmod 755 /home/vlado/.kde/share/apps/d3lphin/bookmarks.xml
    should fix the problem. This is a common bug in many *buntu installations. I prefer Krusader personally (available in the repos), but Dolphin (D3lphin) is an excellent, simple, user-friendly file manager great for beginners.

  4. #4
    Just Joined!
    Join Date
    Jul 2007
    Posts
    67
    Filesystem Size Used Avail Use% Mounted on
    /dev/hda7 14G 9.2G 3.9G 71% /
    varrun 252M 196K 252M 1% /var/run
    varlock 252M 0 252M 0% /var/lock
    udev 252M 76K 252M 1% /dev
    devshm 252M 0 252M 0% /dev/shm
    lrm 252M 34M 218M 14% /lib/modules/2.6.22-14-generic/volatile
    /dev/hda5 42G 33G 9.4G 78% /media/hda5
    /dev/hda1 20G 15G 4.9G 76% /windows

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo apt-get clean all
    In case it doesn't sort out problem, try changing file permission as suggested by integr8e.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Dec 2007
    Posts
    1
    Quote Originally Posted by integr8e View Post
    Running the command
    Code:
    sudo chmod 755 /home/vlado/.kde/share/apps/d3lphin/bookmarks.xml
    should fix the problem. This is a common bug in many *buntu installations. I prefer Krusader personally (available in the repos), but Dolphin (D3lphin) is an excellent, simple, user-friendly file manager great for beginners.
    hello,
    i did the above. Remember to replace "vlado" by your username. However chmod 755 didn't work for me. Entering 777 giving read, write and execute rights on bookmarks.xml to all users seems to work. Do you think this is unsafe ? What does bookmarks.xml do ?
    I'm a newbee - of course - so no swearing or cursing please. thank you!

  7. #7
    Linux User Felarin's Avatar
    Join Date
    Mar 2007
    Location
    Brazil or Singapore
    Posts
    314
    Quote Originally Posted by SkyKubuntu View Post
    hello,
    i did the above. Remember to replace "vlado" by your username. However chmod 755 didn't work for me. Entering 777 giving read, write and execute rights on bookmarks.xml to all users seems to work. Do you think this is unsafe ? What does bookmarks.xml do ?
    I'm a newbee - of course - so no swearing or cursing please. thank you!
    4 + 2 + 1

    Read + Write + Execute

    First 7 = Yourself
    Second 7 = Groups in your users
    Third 7 = Others

    By 777, you allow read/write/execute access to all users.

    By 755, you allow read/write/execute to yourself and read/execute to users in your group as well as to others.

    Since you're logged on as your own user account and the file is probably attempted to be written to by root[which in this case is considered others], you can effectively solve the problem by keeping this file at 770 mode and adding root to your own usergroup.

    Which would be much more safer of course =)
    "A graphical user interface is just a mask. What lies beneath is what matters."

  8. #8
    Just Joined!
    Join Date
    Dec 2007
    Posts
    1

    Problem solved

    Hey you guys! I have found a solution on the web. This is the link.
    https://answers.launchpad.net/ubuntu...question/15881

    thedarkwinter said on 2007-10-23:

    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

    So kudos to thedarkwinter!

  9. #9
    Just Joined!
    Join Date
    Dec 2007
    Posts
    21
    Hi guys, i have this problem also. if all else fails, and nothing on this page solves the problem. I just go into synaptic, delete dolphin, then go into the directory where dolphin is stored and delete the folder (dolph3n)
    its in /home/'user'/.kde/share/apps/
    after the folder is deleted, just go back into synaptic and redownload and install dolphin and all is fixed.
    ofcoarse this is only a tempory solution, but if you can't fix the problem completely, this works.....(for a few weeks or so
    regards
    symon

  10. #10
    Just Joined!
    Join Date
    Jan 2008
    Posts
    1

    Angry this worked for me

    annoying little error, that alarm sound is bothersome in incessant repetition.

    obviously unless you STOLE my screename, change neurotiq to whatever you use
    I'm guessing the amount of times I executed the command was ineffectual at best.

    (damaging at worse)


    neurotiq@neurotiq-desktop:~$ sudo chmod 755 /home/neurotiq/.kde/share/apps/d3lphin/bookmarks.xml
    neurotiq@neurotiq-desktop:~$ sudo chmod 755 /home/neurotiq/.kde/share/apps/d3lphin/bookmarks.xml
    neurotiq@neurotiq-desktop:~$ sudo chmod 755 /home/neurotiq/.kde/share/apps/d3lphin/bookmarks.xml
    neurotiq@neurotiq-desktop:~$ sudo chmod 777 /home/neurotiq/.kde/share/apps/d3lphin/bookmarks.xml
    neurotiq@neurotiq-desktop:~$ sudo chown neurotiq /home/neurotiq/.kde/share/apps/d3lphin/bookmarks.xml
    neurotiq@neurotiq-desktop:~$ sudo chown neurotiq /home/neurotiq/.kde/share/apps/d3lphin/bookmarks.xml
    neurotiq@neurotiq-desktop:~$


    neurotiq@neurotiq-desktop:~$ sudo chmod 777 /home/screename/.kde/share/apps/d3lphin/bookmarks.xml

    sudo chown screename /home/screename/.kde/share/apps/d3lphin/bookmarks.xml


    This was probably answered, but I just wanted to affirm that the advice worked great thnks
    I was annoyed.

    in my mind i'm like shutup shutup shutup

    tginw

    (thnk gawd its not windows...)

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...