I have made a clean install of Ubuntu 14.04 LTS Desktop and now want's to convert it into a kiosk with a full screen webbrowser.
This was previously done in 10.04 and worked perfect, but due to hardware changes (graphics) we are forced to use version 14.04.
I have created a kiosk.desktop in /usr/share/xsessions
and a shell script called kiosk.sh
that launches firefox with r-kiosk
installed. The shell script is executable.
A user called "kiosk" is set to autologin (in /etc/lightdm/lightdm.conf
).
But now i'm stuck. I'm want the kiosk.sh
to be run when the kiosk user session is started.
In previous versions this could be done in the GUI tool "Login Screen Settings" or in /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
.
I have changed 50-ubuntu.conf
to "user-session=kiosk"
but it doesn't start.
The "Login Screen Settings" tool can't be found. Has it been replaced by another utility in 14.04?
Placing a kiosk.sh.desktop
in ~/kiosk/.config/autostart works
, but the gnome-desktop is shown before firefox starts in fullscreen mode making it possible for the users to interact with the desktop.
What is to correct/best way to start firefox in fullscreen after user autologin?
Thanks
Thomas