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 02:51]
admin [Download/Extract the Application]
tricks:application-icon [2015/08/25 03:15]
admin [Download/Extract the Application]
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 =====