Sublime Forum

Can not remember open files last time

#1

I am using Sublime 2 on Ubuntu. This problem happens after I open sublime with root account.

The problem looks like this:

  1. open sublime in terminal - sudo sublime
  2. open file 1
  3. close sublime and reopen it without root account (file 1 is open there)
  4. open file 2 and close sublime
  5. open sublime again and there is only file 1 open there

any advice? Thanks.

0 Likes

#2

I had the same issue. This worked for me: $ sudo chmod -R 777 ~/.config/sublime-text-2

I found that out from here; consult for info about how safe it is to do this.

0 Likes

#3

[quote=“trent”]I had the same issue. This worked for me: $ sudo chmod -R 777 ~/.config/sublime-text-2

I found that out from here; consult for info about how safe it is to do this.[/quote]

Thanks. Works like a charm:)

0 Likes