Announcement

Collapse
No announcement yet.

I Keep getting this Error!

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

    I Keep getting this Error!

    [img width=400 height=162]http://www.imagehosting.com/out.php/i1333059_snapshot1.png[/img]

    I keep getting this message when i'm closing a window!!!! and i have a partitioning of 25GB for K. (19GB still free).

    What can it be?

    cheers for helping out guys.....one day i'll do my share

    #2
    Re: I Keep getting this Error!

    Yep, that's a known Dolphin bug. Here's how I fixed it.

    Open Konqueror in Super User mode, like this:

    Alt-F2, then enter
    Code:
    kdesu konqueror
    It will open in your /home/user directory. Click "View>Show hidden files". Now right-click the icon for .kde and choose "Properties". Click the "Permissions" tab, and in the lower left corner change the "user" and "group" to YOU (the user). Also put an "x" in the "Apply changes to all subfolders ..." item, and then click "OK".

    That should take care of it.

    Comment


      #3
      Re: I Keep getting this Error!

      after clicking VIEW.....there's no Show Hidden Files in the drop menu running GG btw...


      and another thing.....when i'm adding or removing an application with Adept...it's not able to complete and i get this message

      [img width=400 height=128]http://www.imagehosting.com/out.php/i1333474_snapshot2.png[/img]

      thanks 4 yr help

      Comment


        #4
        Re: I Keep getting this Error!

        Fixes to the Dolphin/D3lphin:

        Bug #136458 in dolphin
        dolphin not able to save bookmarks after using "open as root" option
        https://bugs.launchpad.net/ubuntu/+s...in/+bug/136458
        deleting the files bookmarks.xml and bookmarks.bak solves this problem.

        the permisson of bookmarks.xml is set to root after using the "open as root" option.
        Or reseting ownership of the files to your user:

        From Topic: Konqueror Browser Can Browse Only as ROOT by claydoh
        http://kubuntuforums.net/forums/inde...opic=3084031.0
        Code:
        sudo chown -Rv <insert-username>.<insert-groupname> /home/<insert-username>/.kde
        And even more fixes at:
        Topic: Dolphin crashes
        http://kubuntuforums.net/forums/inde...opic=3086993.0
        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


          #5
          Re: I Keep getting this Error!

          Originally posted by Rog131
          Fixes to the Dolphin/D3lphin:

          Bug #136458 in dolphin
          dolphin not able to save bookmarks after using "open as root" option
          https://bugs.launchpad.net/ubuntu/+s...in/+bug/136458
          deleting the files bookmarks.xml and bookmarks.bak solves this problem.

          the permisson of bookmarks.xml is set to root after using the "open as root" option.
          Or reseting ownership of the files to your user:

          From Topic: Konqueror Browser Can Browse Only as ROOT by claydoh
          http://kubuntuforums.net/forums/inde...opic=3084031.0
          Code:
          sudo chown -Rv <insert-username>.<insert-groupname> /home/<insert-username>/.kde
          And even more fixes at:
          Topic: Dolphin crashes
          http://kubuntuforums.net/forums/inde...opic=3086993.0

          Thanks Rog.....would you kindly have a look at the other thingy i've posted on top of yr post...re adept.
          cheers

          Comment


            #6
            Re: I Keep getting this Error!

            Try in the konsole:
            Code:
            sudo apt-get -s install package_name
            -s, --simulate, --just-print, --dry-run, --recon, --no-act
            No action; perform a simulation of events that would occur but do
            not actually change the system.
            or
            remove
            remove is identical to install except that packages are removed
            instead of installed.
            You get more information of the 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

            Working...
            X