! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
File operation icon doesn't disappear
Status:
RESOLVED: FIXED

Comments

Description Xavier D. 2010-11-28 21:23:17 CET
I'm using tint2 for my systray but when a file operation is done in thunar, there is a 'blank' let after the operation. After some searches and talks with the guys from tint2, it seems it's a bug in gtk+ and the status icon visibility has to be set to FALSE before unreferencing (see https://bugzilla.gnome.org/show_bug.cgi?id=589860).
Comment 1 Xavier D. 2010-11-30 23:30:49 CET
In attachment, there is a patch that corrects the problem in setting the visibility of the icon to FALSE before destroying it.
Comment 2 Xavier D. 2010-11-30 23:31:27 CET
Created attachment 3225 
set the visibility of the status icon to false before destroying it
Comment 3 Jannis Pohlmann editbugs 2010-12-06 10:37:10 CET
Fixed in master:

commit 8a9a5174448ff5699f6935c04b3c86642634fb92
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Mon Dec 6 10:34:51 2010 +0100

    Hide status icon prior to destroying it (bug #6891). Patch by Xavier D.
    
    This appears to be a bug in GTK+. If the status icon is not hidden
    before it is destroyed, it will sometimes not disappear (the
    notification area will never receive a "removed" signal). For more
    information please see
    
      http://bugzilla.gnome.org/show_bug.cgi?id=589860
Comment 4 Jannis Pohlmann editbugs 2011-01-24 20:32:57 CET
*** Bug 6852 has been marked as a duplicate of this bug. ***

Bug #6891

Reported by:
Xavier D.
Reported on: 2010-11-28
Last modified on: 2011-01-24
Duplicates (1):
  • 6852 File Operation Dialog systray applet leaves empty gap in systray bar

People

Assignee:
Jannis Pohlmann
CC List:
1 user

Version

Attachments

Additional information