Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Sublime Text
|
||||
GenericName=Text Editor
|
||||
Comment=Sophisticated text editor for code, markup and prose
|
||||
Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text %F
|
||||
Terminal=false
|
||||
MimeType=text/plain;
|
||||
Icon=sublime-text
|
||||
Categories=TextEditor;Development;
|
||||
StartupNotify=true
|
||||
Actions=new-window;new-file;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text --launch-or-new-window
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
[Desktop Action new-file]
|
||||
Name=New File
|
||||
Exec=LC_ALL=en_US.UTF-8 /opt/sublime_text/sublime_text --command new_file
|
||||
OnlyShowIn=Unity;
|
||||
|
||||
Reference in New Issue
Block a user