I've installed Sublime 2 on Ubuntu using a PPA repository and update it via this native Ubuntu mechanism, so it just annoys me to see "A new version is available..." every time I start Sublime. I've found nothing searching for "update" in Sublime configuration file. Where can I disable the notification?

link|improve this question

70% accept rate
feedback

3 Answers

I had the same issue, so I resorted to actually keeping mine updated (I update via the terminal with apt-get, but you're of course welcome to do it anyway you like, including the update manager). I'm not suggesting you update, but I do want to reassure you that the updates haven't created any trouble for me. No new problems after updating.

link|improve this answer
I indeed like updating and always do it as soon as possible, but, as I've specified in the question, I do it the same way you say you do it: via the terminal with apt-get (if you don't know what a PPA is, here may be some help: goo.gl/flWsu). And I hate the application itself to offer me to update as I am never going to answer yes but to go go a terminal and use apt-get. – Ivan Mar 3 at 8:19
feedback

This is a link to answer by Site Admin of Sublime Forum it seems like you have Dev version. http://www.sublimetext.com/forum/viewtopic.php?f=3&t=1776#p8152

This is quote from description of PPA repository: https://launchpad.net/~webupd8team/+archive/sublime-text-2

Sublime Text 2 packages - the .deb will automatically download the latest build from www.sublimetext.com/dev

You should install sublime from source.

link|improve this answer
Anyway, there is to be automatic update checking on/off switch somewhere, every sane application (of those having autoupdate functionality) has it. I just want to switch it off and stop being notified. – Ivan Jan 29 at 18:37
feedback

You can add this entry in your /etc/hosts file:

127.0.0.1       www.sublimetext.com

This will stop Sublime Text from accessing the update URL (http://www.sublimetext.com/updates/2/stable/updatecheck).

link|improve this answer
Oh, I see. I was just looking for a way to track the URL it checks and here you are... Thanks. This will probably be a solution. That's a pity this will also block sublimetext.com/forum/ – Ivan Mar 8 at 10:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.