2018-06-26 11:47:23 +02:00
|
|
|
# Configure one or more display managers (e.g. SDDM)
|
|
|
|
# with a "best effort" approach.
|
2014-08-11 13:23:12 +02:00
|
|
|
---
|
|
|
|
#The DM module attempts to set up all the DMs found in this list, in that precise order.
|
|
|
|
#It also sets up autologin, if the feature is enabled in globalstorage.
|
|
|
|
#The displaymanagers list can also be set in globalstorage, and in that case it overrides anything set up here.
|
|
|
|
displaymanagers:
|
|
|
|
- slim
|
|
|
|
- sddm
|
|
|
|
- lightdm
|
|
|
|
- gdm
|
|
|
|
- mdm
|
|
|
|
- lxdm
|
|
|
|
- kdm
|
2014-11-28 09:11:27 +01:00
|
|
|
|
2019-09-30 12:33:42 +02:00
|
|
|
# Enable the following settings to force a desktop environment
|
|
|
|
# in your displaymanager configuration file. This will attempt
|
|
|
|
# to configure the given DE (without checking if it is installed).
|
|
|
|
# The DM configuration for each potential DM may **or may not**
|
|
|
|
# support configuring a default DE, so the keys are mandatory
|
|
|
|
# but their interpretation is up to the DM configuration.
|
|
|
|
#
|
2019-09-30 12:41:05 +02:00
|
|
|
# Subkeys of *defaultDesktopEnvironment* are (all mandatory):
|
|
|
|
# - *executable* a full path to an executable
|
|
|
|
# - *desktopFile* a .desktop filename
|
2019-09-30 12:33:42 +02:00
|
|
|
#
|
|
|
|
# If this is **not** set, then Calamares will look for installed
|
2019-09-30 15:40:44 +02:00
|
|
|
# DE's and pick the first one it finds that is actually installed.
|
|
|
|
#
|
|
|
|
# If this **is** set, and the *executable* key doesn't point to
|
|
|
|
# an installed file, then the .desktop file's TryExec key is
|
|
|
|
# used instead.
|
2019-09-30 12:33:42 +02:00
|
|
|
#
|
|
|
|
|
2014-12-01 03:30:42 +01:00
|
|
|
#defaultDesktopEnvironment:
|
2014-11-28 18:51:08 +01:00
|
|
|
# executable: "startkde"
|
2014-12-01 03:30:42 +01:00
|
|
|
# desktopFile: "plasma"
|
2014-11-28 09:11:27 +01:00
|
|
|
|
2014-12-01 03:14:33 +01:00
|
|
|
#If true, try to ensure that the user, group, /var directory etc. for the
|
|
|
|
#display manager are set up correctly. This is normally done by the distribution
|
|
|
|
#packages, and best left to them. Therefore, it is disabled by default.
|
|
|
|
basicSetup: false
|
2017-07-10 16:14:28 +02:00
|
|
|
|
|
|
|
#If true, setup autologin for openSUSE. This only makes sense on openSUSE
|
|
|
|
#derivatives or other systems where /etc/sysconfig/displaymanager exists.
|
|
|
|
sysconfigSetup: false
|