8

I've installed Sublime Text 2 using this answer and is working fine.

My problem is this annoying string (UNREGISTRED) from the window title. Is there any way to remove it / change it?

user258266
  • 1,264
  • 3
  • 10
  • 12
  • 19
    I wonder who is more annoyed, the developer who built and maintains Sublime Text + grants very generous evaluation terms for a paid product, or a user seeing a few extra characters in their window title? – Tom Brossman Apr 19 '14 at 09:22
  • I found this question because my fully legit copy of Sublime has started displaying the (UNREGISTERED) message. I've even removed and re-added the license key. – Greg Feb 16 '16 at 11:22

2 Answers2

16

https://www.sublimetext.com/buy

Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.

Licenses are per-user, rather than per-machine, so you can enjoy Sublime Text on as many computers and operating systems as you wish with your license


Alternative Payment Methods

PayPal is currently the only way to purchase a license for Sublime Text. However, for most countries a PayPal account is not required; you can purchase as a guest using a credit card. Unfortunately, PayPal requires users in some countries, such as New Zealand, to create an account.

PayPal sometimes rejects valid credit cards. If this occurs, trying again later or using an alternate credit card has helped many customers.

Getting rid of the "unregistered" text will cost you 70 USD.


This is not software from Ubuntu itself. This is third party software and the creator of this software is free to choose their license. In this case it costs money.

Rinzwind
  • 299,756
  • 2
    Hmmm... Pay?!? I thought Ubuntu software is free... I don't have any money :( – user258266 Apr 19 '14 at 09:29
  • 2
    @user258266 - Sublime Text is not part of the Ubuntu distribution. PPAs are "Personal Package Archives" set up by individuals to redistribute software. Much of it is free, some is not, like Sublime. It is up to you to understand and comply with the licenses for each piece of software you use. Just because the base Ubuntu distribution is freely distributable (although you can pay for it if you want to) does not mean that all software that runs on it is free. Many examples are here. – MattDMo Apr 19 '14 at 14:47
  • 2
  • Worth every penny. Not only can you use it on any Win/Mac/Linux computer you work on, your personal license of Sublime Text allows you to use it on your computer at work. See https://www.sublimetext.com/sales_faq Being able to edit remote server files locally using Sublime (without sshfs) is reason enough in my opinion. See https://data36.com/sublime-text-data-science-remote-server/ for more info. – Rayner Dec 14 '20 at 08:32
13

Go to Preferences -> Settings - User and add

"update_check": false

to the file. This is made to disable automatic updates, but it also appears to disable the notification, at least for me.

While purchasing a legitimate copy is highly recommended, it is still the user's choice and not particularly a topic for this question.

Kilves
  • 239