diff options
author | 2014-01-19 22:01:35 +0000 | |
---|---|---|
committer | 2014-01-19 22:01:35 +0000 | |
commit | e8a4346833789735cb7c89426033ceecc4189c81 (patch) | |
tree | 940c629bf4a9d9422e96e9a8c824db3cd2cb840a /x11-wm/xpra/files | |
parent | Add missing patch - bug #498582 (diff) | |
download | gentoo-2-e8a4346833789735cb7c89426033ceecc4189c81.tar.gz gentoo-2-e8a4346833789735cb7c89426033ceecc4189c81.tar.bz2 gentoo-2-e8a4346833789735cb7c89426033ceecc4189c81.zip |
Fix launcher (bug 498278, thanks Torsten Kaiser).
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'x11-wm/xpra/files')
-rw-r--r-- | x11-wm/xpra/files/xpra-0.10.12-launcher.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/xpra/files/xpra-0.10.12-launcher.patch b/x11-wm/xpra/files/xpra-0.10.12-launcher.patch new file mode 100644 index 000000000000..edd42a8e837b --- /dev/null +++ b/x11-wm/xpra/files/xpra-0.10.12-launcher.patch @@ -0,0 +1,10 @@ +--- src/xpra/client/gtk_base/client_launcher.py
++++ src/xpra/client/gtk_base/client_launcher.py
+@@ -18,5 +18,6 @@
+ import pygtk
+ pygtk.require('2.0')
+-import gtk.gdk
++import gtk
++from gtk import gdk
+ import gobject
+ gobject.threads_init()
|