View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#23
Originally Posted by BrentDC View Post
I tried compiling startup-notification (v.9.1), and it seemed to compile OK (./configure, make, make install).

But pcmanfm still complains about it missing...

Any clues?
In a scratchbox:

Code:
apt-get install devscripts
dget -x http://ftp.de.debian.org/debian/pool/main/s/startup-notification/startup-notification_0.9-1.dsc
cd startupnotification<tab> (something like this)
dpkg-buildpackage -rfakeroot
Install debs
You may have forgot to supply "--prefix=/usr" to the configure line on the compile you did.
 

The Following User Says Thank You to qwerty12 For This Useful Post: