Sublime Forum

Sublime text does not keep Project List and Last Session

#1

Every time I close Sublime Text, and reopen it I lose both lest session and the project list.
That is when I press ctrl-alt-P I get an empty list and everytime the editor starts with no files open.
This is quite frustarting as I need to reopen my projects all the time manually.

I use Sublime Text 3 build 3065 on Ubuntu 14.04 and the behaviour is the same both when I open the application from the GUI and from the terminal.
My settings are set as:

"create_window_at_startup": false,
"hot_exit": true,
"remember_open_files": true

Any ideas?

0 Likes

#2

I solved the issue. For some reason Sublime had no write rights on the Sesssion.sublime_session file.
I had a simimlar issue with the registration now that I think about it. Is this a bug of the installation that creates the files and folders
in ~/.config/sublime-text-3 ?

0 Likes