[Xfce4-commits] [xfce/xfdesktop] 01/01: Add xfce-backdrop-settings.desktop.in back in

noreply at xfce.org noreply at xfce.org
Sun Apr 23 14:22:08 CEST 2017


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

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 8870bb1a43a3017194ab6e90c3795379611cdb57
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Apr 23 15:20:23 2017 +0300

    Add xfce-backdrop-settings.desktop.in back in
    
    We need the file to be generated so the xfce transifex bot will
    see the file and perform translations on it. Add a note in the
    .gitignore file and clean up the file a little while we're at it.
---
 .gitignore                                 | 30 ++++++++++--------------------
 settings/xfce-backdrop-settings.desktop.in | 15 +++++++++++++++
 2 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6458620..5d8b495 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,13 +34,13 @@ mkinstalldirs
 intltool-*
 INSTALL
 config.status.lineno
-doc/*/xfdesktop.xml
-modules/menu/directory-data/*.directory
-modules/menu/menu-data/*.desktop
-panel-plugin/xfce4-menu.desktop
-panel-plugin/xfce4-menu.desktop.in
-panel-plugin/xfce4-menu-plugin
-panel-plugin/xfce4-popup-menu
+ChangeLog
+config.h.in~
+cov-int/
+common/xfdesktop-marshal.c
+common/xfdesktop-marshal.h
+common/tumbler.c
+common/tumbler.h
 po/POTFILES
 po/Makefile.in.in
 po/stamp-it
@@ -50,26 +50,16 @@ settings/xfce-backdrop-settings.desktop
 settings/xfdesktop-settings
 settings/xfdesktop-settings-appearance-frame-ui.h
 settings/xfdesktop-settings-ui.h
-settings/xfce-backdrop-settings.desktop.in
+# We want the settings.desktop.in file to be tracked in git so the xfce
+# transifex bot will pickup the translations.
+#settings/xfce-backdrop-settings.desktop.in
 src/*-enum-types.*
 src/xfdesktop
-src/xfdesktop-dbus-bindings-filemanager.h
-src/xfdesktop-dbus-bindings-trash.h
 src/xfdesktop-marshal.c
 src/xfdesktop-marshal.h
-common/xfdesktop-marshal.c
-common/xfdesktop-marshal.h
-common/tumbler.c
-common/tumbler.h
 src/xfdesktop-file-manager-proxy.c
 src/xfdesktop-file-manager-proxy.h
 src/xfdesktop-thunar-proxy.c
 src/xfdesktop-thunar-proxy.h
 src/xfdesktop-trash-proxy.c
 src/xfdesktop-trash-proxy.h
-src/xfdesktop-file-manager-proxy.c
-src/xfdesktop-thunar-proxy.c
-src/xfdesktop-trash-proxy.c
-ChangeLog
-config.h.in~
-cov-int/
diff --git a/settings/xfce-backdrop-settings.desktop.in b/settings/xfce-backdrop-settings.desktop.in
new file mode 100644
index 0000000..33e5566
--- /dev/null
+++ b/settings/xfce-backdrop-settings.desktop.in
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Version=1.0
+_Name=Desktop
+_Comment=Set desktop background and menu and icon behavior
+Exec=xfdesktop-settings
+Icon=preferences-desktop-wallpaper
+Terminal=false
+Type=Application
+Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
+OnlyShowIn=XFCE;
+StartupNotify=true
+X-XfcePluggable=true
+X-XfceHelpComponent=xfdesktop
+X-XfceHelpPage=start
+X-XfceHelpVersion=4.13

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


More information about the Xfce4-commits mailing list