[Python-apps-commits] r8828 - in packages/xpra/trunk/debian (3 files)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sun Jun 3 15:52:42 UTC 2012


    Date: Sunday, June 3, 2012 @ 15:52:39
  Author: aelmahmoudy-guest
Revision: 8828

Added xpra_launcher.diff patch to correct the name of executable to run by
the desktop launcher.

Added:
  packages/xpra/trunk/debian/patches/xpra_launcher.diff
Modified:
  packages/xpra/trunk/debian/changelog
  packages/xpra/trunk/debian/patches/series

Modified: packages/xpra/trunk/debian/changelog
===================================================================
--- packages/xpra/trunk/debian/changelog	2012-06-03 14:23:27 UTC (rev 8827)
+++ packages/xpra/trunk/debian/changelog	2012-06-03 15:52:39 UTC (rev 8828)
@@ -1,8 +1,10 @@
-xpra (0.3.1+dfsg-1ubuntu1) UNRELEASED; urgency=low
+xpra (0.3.1+dfsg-2) UNRELEASED; urgency=low
 
   * debian/xpra.install: Install icons & desktop launcher. (Closes: #674824)
+  * Added xpra_launcher.diff patch to correct the name of executable to run by
+    the desktop launcher.
 
- -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Sun, 03 Jun 2012 16:03:18 +0200
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>  Sun, 03 Jun 2012 17:48:04 +0200
 
 xpra (0.3.1+dfsg-1) unstable; urgency=low
 

Modified: packages/xpra/trunk/debian/patches/series
===================================================================
--- packages/xpra/trunk/debian/patches/series	2012-06-03 14:23:27 UTC (rev 8827)
+++ packages/xpra/trunk/debian/patches/series	2012-06-03 15:52:39 UTC (rev 8828)
@@ -1 +1,2 @@
 private-pkg.diff
+xpra_launcher.diff

Added: packages/xpra/trunk/debian/patches/xpra_launcher.diff
===================================================================
--- packages/xpra/trunk/debian/patches/xpra_launcher.diff	                        (rev 0)
+++ packages/xpra/trunk/debian/patches/xpra_launcher.diff	2012-06-03 15:52:39 UTC (rev 8828)
@@ -0,0 +1,17 @@
+Description: Correct the name of executable to run
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
+Bug: http://xpra.org/trac/attachment/ticket/136
+Forwarded: http://xpra.org/trac/attachment/ticket/136/xpra_launcher.diff
+--- a/xpra_launcher.desktop
++++ b/xpra_launcher.desktop
+@@ -1,8 +1,8 @@
+ [Desktop Entry]
+ Name=Xpra Launcher
+ Comment=Connect to an Xpra session
+-TryExec=xpra_launcher
+-Exec=xpra_launcher
++TryExec=xpra
++Exec=xpra
+ Icon=xpra
+ Terminal=false
+ Type=Application




More information about the Python-apps-commits mailing list