Comment 3 for bug 572974

Revision history for this message
Tuomo Kallio-Kokko (tuomo-kalliokokko) wrote :

You have to copy kioskSession-file to /usr/share/ltsp/ in your kiosk-root.
Also i forgot to mention that you have to give execute-permissions to that kioskSession -script.
sudo chmod +x kioskSession will do that.

Also i had problems with XCONF-parameter which is set by /usr/share/ltsp/screen-session.d/XS90-assembleXorgConf.
Because xinit is executed by ltspkiosk -user and not by root, it doesn't give permission to set xorg.conf.
i did workaround this by creating /usr/share/ltsp/screen-session.d/XS90-disassembleXorgConf and writing in there "unset XCONF X_CONF"