From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4 Description of problem: In FC4 I got rid of the default bottom panel, then I set the "Orientation" property of the default top panel to "Bottom". That moves that panel down to the bottom for that session, but the next time I login, the panel is at the top again. The Orientation property is still set to Bottom after logging back in, but it's being ignored. The contents of $HOME/.gconf/apps/panel/toplevels/top_panel/%gconf.xml do contain this after setting the property: <?xml version="1.0"?> <gconf> <entry name="y" mtime="1119280970" type="int" value="743"> </entry> <entry name="orientation" mtime="1119280909" type="string"> <stringvalue>bottom</stringvalue> </entry> </gconf> But this setting is ignored. I have found that if I logout and choose "Save current setup", then the property sticks properly. But shouldn't the orientation be sticky without having to do that? Version-Release number of selected component (if applicable): gnome-panel-2.10.1-10 How reproducible: Always Steps to Reproduce: 1. Right-click on the top panel and choose Properties 2. Change Orientation from "Top" to "Bottom" 3. Logout then log back in 4. Panel is back to the top, but the Orientation property is still set to "Bottom" Expected Results: Panel should have moved to the bottom permanently. Additional info: Workaround is to logout once using the "Save current settings" checkbox.
This actually turns out to be a duplicate of bug #160439 - the WM is putting the panel at the top of the screen if you've saved the session. *** This bug has been marked as a duplicate of 160439 ***