After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 607508 - Cannot drag windows around in pager applet any more
Cannot drag windows around in pager applet any more
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
csw
Depends on:
Blocks:
 
 
Reported: 2010-01-19 23:49 UTC by Reinout van Schouwen
Modified: 2010-01-20 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Reinout van Schouwen 2010-01-19 23:49:02 UTC
(note: there's no version for 2.29.x yet in bugzilla)

In the workspace switcher I can no longer drag windows from one workspace to another.
This is on an up-to-date Mandriva Cooker system, the pager reports version 2.29.5.1.
Comment 1 Vincent Untz 2010-01-20 00:13:41 UTC
compiz or metacity? If compiz, then this is bug 505367.
Comment 2 Reinout van Schouwen 2010-01-20 00:17:19 UTC
metacity, without compositing enabled even.
Comment 3 Vincent Untz 2010-01-20 01:43:59 UTC
Ah, I can reproduce on my machine now. Putting GDK_NATIVE_WINDOWS=1 in my environment fixes it, so I guess it's an issue with client-side windows (especially since that code didn't change since quite some time in libwnck...).

FWIW, I'm using GTK+ 2.19.3.
Comment 4 Alexander Larsson 2010-01-20 09:39:20 UTC
Weird, i can't reproduce with latest git of gtk+, panel, libwnck
Comment 5 Alexander Larsson 2010-01-20 09:39:53 UTC
Also, teuf could reproduce in panel but not with test-panel in libwnck.
Comment 6 Alexander Larsson 2010-01-20 09:47:18 UTC
From teuf: 
 Works with gnome-panel 2.28.0 and gtk+ 2.29.3
 doesn't work with gnome-panel 2.95.5.1 and gtk+ 2.28.

So, this seems to be something introduced in panel or dependencies in 2.29
Comment 7 Christophe Fergeau 2010-01-20 12:53:47 UTC
The mandriva package is built with --with-in-process-applets=all. Compiling without this fixes the issue for me. However, someone with the same version of all packages but an i586 system didn't have the issue (I'm on x86-64)