Skip to content

Instantly share code, notes, and snippets.

@wipermail
Created October 21, 2022 10:33
Show Gist options
  • Save wipermail/690f7d757037dbb2ae80e6bbd9b60316 to your computer and use it in GitHub Desktop.
Save wipermail/690f7d757037dbb2ae80e6bbd9b60316 to your computer and use it in GitHub Desktop.
ubuntu .desktop label template
[Desktop Entry]
Version=1.0
Name=название
Comment=описание
Exec=/путь/к/исполняемому/файлу
Icon=/путь/к/иконке
Terminal=false
Type=Application
Categories=категории
@wipermail
Copy link
Author

[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA Ultimate Edition
Icon=/home/uwiper/IntellijIdea/bin/idea.svg
Exec="/home/uwiper/IntellijIdea/bin/idea.sh" %f
Comment=Capable and Ergonomic IDE for JVM
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment