Announcement

Collapse
No announcement yet.

[SOLVED] System Settings "Lost and Found"

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

    [SOLVED] System Settings "Lost and Found"

    KDE 4.7.1

    I have a section titled Lost and Found in System Settings, and Adobe Flash Player is shown there. I am not using the standard Adobe Flash Player, as it doesn't work on my 64-bit platform, so I added and am using the sevenmachines ppa and it's flashplugin64-installer.

    How do I remove this non-working entry from Lost and Found in System Settings?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    #2
    Re: System Settings "Lost and Found"

    Can you get to it with Alt-F2 "kdesudo systemsettings"?

    Comment


      #3
      Re: System Settings "Lost and Found"

      Resolved.

      I removed (moved to a safe location 'just in case') the following files:

      /usr/lib/kde4/kcm_adobe_flash_player.so
      /usr/share/kde4/services/kcm_adobe_flash_player.desktop

      Rebooted and the Lost and Found section in System Settings is gone. My flash sites still work properly, so these two files had to have been leftovers from when I had installed Adobe Flash Player from the standard installer.
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Re: System Settings "Lost and Found"

        http://tldp.org/LDP/Linux-Filesystem...lostfound.html

        When fsck attempts to recover corrupted data it places a link to the recovered file in /lost+found. If you are certain you don't need the file then it should be safe to do:

        Code:
        sudo rm -iv /lost+found/FILENAME
        Answer y when prompted if you are sure you want the file permanently deleted.
        Welcome newbies!
        Verify the ISO
        Kubuntu's documentation

        Comment

        Working...
        X