Oliver Grawert wrote: > hi, > Am Mittwoch, den 13.02.2008, 09:49 -0600 schrieb John McMonagle: > > >> As to the device icons in kde found this: >> https://blueprints.launchpad.net/ubuntu/+spec/ltspfs-virtual-hal-devices >> > that will still take a while unless someone steps up and helps out > > >> Hope it can be worked out. >> Not sure if I can switch to ltsp5 without it >> > just add some lines to the /usr/sbin/ltspfsmounter code to create > symlinks on ~/Desktop if you cant teach your users to browse to /media > > ciao > oli > Oliver
Why not just have ltspfsmounter just create appropriate desktop files? Another concern is it would be nice for the user to be able to umount cleanly instead of just yanking the media. Notice that under gnome there is an unmount option but it does not work. As user can not umount /media/$USER/disk but can as root. Also notice a lot of accumulated mounts such as: # mount ...........normal stuff removed........ ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) ltspfs on /tmp/.john-ltspfs/usbdisk-sdb1 type fuse (rw,nosuid,nodev,user=john) Do not seem to be causing harm but I suspect at some point will cause a problem. John -- John McMonagle IT Manager Advocap Inc. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
