Overview: In "Session and Startup" dialog, when "Save session" button is clicked, the dialog is included in saved session. Steps to reproduce: 1) Open "Session and Startup" dialog. 2) Click "Save session" in "Session" tab. 3) Close the dialog. 4) Logout Xfce4 without saving session. 5) Start Xfce4. Actual results: "Session and Startup" dialog is opened automatically during startup. Expected results: Own dialog should not be included in saved session. Build & Platform: Build 2009-03-05 on Arch Linux
All the settings dialogs do, actually, and it's kinda annoying. Actually, *any* gtk app will get saved via X11R5 legacy session management, even if it the app doesn't implement the new SM protocol. It's annoying. I *think* we can fix this with a call to gdk_set_sm_client_id() with a dummy value in each dialog, but someone needs to try it.
*** Bug 5501 has been marked as a duplicate of this bug. ***
Fixed in git master.