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 311896 - gnome panel suddenly becomes pinned to a single desktop
gnome panel suddenly becomes pinned to a single desktop
Status: RESOLVED DUPLICATE of bug 311653
Product: metacity
Classification: Other
Component: general
2.11.x
Other Linux
: Normal major
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2005-07-28 20:48 UTC by Gustavo Carneiro
Modified: 2005-07-28 21:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Gustavo Carneiro 2005-07-28 20:48:11 UTC
In recent 2.11.x metacity versions (ubuntu, but tested also with CVS), my gnome
panel started disappearing, at some point in time, when switching to another
desktop.  To reproduce the problem:
1. select any given desktop;
2. open a drawer in the panel and close it again;
3. now switch to another desktop -> panel disappears!
4. switch back to the original desktop -> panel reappears!

From then on, the panel becomes pinned to that single desktop.

I have run xprop on the panel before and after the problem occurs:

----------------
gjc@emperor:metacity$ xprop >& /tmp/panel-props.before
gjc@emperor:metacity$ xprop >& /tmp/panel-props.after
gjc@emperor:metacity$ cd /tmp/
gjc@emperor:tmp$ diff panel-props.before panel-props.after
1c1
< _NET_WM_USER_TIME(CARDINAL) = 4398752
---
> _NET_WM_USER_TIME(CARDINAL) = 4443064
7c7
< _NET_WM_DESKTOP(CARDINAL) = 4294967295
---
> _NET_WM_DESKTOP(CARDINAL) = 0
gjc@emperor:tmp$
----------------

If I kill metacity, it respawns and everything goes back to normal:
----------------
gjc@emperor:tmp$ killall metacity
gjc@emperor:tmp$ xprop >& /tmp/panel-props.after-kill
gjc@emperor:tmp$ diff panel-props.before panel-props.after-kill
1c1
< _NET_WM_USER_TIME(CARDINAL) = 4398752
---
> _NET_WM_USER_TIME(CARDINAL) = 4493124
gjc@emperor:tmp$
-----------------

I'm not sure whether it's a metacity bug, or somewhere else, but...
Comment 1 Olav Vitters 2005-07-28 20:50:45 UTC
Get a newer gtk+ if possible (or cvs)

Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of 311653 ***
Comment 2 Gustavo Carneiro 2005-07-28 21:58:38 UTC
Thanks, that indeed did fix the problem.