Skip to content

Adding a Ruby Interpreter menu to Konsole

Wednesday, 17 May 2006  |  richard dale

I've recently added a 'Ruby Interpreter' menu to start an irb shell in Konsole. Just create a file called ruby.desktop in /usr/share/apps/konsole with the following contents:

[Desktop Entry] Type=KonsoleApplication Name=Ruby Interpreter Comment=Ruby Exec=/usr/bin/irb

And that's it! Your Konsole will then have menu entry under 'Session' called Ruby.