diff options
| author | Alexander Lohnau <[email protected]> | 2020-11-06 22:57:47 +0100 |
|---|---|---|
| committer | Alexander Lohnau <[email protected]> | 2020-11-07 14:51:20 +0000 |
| commit | 801fb7e0fd8e16afc8aed164a57a5fa563ccf5a4 (patch) | |
| tree | d58b889fd1924c7c83d87a0bc207076896ac3faa | |
| parent | 1c2fbdef09f1756c337cab39c2d229b22b11fb5b (diff) | |
Do not expose KCMs in application launchers
We still need to build them, because they
are also loaded on konqueror.
| -rw-r--r-- | src/settings/kcm/kcmdolphingeneral.desktop | 2 | ||||
| -rw-r--r-- | src/settings/kcm/kcmdolphinnavigation.desktop | 2 | ||||
| -rw-r--r-- | src/settings/kcm/kcmdolphinservices.desktop | 2 | ||||
| -rw-r--r-- | src/settings/kcm/kcmdolphinviewmodes.desktop | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/settings/kcm/kcmdolphingeneral.desktop b/src/settings/kcm/kcmdolphingeneral.desktop index 0655105c5..0755ced63 100644 --- a/src/settings/kcm/kcmdolphingeneral.desktop +++ b/src/settings/kcm/kcmdolphingeneral.desktop @@ -102,11 +102,9 @@ Comment[zh_TW]=此服務允許設定 Dolphin 的一般設定。 Icon=system-file-manager Type=Service X-KDE-ServiceTypes=KCModule -Exec=kcmshell5 kcmdolphingeneral X-KDE-Library=kcm_dolphingeneral X-KDE-PluginKeyword=dolphingeneral -X-KDE-ParentApp=kcontrol X-DocPath=dolphin/index.html#preferences-dialog-general # ctxt: Random file browsing settings. Name=General diff --git a/src/settings/kcm/kcmdolphinnavigation.desktop b/src/settings/kcm/kcmdolphinnavigation.desktop index 4f3daeb88..e4c9f18ad 100644 --- a/src/settings/kcm/kcmdolphinnavigation.desktop +++ b/src/settings/kcm/kcmdolphinnavigation.desktop @@ -102,11 +102,9 @@ Comment[zh_TW]=此服務允許設定 Dolphin 的導覽。 Icon=preferences-desktop-navigation Type=Service X-KDE-ServiceTypes=KCModule -Exec=kcmshell5 kcmdolphinnavigation X-KDE-Library=kcm_dolphinnavigation X-KDE-PluginKeyword=dolphinnavigation -X-KDE-ParentApp=kcontrol X-DocPath=dolphin/index.html#preferences-dialog-navigation Name=Navigation Name[ar]=التّنقّل diff --git a/src/settings/kcm/kcmdolphinservices.desktop b/src/settings/kcm/kcmdolphinservices.desktop index 05572e18e..2e188f3fa 100644 --- a/src/settings/kcm/kcmdolphinservices.desktop +++ b/src/settings/kcm/kcmdolphinservices.desktop @@ -52,11 +52,9 @@ Name[zh_TW]=Dolphin 服務 Icon=preferences-system-services Type=Service X-KDE-ServiceTypes=KCModule -Exec=kcmshell5 kcmdolphinservices X-KDE-Library=kcm_dolphinservices X-KDE-PluginKeyword=dolphinservices -X-KDE-ParentApp=kcontrol X-DocPath=dolphin/index.html#preferences-dialog-services Name=Services Name[ar]=الخدمات diff --git a/src/settings/kcm/kcmdolphinviewmodes.desktop b/src/settings/kcm/kcmdolphinviewmodes.desktop index f79aae390..a1f571dc0 100644 --- a/src/settings/kcm/kcmdolphinviewmodes.desktop +++ b/src/settings/kcm/kcmdolphinviewmodes.desktop @@ -100,11 +100,9 @@ Comment[zh_TW]=此服務允許設定 Dolphin 的檢視模式。 Icon=preferences-desktop-icons Type=Service X-KDE-ServiceTypes=KCModule -Exec=kcmshell5 kcmdolphinviewmodes X-KDE-Library=kcm_dolphinviewmodes X-KDE-PluginKeyword=dolphinviewmodes -X-KDE-ParentApp=kcontrol X-DocPath=dolphin/index.html#preferences-dialog-viewmodes Name=View Modes Name[ar]=أوضاع المنظور |
