Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
9d2dbdb8
Commit
9d2dbdb8
authored
Mar 29, 2022
by
Alexander Lohnau
Browse files
Add desktop file with NoDisplay=true for KRunner KCM
This is needed for displaying a proper icon on wayland
BUG: 451999
parent
e9998527
Pipeline
#156553
passed with stage
in 4 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcms/runners/CMakeLists.txt
View file @
9d2dbdb8
...
...
@@ -47,7 +47,7 @@ if(HAVE_PACKAGEKIT)
target_link_libraries
(
plugininstaller PK::packagekitqt5
)
endif
()
install
(
FILES kcm_plasmasearch.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES
kcm_krunnersettings.desktop
kcm_plasmasearch.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
TARGETS kcm_plasmasearch DESTINATION
${
KDE_INSTALL_PLUGINDIR
}
/plasma/kcms/systemsettings_qwidgets
)
install
(
FILES krunner.knsrc DESTINATION
${
KDE_INSTALL_KNSRCDIR
}
)
install
(
TARGETS plugininstaller DESTINATION
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
...
...
kcms/runners/kcm_krunnersettings.desktop
0 → 100644
View file @
9d2dbdb8
# SPDX-FileCopyrightText: 2022 Alexander Lohnau <alexander.lohnau@gmx.de>
# SPDX-License-Identifier: CC0-1.0
[Desktop Entry]
Icon=krunner
Type=Application
NoDisplay=true
Name=KRunner Settings
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment