Announcement

Collapse
No announcement yet.

Bookmark Error !

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bookmark Error !

    Please help me resolving this errror...


    #2
    Re: Bookmark Error !

    Just delete the file at the specified location.

    It happens when you're trying to have access to a file through Dolphin

    EDIT:

    Have access "as root" I meant.
    Acer Aspire 5100<br />Kubuntu Hardy 8.04

    Comment


      #3
      Re: Bookmark Error !

      Kubuntu Gutsy Gibbon (7.10) ?

      Kubuntu Forums > Important Information > Documentation > Bugs > Kubuntu Gutsy Known Problems
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: Bookmark Error !

        why not run:
        Code:
        sudo chown -hR yourname:yourname /home/yourname/

        Comment


          #5
          Re: Bookmark Error !

          Fixed the error via sudo chown shashwat /home/shashwat/.kde/share/apps/d3lphin/bookmarks.xml

          but I am getting an error.. I have added Fuse group but still it shows this error..

          http://www.imgx.org/view/full/13731_varuo

          Also how do I manually install Style and Windows Decoration ? Using Kubuntu 7.10 ?

          Comment


            #6
            Re: Bookmark Error !

            Originally posted by Dark Star
            Fixed the error via sudo chown shashwat /home/shashwat/.kde/share/apps/d3lphin/bookmarks.xml

            but I am getting an error.. I have added Fuse group but still it shows this error..
            Did you run:
            Code:
            sudo chown -hR shashwat:shashwat /home/shashwat/
            (assuming "shashwat" is your primary group)
            what is the output of:
            Code:
            id

            Comment


              #7
              Re: Bookmark Error !

              Code:
              uid=1000(shashwat) gid=1000(shashwat) groups=0(root),4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),60(games),104(scanner),106(fuse),108(lpadmin),109(admin),115(netdev),117(powerdev),1000(shashwat)[code]
              Hey can any 1 tell me how to install style if .deb package is not available ?[/code]

              Comment


                #8
                Re: Bookmark Error !

                Originally posted by klerfayt
                Originally posted by Dark Star
                Fixed the error via sudo chown shashwat /home/shashwat/.kde/share/apps/d3lphin/bookmarks.xml

                but I am getting an error.. I have added Fuse group but still it shows this error..
                Did you run:
                Code:
                sudo chown -hR shashwat:shashwat /home/shashwat/
                (assuming "shashwat" is your primary group)
                what is the output of:
                Code:
                id
                never mind, I looked at the picture and thought you couldn't access picture in your home directory

                Comment


                  #9
                  Re: Bookmark Error !

                  Originally posted by Dark Star
                  Hey can any 1 tell me how to install style if .deb package is not available ?
                  Depends on the style. Generally installing packages kdebase-dev and g++ should be enough - after extract style package and run:
                  Code:
                  cd /to/where/you/extracted/style
                  ./configure
                  make
                  sudo make install
                  or you can install it in home directory
                  Code:
                  cd /to/where/you/extracted/style
                  ./configure --prefix=/home/yourname/.kde
                  make
                  make install

                  Comment

                  Working...
                  X