GNOME 2 allows one to either save the session automatically or manually (i.e. save the session as it looks right now). This is a nice feature because it restores the various desktop states between logins (and system restarts):
- which apps were open
- where (physically) on the desktop were they open
- what specific window sizes were these apps set to
Looking around, I can't find the feature in GNOME 3? Did I not look hard enough?
dconf-editor
, there is some problem with the graphic interface. How do you do this same operation usingdconf
in terminal? – user2820579 Dec 05 '17 at 00:36gsettings
, just look it up. – Hasasn Dec 06 '17 at 13:27