gtick-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gtick-devel] Re: gtick error on ubuntu dapper


From: Roland Stigge
Subject: [Gtick-devel] Re: gtick error on ubuntu dapper
Date: Mon, 25 Sep 2006 22:08:18 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060812)

Hi,

Michal Žeravík wrote:
> i was really enjoying your gtick app,
> I've been also recommended it to Marcus to put it in Musix distro.
> Now I'm running dapper with few custom sources and gtick stopped running
> with:
> $ gtick --debug
> GTK Accessibility Module initialized
> 
> GThread-ERROR **: GThread system may only be initialized once.
> aborting...
> Aborted

I had the same problem under Debian as well (and Ubuntu is a Debian
derivative). A fixed version should be released in a few hours.
Meanwhile feel free to change:

  g_thread_init(NULL);

to

  if (!g_thread_supported()) {
    g_thread_init(NULL);
  }

in gtick.c.

Thanks for reporting.

Have fun,

Roland




reply via email to

[Prev in Thread] Current Thread [Next in Thread]