document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Desktop Entry]
  2. Version=1.0
  3. Type=Application
  4. Name=Sublime Text
  5. GenericName=Text Editor
  6. Comment=Sophisticated text editor for code, markup and prose
  7. Exec=/opt/sublime_text/sublime_text %F
  8. Terminal=false
  9. MimeType=text/plain;
  10. Icon=sublime-text
  11. Categories=TextEditor;Development;
  12. StartupNotify=true
  13. Actions=Window;Document;
  14.  
  15. [Desktop Action Window]
  16. Name=New Window
  17. Exec=/opt/sublime_text/sublime_text -n
  18. OnlyShowIn=Unity;
  19.  
  20. [Desktop Action Document]
  21. Name=New File
  22. Exec=/opt/sublime_text/sublime_text --command new_file
  23. OnlyShowIn=Unity;
');