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 122513 - not expanded panel doesn't respect schema order
not expanded panel doesn't respect schema order
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-17 09:52 UTC by Frederic Crozat
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
Default entries (to use with gconf --load) (17.27 KB, text/plain)
2003-09-17 09:53 UTC, Frederic Crozat
Details

Description Frederic Crozat 2003-09-17 09:52:17 UTC
Using the attached gnome-panel-default entries, just unselect 'expand",
logout and login => applets order is not preserved at all..
Comment 1 Frederic Crozat 2003-09-17 09:53:08 UTC
Created attachment 20003 [details]
Default entries (to use with gconf --load)
Comment 2 Bart Martens 2004-03-07 10:16:44 UTC
I can confirm that this problem occurs on Fedora Core 1 with
gnome-panel-2.4.2-3.

Also known at fedora bugzilla:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112759
Comment 3 Leonard den Ottolander 2004-03-07 18:54:54 UTC
I can also reproduce this with gnome-panel-2.4.2-3 on FC 1. Clock
applet has moved totally to the left (left from the main menu)(using
bottom panel), RHN applet sits right of the main menu.

All three mentioned "applets" are locked as a result of this action.
Moving them to their appropriate place requires me to unlock all three
of them before I am able to proceed.
Comment 4 Bart Martens 2004-03-07 19:51:19 UTC
OK, I think I got the bug isolated in a short test scenario that can
be used for debugging.

1. Add new panel, appears at the top, expanded
2. Add clock and volume applets
3. Drag both applets to the right, volume left of clock
4. Set expand off, see volume still left of clock
5. killall gnome-panel
6. See that the applets switched places
Comment 5 Mark McLoughlin 2004-04-07 13:30:03 UTC
Thanks, fixed now:

2004-04-07  Mark McLoughlin  <mark@skynet.ie>
                                                                               
                                                               
        Fix to make things load in the correct order on
        non-expanded panels. Bug #122513.
                                                                               
                                                               
        * applet.c:
        (panel_applet_load_idle_handler): if its a right stuck
        applet on a non-expanded panel, just load it at the
        end of the panel - we load them in the correct order.
        (panel_applet_compare): sort right stuck applets to
        the end.