Announcement

Collapse
No announcement yet.

Application Dashboard - how to "un-hide" an application?

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

    Application Dashboard - how to "un-hide" an application?

    I accidentally hid an application ("Software & Updates" from the "Settings" submenu), how do I "un-hide" it and get it back?

    Jason

    #2
    Config files.

    KDE Configuration files: https://techbase.kde.org/KDE_System_...guration_Files
    File Format

    KDE uses a simple text-based file format for all its configuration files...
    KDE is following the XDG Base Directory Specification: https://specifications.freedesktop.o...-spec-0.8.html
    $XDG_CONFIG_HOME defines the base directory relative to which user specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.

    Example

    Hiding Marble:




    Opening $HOME/.config/plasma-org.kde.plasma.desktop-appletsrc with a text editor and searching with 'hidden'



    Removing marble from the hiddenApplications. Saving.

    Restarting the plasmashell:

    Code:
    kquitapp5 plasmashell
    Code:
    plasmashell




    and the marble is there, well here.

    Try Me !

    Comment


      #3
      Perfect, thank you!

      Jason

      Comment

      Working...
      X