On Mon, Aug 23, 2004 at 02:26:24PM +0200, Charles Lopes wrote: > Tim Waugh wrote: > > >I just tried plugging in a USB camera, which acts as a mass storage > >device, and expected to be able to point and click to see the pictures > >on it. Put there is nothing in the 'Computer' window to click on! > > > >How is this meant to work? All I know is that it doesn't.. > > > >I have today's rawhide packages installed, upgraded from FC2 a couple > >of weeks ago. > > > >Tim. > >*/ > > > > > > For this to work with today's rawhide, I had to manually create a > symlink to /usr/sbin/fstab-sync in /etc/hal/device.d/. The link should > have been created by the post-install script of the hal rpm but it was > nevertheless missing. Perhaps this: postuninstall scriptlet (using /bin/sh): rm -f /etc/hal/device.d/fstab-sync /sbin/ldconfig if [ "$1" -ge "1" ]; then service haldaemon condrestart > /dev/null 2>&1 fi should instead be this?: if [ "$1" -eq "0"]; then rm -f /etc/hal/device.d/fstab-sync fi /sbin/ldconfig if [ "$1" -ge "1" ]; then service haldaemon condrestart > /dev/null 2>&1 fi Tim. */
Attachment:
pgp3lSjqlTVBi.pgp
Description: PGP signature