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]
|
[Desktop Entry]
|
||||||
Icon=preferences-desktop-theme-windowdecorations
|
Icon=preferences-desktop-theme-windowdecorations
|
||||||
Type=Application
|
Type=Application
|
||||||
|
NoDisplay=true
|
||||||
Exec=systemsettings kcm_kwindecoration
|
Exec=systemsettings kcm_kwindecoration
|
||||||
|
|
||||||
Name=Window Decorations
|
Name=Window Decorations
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Icon=preferences-system-windows-actions
|
Icon=preferences-system-windows-actions
|
||||||
Type=Application
|
Type=Application
|
||||||
|
NoDisplay=true
|
||||||
Exec=systemsettings kcm_kwinrules
|
Exec=systemsettings kcm_kwinrules
|
||||||
|
|
||||||
Name=Window Rules
|
Name=Window Rules
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
NoDisplay=true
|
||||||
Icon=preferences-system-windows-actions
|
Icon=preferences-system-windows-actions
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=systemsettings kcm_kwin_scripts
|
Exec=systemsettings kcm_kwin_scripts
|
||||||
|
|
Loading…
Reference in a new issue