[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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to