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

Revision 23866, 963 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
2s/^SystemCommandsInMenu=.*/SystemCommandsInMenu=HALT;REBOOT;CUSTOM_CMD/
3s/^AllowLogoutActions=.*/AllowLogoutActions=HALT;REBOOT/
4s/^#\?FlexibleXServers=.*/FlexibleXServers=0/
5s/^#\?ShowGnomeFailsafeSession=.*/ShowGnomeFailsafeSession=false/
6s/^#\?ShowXtermFailsafeSession=.*/ShowXtermFailsafeSession=false/
7s|^#\?CustomCommand0=.*|CustomCommand0=/usr/lib/debathena-kiosk/launch-kiosk|
8s/^#\?CustomCommandText0=.*/CustomCommandText0=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./
9s/^#\?CustomCommandLabel0=.*/CustomCommandLabel0=Register for an _Account/
10s/^#\?CustomCommandLRLabel0=.*/CustomCommandLRLabel0=Register for an _Account/
11s/^#\?CustomCommandTooltip0=.*/CustomCommandTooltip0=Register for an Account/
12s/^#\?CustomCommandIsPersistent0=.*/CustomCommandIsPersistent0=false/
13s/^#\?CustomCommandNoRestart0=.*/CustomCommandNoRestart0=true/
Note: See TracBrowser for help on using the repository browser.