I'm using Action Buttons panel plugin to logout/reboot/shutdown. However, I haven't found it in the list of plugins so I'm posting here. The problem is that I do *not* want my session saved when I logout/reboot, however it is saved sometimes. I have "SaveOnExit" set to "false" in .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml My action buttons plugin is configured as follows: <property name="plugin-2" type="string" value="actions"> <property name="items" type="array"> <value type="string" value="+lock-screen"/> <value type="string" value="+switch-user"/> <value type="string" value="+logout-dialog"/> <value type="string" value="+separator"/> <value type="string" value="+suspend"/> <value type="string" value="-hibernate"/> <value type="string" value="-separator"/> <value type="string" value="+shutdown"/> <value type="string" value="+restart"/> <value type="string" value="-separator"/> <value type="string" value="+logout"/> </property> <property name="appearance" type="uint" value="1"/> </property> When I choose "Log Iout" from the "session menu", a logout-dialog is displayed. If I press "Log out" button to logout immediately, the session is not saved. However, if I let the 30-second timeout elapse, the session is saved. The same thing happens with "Restart" and "Shutdown" Thanks, Val.
*** This bug has been marked as a duplicate of bug 8857 ***