Guest User

Untitled

a guest
Aug 23rd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // create file:
  2. sudo vim /usr/share/applications/intellij.desktop
  3.  
  4. // add the following
  5. [Desktop Entry]
  6. Version=13.0
  7. Type=Application
  8. Terminal=false
  9. Icon[en_US]=/home/rob/.intellij-13/bin/idea.png
  10. Name[en_US]=IntelliJ
  11. Exec=/home/rob/.intellij-13/bin/idea.sh
  12. Name=IntelliJ
  13. Icon=/home/rob/.intellij-13/bin/idea.png
  14.  
  15.  
  16. // mod permissions
  17. sudo chmod 644 /usr/share/applications/intellij.desktop
  18. sudo chown root:root /usr/share/applications/intellij.desktop
Add Comment
Please, Sign In to add comment