Add missing NoDisplay=true to KCM desktop files
We want those to be shown when they are explicitly pinned, but not in the normal app search/overview. Fixes https://invent.kde.org/teams/plasma-mobile/issues/-/issues/154#note_452861
This commit is contained in:
parent
efece0a300
commit
af18335a0d
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Icon=preferences-desktop-theme-windowdecorations
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
Exec=systemsettings kcm_kwindecoration
|
||||
|
||||
Name=Window Decorations
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Icon=preferences-system-windows-actions
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
Exec=systemsettings kcm_kwinrules
|
||||
|
||||
Name=Window Rules
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[Desktop Entry]
|
||||
NoDisplay=true
|
||||
Icon=preferences-system-windows-actions
|
||||
Type=Application
|
||||
Exec=systemsettings kcm_kwin_scripts
|
||||
|
|
Loading…
Reference in a new issue