R-kiosk: https://addons.mozilla.org/ca/
Descripció llarga
Real Kiosk is a Firefox 2.0 - 3.0 extension that defaults to full screen, disables all menus, toolbars, key commands and right button menus. Alt+Home still takes you home.
You can enable Navigation toolbar by adding the following to user.js:
user_pref("rkiosk.navbar", true);
You might want to remove the print dialog by adding following lines to your user.js:
user_pref("print.always_print_silent",true);
user_pref("print.show_print_progress",false);
Notice that the user can still close Firefox with for example Alt-F4 and get access to your computer. You might want to prevent this with a suitable utility program for your operating system.
Caution! R-kiosk extension can be removed only in Firefox Safe Mode. Howto: http://kb.mozillazine.org/Safe_Mode_(Firefox)
El complement a la recepta passa per afegir al final del fitxer .profile de l'usuari les línies:
/usr/lib/firefox/firefox.sh
exec /etc/X11/xdm/Xreset
- La primera línia fa la crida directa al firefox i també es podria cridar sense el path absolut
- La segona línia fa un reset de les aplicacions X11 i surt de l'entorn gnome de l'usuari.
Cap comentari:
Publica un comentari a l'entrada