[Xfce4-commits] [xfce/xfdesktop] 01/01: Keep the .desktop.in file

noreply at xfce.org noreply at xfce.org
Mon Mar 10 08:48:34 CET 2014


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

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

commit 5d3842ff008e595b51304b0deab6ab4ab98ebcc8
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Mar 10 10:39:14 2014 +0300

    Keep the .desktop.in file
    
    The .desktop.in file is generated by the .desktop.in.in file,
    however translations are applied against the desktop.in so we'll
    keep it in tree so that translations continue to work. The only
    thing that will change in the desktop.in file is the version string
    during stable/development changes (i.e. from 4.11 to 4.12).
---
 po/POTFILES.in                             |    2 +-
 po/POTFILES.skip                           |    2 +-
 settings/xfce-backdrop-settings.desktop.in |   15 +++++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0c27917..5410dea 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,7 +3,7 @@
 common/xfdesktop-common.c
 
 settings/main.c
-settings/xfce-backdrop-settings.desktop.in.in
+settings/xfce-backdrop-settings.desktop.in
 settings/xfdesktop-settings-appearance-frame-ui.glade
 settings/xfdesktop-settings-ui.glade
 
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 10063b0..6199f53 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,3 +1,3 @@
 # List of source files that shouldn't be translated.
 
-settings/xfce-backdrop-settings.desktop.in
+settings/xfce-backdrop-settings.desktop.in.in
diff --git a/settings/xfce-backdrop-settings.desktop.in b/settings/xfce-backdrop-settings.desktop.in
new file mode 100644
index 0000000..73d92a8
--- /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 behaviour
+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.11

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


More information about the Xfce4-commits mailing list