From 4b4439fe2ef5fdcf236f6f6bb2237a6499a812f5 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Wed, 12 Sep 2018 15:18:07 +0200 Subject: [PATCH] Open Web Shorcuts KCM from Web Shortcut Runner config The runner doesn't have any config on its own but uses the Web Shortcuts configuration. Add a "configure" button that opens that KCM straight away. BUG: 398242 FIXED-IN: 5.14.0 Differential Revision: https://phabricator.kde.org/D15430 --- runners/webshortcuts/CMakeLists.txt | 1 + .../webshortcuts/plasma-runner-webshortcuts_config.desktop | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 runners/webshortcuts/plasma-runner-webshortcuts_config.desktop diff --git a/runners/webshortcuts/CMakeLists.txt b/runners/webshortcuts/CMakeLists.txt index c5c6c33f1..8c8166717 100644 --- a/runners/webshortcuts/CMakeLists.txt +++ b/runners/webshortcuts/CMakeLists.txt @@ -14,3 +14,4 @@ target_link_libraries(krunner_webshortcuts install(TARGETS krunner_webshortcuts DESTINATION ${KDE_INSTALL_PLUGINDIR} ) install(FILES plasma-runner-webshortcuts.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) +install(FILES plasma-runner-webshortcuts_config.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}) diff --git a/runners/webshortcuts/plasma-runner-webshortcuts_config.desktop b/runners/webshortcuts/plasma-runner-webshortcuts_config.desktop new file mode 100644 index 000000000..052d577ff --- /dev/null +++ b/runners/webshortcuts/plasma-runner-webshortcuts_config.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Service +X-KDE-ServiceTypes=KCModule +X-KDE-Library=kcm_webshortcuts +X-KDE-ParentComponents=webshortcuts