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