[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: access to local media on thin clients



[Petter Reinholdtsen]
> Or provide a different script to do that instead of the current
> python code to send the notification. :)

I tried this, and it seem to work just fine:

root@tjener:~# cat /etc/ltspfs/mounter.d/edu-test
#!/bin/sh
case "$1" in
  add)
    konqueror $2 > /dev/null 2>&1 < /dev/null
    ;;
  remove)
    ;;
esac
root@tjener:~#

Something we should include by default?  With Gnome, I am told the
file manager handle the LTSPFS entries internally.  For LXDE, I have
no idea.
-- 
Vennlig hilsen
Petter Reinholdtsen


Reply to: