Open GoogleCodeExporter opened 9 years ago
added the config.log for more information
Original comment by jkflo...@dds.nl
on 31 Aug 2014 at 7:59
Attachments:
same bug ...
Ubuntu 14.10
==> Attempt to unlock mutex that was not locked
Original comment by frafas...@gmail.com
on 23 Sep 2014 at 12:11
[deleted comment]
Hi :)
Modified file source:
.../gtkdialog-0.8.3/src/gtkdialog.c
line 491:
g_thread_init( NULL );
gdk_threads_init();
to:
/* Secure glib */
if( ! g_thread_supported() )
g_thread_init( NULL );
/* gdk_threads_init();
ok for me ...
Original comment by frafas...@gmail.com
on 1 Oct 2014 at 9:53
packages available (.deb) for testing:
https://sourceforge.net/projects/multisystem/files/gtkdialog-deb/
Original comment by frafas...@gmail.com
on 1 Oct 2014 at 10:19
Thanks, your package is running fine here. Is there also a possibility to pack
a gtk3 version?
Original comment by jkflo...@dds.nl
on 4 Oct 2014 at 8:50
Original issue reported on code.google.com by
jkflo...@dds.nl
on 31 Aug 2014 at 12:43