Comment 2 for bug 402761

Revision history for this message
Matt Greensmith (matt-greensmith) wrote :

I attempted to follow Ulf's instructions to install libpanel-applet2-ruby1.8, but there were no debs in the package I downloaded. Building the library manually works just as well, and I now have a working sshmenu again.

Updated instructions:

sudo apt-get build-dep libpanel-applet2-ruby1.8
mkdir /tmp/bla
cd /tmp/bla
apt-get source libpanel-applet2-ruby1.8
cd ruby-gnome2-0.19.0/panel-applet
ruby extconf.rb
make
sudo make install