Sublime Forum

New version popup not needed in Linux

#1

In Linux ST3 comes via the repos, there is no need to repeatedly pop-up messages about there being a new version, apt will take care of it. There is no need for the background activity that spawns this popup either.

0 Likes

#2

I wouldn’t agree. Because not everybody installed it via a repository and somehow should the users notified about the new version.

2 Likes

#3

If you have a licensed copy, you can disable this in your user settings

{
    "update_check": false
}
1 Like

#4

I do have a licensed version, that solves it for me, thanks idleberg.

update_check: false should probably be the default for versions published to Linux repos.

0 Likes