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