r21146 - in /packages/unstable/update-manager/debian: changelog patches/01_software_properties_launching_r1545.patch

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Sun Aug 30 08:34:54 UTC 2009


Author: speijnik-guest
Date: Sun Aug 30 08:34:52 2009
New Revision: 21146

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21146
Log:
Version 0.200.0~rc2-2: closes #544195.

Added:
    packages/unstable/update-manager/debian/patches/01_software_properties_launching_r1545.patch
Modified:
    packages/unstable/update-manager/debian/changelog

Modified: packages/unstable/update-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/changelog?rev=21146&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/changelog [utf-8] (original)
+++ packages/unstable/update-manager/debian/changelog [utf-8] Sun Aug 30 08:34:52 2009
@@ -1,3 +1,10 @@
+update-manager (0.200.0~rc2-2) unstable; urgency=low
+
+  * Added patch for incorrect software-properties-gtk launching 
+    (from bzr: r1545) (Closes: #544195).
+
+ -- Stephan Peijnik <debian at sp.or.at>  Sun, 30 Aug 2009 10:33:57 +0200
+
 update-manager (0.200.0~rc2-1) unstable; urgency=low
 
   [ Stephan Peijnik ]

Added: packages/unstable/update-manager/debian/patches/01_software_properties_launching_r1545.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/patches/01_software_properties_launching_r1545.patch?rev=21146&op=file
==============================================================================
--- packages/unstable/update-manager/debian/patches/01_software_properties_launching_r1545.patch (added)
+++ packages/unstable/update-manager/debian/patches/01_software_properties_launching_r1545.patch [utf-8] Sun Aug 30 08:34:52 2009
@@ -1,0 +1,17 @@
+=== modified file 'UpdateManager/Frontend/Gtk/ui.py'
+--- UpdateManager/Frontend/Gtk/ui.py	2009-08-28 07:50:29 +0000
++++ UpdateManager/Frontend/Gtk/ui.py	2009-08-30 08:29:42 +0000
+@@ -950,7 +950,11 @@
+             ctx = gio.AppLaunchContext()
+             app_info = gio.AppInfo("/usr/bin/software-properties-gtk",
+                                    "/usr/bin/software-properties-gtk")
+-            app_info.launch(ctx)
++            try:
++                app_info.launch(None, ctx)
++            except gobject.GError, g_err:
++                LOG.fatal("Could not execute software-properties-gtk: %s",
++                          g_err)
+             
+     def on_button_install_clicked(self, widget):
+         """ Install button click handler.
+




More information about the pkg-gnome-commits mailing list