How to add Rubymine icon to the left top panel in Ubuntu?
-
In Rubymine menu go to:
Tools -> Create Desktop Entry...
- This will create an application shortcut from the system menu.
- Close your Rubymine instance, go to the system menu and type 'Rubymine' - you should see the Rubymine icon under the 'Applications' section. (If you don't see the RubyMine shorcut logout and login of your session and it should now appear)
- Click it to open the application
- Use the Right Click menu on the RubyMine icon and select 'Lock the Launcher'
It should work fine now.
Run mine
on command line. If mine
doesn't exist in /usr/bin
, create a link using
ln -s /opt/Rubymine/bin/rubymine.sh /usr/bin/mine