To add any shortcut to Ubuntu 12.10 Unity Launcher just
- Create file with such content:
[Desktop Entry]
Version=1.0
Type=Application
Name=JetBrains RubyMine
Exec="/home/.../RubyMine-5.0/bin/rubymine.sh" %f
Icon=/home/.../RubyMine-5.0/bin/RMlogo.svg
Comment=Develop with pleasure!
Categories=Development;IDE;
Terminal=false
StartupNotify=true
StartupWMClass=jetbrains-rubymine - Place it in ~/.local/share/applications/<any name>.desktop
- Drag and drop this file into the Unity Launcher.
- Profit!!!