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

f2404 pushed a 
commit to branch 
master
in repository apps/xfce4-terminal.

commit 73728b93c5f6a37c9236f033f59264a1c525a18c
Author: Igor <f2...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to