GNOME Bugzilla – Bug 131682
[UI-REVIEW] Can't move gswitchit applet by middle dragging
Last modified: 2004-12-22 21:47:04 UTC
I just installed the gswitchit applet from control-center HEAD, and after I've added it to the panel, I'm unable to move it in the same way I can move other applets, i.e. middle-button dragging.
???? applet from control-center?:) Actually, you are right, it is unmovable for some reason. I will have a look.
Oops, you know what I meant :)
This is really strange. The problem is reproducable - but it is somewhere deep in gtk. I get strange messages in console on every button click (including the middle button which I do not process at all): Gdk-WARNING **: gdkdrawable-x11.c:885 drawable is not a pixmap or window Do you have any ideas what this could be? Who would be the person to ask questions about this?
Changing gswitchit bugs to the libgswitchit component of gnome-applets.
Well, the stracktrace of this message looks like something bad happens to bonobo:
+ Trace 43511
Probably, Michael could have some insight. I am not sure what exactly the applet can broke in bonobo...
The fix applied to cvs for bug #132851 also fixes this bug. 2004-02-06 Padraig O'Briain (padraig.obriain@sun.com) * gswitchit/gswitchit-applet.c (GSwitchItAppletFilterXEvt): Return GDK_FILTER_CONTINUE for ReparentNotify event so that gtk_plug_filter_func gets the events. Fixes bug #132851.
Wonderful! Lads you rock:) I wish I knew gtk as good as you do:)