Comment 12 for bug 525005

Revision history for this message
Dean Montgomery (dmonty) wrote :

I found this fixed the issue for Kubuntu 12.04 by adding the gamin dev files before compiling libkdecore5:

[code]
sudo apt-get build-dep libkdecore5
sudo apt-get install build-essential fakeroot devscripts libaspell-dev libgamin-dev gamin libgamin0
mkdir kde4
cd kde4
apt-get source libkdecore5
cd kde4libs-4.*/
time debuild -us -uc -i -I -j4
 # -j4 is for my multicore machine.
 # compile took 1 hour on my machine.
sudo dpkg -i ../libkdecore5*.deb
[/code]

Rinse and repeat after each upgrade to libkdecore5*.

This may also have to be done for libgnomevfs2-0 package for gnome apps.