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
Next revision Both sides next revision
tricks:application-icon [2015/08/25 03:15]
admin [Download/Extract the Application]
tricks:application-icon [2016/02/16 16:03]
admin [Create a Menu Icon]
Line 32: Line 32:
 And to set execution rights correctly on files: And to set execution rights correctly on files:
 <​code>​ <​code>​
-> sudo find tor/ -type f -perm 744 -exec chmod +x {} ++> sudo find /​opt/​sublime/ -type f -perm 744 -exec chmod +x {} +
 </​code>​ </​code>​
 ===== Create Executable in /usr Path ===== ===== Create Executable in /usr Path =====
Line 70: Line 70:
  
 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**
 +
 +Alternatively if you'd like to only have the icon available for a certain user, create the .desktop file in: **~/​.local/​share/​applications**
  
 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]]. 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]].