blob: d2e2beeb87593629343e9dca56d0604347c092d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
## Type: yesno
## Default: no
## Path: Desktop/KDE
## Description: KDE uses fam support
#
# KDE use the fam daemon
# (makes only sense on NFS mounted directorys)
#
KDE_USE_FAM="no"
## Type: string
## Default:
#
# space separated list of users for which icons should be shown in KDM
# if empty, then take system defaults
#
KDM_USERS=""
## Type: string
## Default:
#
# Special greeting words in kdm
#
KDM_GREETSTRING=""
|