bugMail Notification, A mail notification for freedesktop.org-compliant system trays - Bugs: bug #19189, use GDK_THREADS_ENTER() right...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #19189: use GDK_THREADS_ENTER() right after gdk_threads_init().

Submitter:  None
Submitted:  Sat 03 Mar 2007 08:27:51 AM UTC
   
 
Severity:  3 - Normal Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  Closed

Tue 26 Jun 2007 12:41:46 PM UTC, comment #3: 

Fixed in 4.1

Jean-Yves Lefort <jylefort>
Group administrator
Thu 08 Mar 2007 01:21:27 PM UTC, comment #2: 

FYI, disabling accessibility features with gnome-at-properties works around the problem

Anonymous
Sat 03 Mar 2007 08:47:46 AM UTC, comment #1: 


> This bug will probably show up in other distributions soon as well.

Maybe this one:
https://launchpad.net/bugs/82736

Anonymous
Sat 03 Mar 2007 08:27:51 AM UTC, original submission:  

mail-notification stopped working in the Fedora development tree after a new version of at-spi got integrated. The bug was tracked here:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227828

After discussing this with a Red Hat / Gnome developer it seems that there is something wrong in mail-notification that gets triggered by the new at-spi. Quoting some parts of above bug report:



[...]You should call

g_thread_init (NULL)
gdk_threads_init ();
GDK_THREADS_ENTER();

first thing in your program. Calling GDK_THREADS_ENTER() after
gnome_program_init() is too late, since gnome_program_init is making gtk calls.


[...]the a11y stack is now assuming that it is always called under the GDK lock.


The GDK threads documentation has always recommended taking the GDK lock right after gdk_threads_init().



This bug will probably show up in other distributions soon as well.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jylefort (Updated the item)
  •  

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-06-26 jylefort StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2007-06-16 jylefort StatusNone Confirmed
    2007-03-08 thorstenl Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code