Adding an Ubuntu Unity Menu Link for IntelliJ

It’s pretty simple to add a menu launcher link for anything in Ubuntu. Just make a file with a “.desktop” extension and then edit the file so that it has the pathing for the image file (48 px seems to be the size to choose) and the executable.  Here’s my intellij.desktop file contents: #!/usr/bin/env xdg-open […]