Comment 11 for bug 434502

Revision history for this message
ilovemistakes (ilovemistakes) wrote :

cd # ChDir HOME
mkdir netbook-launcher # make directory for our code manipulations
cd netbook-launcher # chdir
apt-get source netbook-launcher # grab netbook-launcher sources from repo
cd netbook-launcher-2.1.12 # chdir to source dir
wget http://launchpadlibrarian.net/33315482/434502.patch # download my "patch"
patch -p1 < 434502.patch # apply patch to the source tree (1 file should be patched)

done. compile and install as usual:
sudo apt-get build-dep netbook-launcher ; ./configure --prefix=/usr ; make ; sudo make install ; killall netbook-launcher

now you should have this workaround applied, hope it'll be useful for you.