[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add .desktop file for the terminal preferences

noreply at xfce.org noreply at xfce.org
Mon Apr 16 21:55:56 CEST 2018


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       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 apps/xfce4-terminal.

commit 73728b93c5f6a37c9236f033f59264a1c525a18c
Author: Igor <f2404 at yandex.ru>
Date:   Mon Apr 16 15:55:35 2018 -0400

    Add .desktop file for the terminal preferences
---
 Makefile.am                        |  2 +-
 xfce4-terminal-settings.desktop.in | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f4bb1bc..b5c1fff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ ChangeLog: Makefile
 dist-hook: ChangeLog
 
 desktopdir = $(datadir)/applications
-desktop_in_files = xfce4-terminal.desktop.in
+desktop_in_files = xfce4-terminal.desktop.in xfce4-terminal-settings.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
diff --git a/xfce4-terminal-settings.desktop.in b/xfce4-terminal-settings.desktop.in
new file mode 100644
index 0000000..89db542
--- /dev/null
+++ b/xfce4-terminal-settings.desktop.in
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+_Name=Xfce Terminal
+_Comment=Terminal Emulator
+_GenericName=Terminal Emulator
+Exec=xfce4-terminal --preferences
+Icon=utilities-terminal
+Terminal=false
+Type=Application
+Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
+StartupNotify=true

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list