Sublime Forum

Unable to write license file: ~/.config/sublime-text-3/Local

#1

using st3 3059 on archlinux x64.

seems unable to save license file.

i’ve removed all st3 and .config/sublime-text-3 directories.

i make sure owner is myself on all .config and is rw on .config/ down

unsure why it cannot save to a writeable file.

any ideas?

thanks.

0 Likes

#2

some additional details,

i use btrfs.

starting sublimetext2 will create “~” directories every directory it opens. Here is a screenshot when i start st2 from its Sublime text 2 directory. I have removed all i found. I’ve attached a screenshot.

have not caught st3 doing the same thing.

note: tried to attach screenshot. doesn’t work. first invalid filename, then “Sorry, the board attachment quota has been reached.” ! no idea what that means.

0 Likes

#3

See this thread: Not saving license?

0 Likes

#4

from my first post
**
i’ve removed all st3 and .config/sublime-text-3 directories.
i make sure owner is myself on all .config and is rw on .config/ down
**
which basically meant i ran this

cd .config
chown -R mark:users *
chmod -R 764 *

quote=“iamntz”]See this thread: Not saving license?

0 Likes