Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
added the config.log for more information

Original comment by [email protected] on 31 Aug 2014 at 7:59

Attachments:

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
same bug ...
Ubuntu 14.10
==> Attempt to unlock mutex that was not locked 

Original comment by [email protected] on 23 Sep 2014 at 12:11

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
[deleted comment]

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
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 [email protected] on 1 Oct 2014 at 9:53

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
packages available (.deb) for testing:
https://sourceforge.net/projects/multisystem/files/gtkdialog-deb/

Original comment by [email protected] on 1 Oct 2014 at 10:19

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 19, 2024
Thanks, your package is running fine here. Is there also a possibility to pack 
a gtk3 version?

Original comment by [email protected] on 4 Oct 2014 at 8:50

from gtkdialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.