From a512176b4bdbf0f0471a9b9089f4a936c14e2732 Mon Sep 17 00:00:00 2001 From: Duong Do Minh Chau Date: Thu, 12 Nov 2020 16:38:44 +0700 Subject: Add options to hide some context menu entries This commit add options to hide the following context menu entries: - Add to Places - Copy Location - Duplicate Here - Open in New Tab and Open in New Tabs - Open in New Window - Sort By - View Mode The Services settings page is renamed to Context Menu ShowCopyMoveMenu option is moved from GeneralSettings to ContextMenuSettings BUG: 314594 --- src/settings/contextmenu/servicemenu.knsrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/settings/contextmenu/servicemenu.knsrc (limited to 'src/settings/contextmenu/servicemenu.knsrc') diff --git a/src/settings/contextmenu/servicemenu.knsrc b/src/settings/contextmenu/servicemenu.knsrc new file mode 100644 index 000000000..0d1c103f6 --- /dev/null +++ b/src/settings/contextmenu/servicemenu.knsrc @@ -0,0 +1,9 @@ +[KNewStuff2] +ProvidersUrl=https://download.kde.org/ocs/providers.xml +Categories=Dolphin Service Menus +ChecksumPolicy=ifpossible +SignaturePolicy=ifpossible +TargetDir=servicemenu-download +Uncompress=never +InstallationCommand=servicemenuinstaller install %f +UninstallCommand=servicemenuinstaller uninstall %f -- cgit v1.3.1