Hi all,
I’m using the srss4 with a customized kiosk mode, based on the generic
one. I want it to launch a firefox window, so users can navigate and, at
the same time, other DTU show static information.
I find the problen when navigating with firefox, since, when I start to
write the web address the keyboard seems to stop working and the
"view->toolbars/sidebars" dropdown menus do not work.
Any ideas?
This is the script I’m using:
#!/bin/sh
LOCATION=`/opt/SUNWut/sbin/utuser -p $SUN_SUNRAY_TOKEN | grep carrusel | wc -l `
if [ $LOCATION -gt 0 ]
then xset -dpms s off
cp -fr /etc/opt/usuari/.mozillaCARR $HOME/.mozilla
/usr/bin/X11/unclutter &
firefox www.1
else
/usr/bin/X11/unclutter -idle 30 &
cp -fR /etc/opt/usuari/.mozillaCONSUL $HOME/.mozilla
firefox http://www.2
fi
$*
I have the application (firefox) defined too.
Many thanks
Ignasi Mallafré
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users