A PCRE internal error occured. This might be caused by a faulty plugin

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tricks:application-icon [2015/08/25 02:51]
admin [Download/Extract the Application]
tricks:application-icon [2016/02/16 17:43] (current)
admin [References]
Line 28: Line 28:
 <​code>​ <​code>​
 > sudo find /​opt/​sublime -type d -exec chmod 755 {} + > sudo find /​opt/​sublime -type d -exec chmod 755 {} +
 +</​code>​
 +
 +And to set execution rights correctly on files:
 +<​code>​
 +> sudo find /​opt/​sublime/​ -type f -perm 744 -exec chmod +x {} +
 </​code>​ </​code>​
 ===== Create Executable in /usr Path ===== ===== Create Executable in /usr Path =====
Line 66: Line 71:
 You should now find the Sublime Text icon in **Menu > Accessories > Sublime Text** You should now find the Sublime Text icon in **Menu > Accessories > Sublime Text**
  
-For a list of categories, refer to th [[http://​standards.freedesktop.org/​menu-spec/​latest/​apa.html|freedesktop.org Registered Categories list]] as well as the [[http://​standards.freedesktop.org/​menu-spec/​latest/​apas02.html|additional categories]].+Alternatively if you'd like to only have the icon available for a certain user, create the .desktop file in: **~/​.local/​share/​applications** 
 + 
 +==== References ==== 
 + 
 +For all details regarding the options that can be used in the .desktop file, refer to [[https://​specifications.freedesktop.org/​desktop-entry-spec/​latest/​index.html|these references]]. 
 + 
 +For a list of categories, refer to the [[http://​standards.freedesktop.org/​menu-spec/​latest/​apa.html|freedesktop.org Registered Categories list]] as well as the [[http://​standards.freedesktop.org/​menu-spec/​latest/​apas02.html|additional categories]].