02-19-2015, 01:26 PM
Delete everything in session folder /home/your_username/.cache/sessions
Ctrl +Alt +T to open Terminal and enter this:
Put the icons how you want to keep them.
Then save session the first time you shutdown/reboot
There is checkbox Save session for future logins when open a shutdown dialog.
Next time you shutdown/reboot, keep the save session checkbox unchecked.
Worked on my virtal machine.
Ctrl +Alt +T to open Terminal and enter this:
Code:
rm -rf $HOME/.cache/sessions/*
Then save session the first time you shutdown/reboot
There is checkbox Save session for future logins when open a shutdown dialog.
Next time you shutdown/reboot, keep the save session checkbox unchecked.
Worked on my virtal machine.