|
Lines 14356-14361
Link Here
|
| 14356 |
with_login_manager_req=unspecified |
14356 |
with_login_manager_req=unspecified |
| 14357 |
default_login_manager='gdmflexiserver -l' |
14357 |
default_login_manager='gdmflexiserver -l' |
| 14358 |
|
14358 |
|
|
|
14359 |
# These arguments are necessary to be passed along to the gdmflexiserver command |
| 14360 |
# in order to prevent the flexiserver from prompting the user about already- |
| 14361 |
# running displays. The dialog shows up underneath the screenhack, and thus prevents |
| 14362 |
# the button from being functional to launch a third (or fourth) display. |
| 14363 |
arguments_to_flexiserver='-s' |
| 14364 |
|
| 14359 |
|
14365 |
|
| 14360 |
# Check whether --with-login-manager or --without-login-manager was given. |
14366 |
# Check whether --with-login-manager or --without-login-manager was given. |
| 14361 |
if test "${with_login_manager+set}" = set; then |
14367 |
if test "${with_login_manager+set}" = set; then |
|
Lines 14460-14465
Link Here
|
| 14460 |
NEW_LOGIN_COMMAND_P='! ' |
14466 |
NEW_LOGIN_COMMAND_P='! ' |
| 14461 |
fi |
14467 |
fi |
| 14462 |
|
14468 |
|
|
|
14469 |
# This will append the arguments specified above to the login command. |
| 14470 |
NEW_LOGIN_COMMAND="${NEW_LOGIN_COMMAND} $arguments_to_flexiserver" |
| 14471 |
|
| 14472 |
|
| 14463 |
|
14473 |
|
| 14464 |
|
14474 |
|
| 14465 |
############################################################################### |
14475 |
############################################################################### |