Comment 2 for bug 1374030

Revision history for this message
nadrimajstor (ipejic) wrote :

Workaround based on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758619#63

sudo patch --backup /usr/bin/dropbox <<'EOF'
--- /usr/bin/dropbox 2014-09-25 22:15:34.099930720 +0200
+++ /usr/bin/dropbox 2014-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