source: trunk/debathena/config/cluster-login-config/debian/transform_gdm.conf-custom.debathena.debathena @ 23866

Revision 23866, 656 bytes checked in by rbasch, 15 years ago (diff)
In cluster-login-config: * Add a gdm custom command to register for an account via the kiosk mode browser.
  • Property svn:executable set to *
Line 
1#!/bin/sed -f
2/^\[daemon\]/a\
3SystemCommandsInMenu=HALT;REBOOT;CUSTOM_CMD\
4AllowLogoutActions=HALT;REBOOT\
5FlexibleXServers=0
6/^\[greeter\]/a\
7ShowGnomeFailsafeSession=false\
8ShowXtermFailsafeSession=false
9$a\
10[customcommand]\
11CustomCommand0=/usr/lib/debathena-kiosk/launch-kiosk\
12CustomCommandText0=Click OK to launch a restricted web browser.  This can be used to register for an Athena account.  Click Cancel to login to a standard Athena session.\
13CustomCommandLabel0=Register for an _Account\
14CustomCommandLRLabel0=Register for an _Account\
15CustomCommandTooltip0=Register for an Account\
16CustomCommandIsPersistent0=false\
17CustomCommandNoRestart0=true
Note: See TracBrowser for help on using the repository browser.