Comment 3 for bug 1374030

Revision history for this message
nadrimajstor (ipejic) wrote :

Ignore previous one (https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1374030/comments/2)...
That is python and whitespace matters... And someone eat some whitespace during copy&paste :|

sudo patch --backup /usr/bin/dropbox <<'EOF'
--- /usr/bin/dropbox2014-09-25 22:15:34.099930720 +0200
+++ /usr/bin/dropbox2014-09-25 21:58:06.015930720 +0200
@@ -285,6 +285,7 @@
         import webbrowser

         gtk.gdk.threads_init()
+ gtk.gdk.threads_enter()

         load_serialized_images()

EOF