touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #21013
[Bug 1374030] Re: Dropbox crash on Ubuntu MATE Remix
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
** Attachment added: "dropbox_patch"
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1374030/+attachment/4215484/+files/dropbox_patch
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1374030
Title:
Dropbox crash on Ubuntu MATE Remix
Status in “gtk+3.0” package in Ubuntu:
Confirmed
Bug description:
I'm getting "Attempt to unlock mutex that was not locked" and a
segfault when running Ubuntu MATE Remix 14.10.
It seems this bug is reported elsewhere in a number of other packages
and is a result of a change in GLib ≥ 2.41.
I am told this patch can fix it.
https://github.com/GNOME/gtk/commit/79c3ff3c4ed74bbcc820dac2d5180fa4d48d55ec
Bug 1346299 & bug 1344386 are related (similar issue, different app).
Note that as this is dropbox, we cannot easily fix there as it's
proprietary.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1374030/+subscriptions
References