Re: [gdm-list] Want blank screen to scribble on
- From: Ray Strode <halfline gmail com>
- To: "Paul D. DeRocco" <pderocco ix netcom com>
- Cc: GDM List <gdm-list gnome org>
- Subject: Re: [gdm-list] Want blank screen to scribble on
- Date: Sat, 10 Aug 2013 08:15:12 -0400
1) as root run
$ mkdir /etc/X11/sessions
Inside that directory put a file named kiosk.desktop with these contents:
[Desktop Entry]
Name=Kiosk Program
Exec=kiosk-program
TryExec=kiosk-program
(where kiosk-program is the one program you want to run)
2) then run
$ useradd kioskuser
$ passwd kioskuser (and give it a password)
3) at the login screen, click the kioskuser from the userlist.
Before typing the password click on the "Kiosk Program" session from the session list
4) type the password and login
5) once the kiosk program is started, kill the X server to logout
6) in the [daemon] section of the gdm config file put:
AutomaticLoginEnable=true
AutomaticLogin=kioskuser
7) reboot and confirm the kiosk program is started automatically at boot up.
Once that's working, if you want to automate this can skip the interactive login step 3, by writing out the /var/lib/AccountsService/users/kioskuser file yourself.
--Ray
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]