Guest User

Untitled

a guest
Mar 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # sudo vim /usr/share/applications/intellij.desktop
  2.  
  3. [Desktop Entry]
  4. Type=Application
  5. Name=Intellij IDEA Ultimate Edition
  6. Version=17.3 # Optional
  7. Comment=The Drive to Develop # Optional
  8. Categories=Development;IDE; # Optional
  9. StartupWMClass=jetbrains-idea # (Optional) Fixes the double icons on launch, parameter is the name of the alt icon on launch
  10.  
  11. Exec="/home/bazooo/Applications/idea-IU-173.4548.28/bin/idea.sh" %f # Path of the exec file or command
  12. Icon=/home/bazooo/Applications/idea-IU-173.4548.28/bin/idea.png # Path of the icon file
  13.  
  14. # Save it
  15. # You can now find it in the applications menu and favorite it to the launcher bar!
Add Comment
Please, Sign In to add comment