Skip to content

Instantly share code, notes, and snippets.

@budnik
Last active December 19, 2015 15:09
Show Gist options
  • Save budnik/5974571 to your computer and use it in GitHub Desktop.
Save budnik/5974571 to your computer and use it in GitHub Desktop.
On my saucy crouton sublime menu looks ugly. This is how I disable it.
[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Text
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose
Exec=env GTK_MODULES=globalmenu-gtk /opt/sublime_text/sublime_text %F
Icon=/opt/sublime_text/Icon/256x256/sublime-text.png
Terminal=false
MimeType=text/plain;
Ico=sublime-text
Categories=TextEditor;Development;
StartupNotify=true
Actions=Window;Document;
[Desktop Action Window]
Name=New Window
Exec=/opt/sublime_text/sublime_text -n
OnlyShowIn=Unity;
[Desktop Action Document]
Name=New File
Exec=/opt/sublime_text/sublime_text --command new_file
OnlyShowIn=Unity;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment