[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 03/03: Add clipman-settings desktop file
noreply at xfce.org
noreply at xfce.org
Tue Mar 24 08:44:50 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit 7903c56385e0a42fd0c41edda2bbe5f68bd05a6d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Mar 24 08:44:30 2020 +0100
Add clipman-settings desktop file
This helps with discoverability of the config
---
panel-plugin/Makefile.am | 3 +--
panel-plugin/xfce4-clipman-settings.desktop.in | 14 ++++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 2fb19ae..4d05183 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -223,7 +223,7 @@ plugins_DATA = $(plugins_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
appsdir = $(datadir)/applications
-apps_in_files = xfce4-clipman.desktop.in
+apps_in_files = xfce4-clipman.desktop.in xfce4-clipman-settings.desktop.in
apps_DATA = $(apps_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
@@ -262,4 +262,3 @@ DISTCLEANFILES = \
install-exec-hook:
cd $(DESTDIR)$(exec_prefix)/bin && \
$(LN_S) -f xfce4-popup-clipman xfce4-popup-clipman-actions
-
diff --git a/panel-plugin/xfce4-clipman-settings.desktop.in b/panel-plugin/xfce4-clipman-settings.desktop.in
new file mode 100644
index 0000000..83f4c32
--- /dev/null
+++ b/panel-plugin/xfce4-clipman-settings.desktop.in
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+_Name=Clipboard Manager Settings
+_Comment=Customize your clipboard
+Exec=xfce4-clipman-settings
+Icon=xfce4-clipman-plugin
+Terminal=false
+StartupNotify=true
+Type=Application
+OnlyShowIn=XFCE;
+Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
+X-XfcePluggable=true
+X-XfceHelpComponent=clipman
+X-XfceHelpPage=start
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list