Description of problem: When Shutdown, ~/.gnome2/session file automatically is made. Log Out, Restart -> no problem. Version-Release number of selected component (if applicable): 2.22.0-1.fc9 How reproducible: always Steps to Reproduce: 1. Click Shut Down on panel 2. 3. Actual results: Expected results: Additional info: gdm-2.21.9-3.fc9.i386
Created attachment 298108 [details] ~/.gnome2/session file
manager.c process_save_request() has: if (!shutdown) save_selected = TRUE; and then in maybe_write_session(): if (autosave || save_selected || session_save) write_session () So it seems like when global save is requested without a shutdown the session is always saved. Which doesn't seem right.
Looks like the only way to fix this for now is to make the panel look at the auto-save gconf key itself.