diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-07-15 18:15:37 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-07-15 18:15:37 +0100 |
commit | c6e2c77a694e71d40dde4511ee64114cb40294dd (patch) | |
tree | 237fc0a1eceee72ce4d805974bc4dd732eef4e6d /app-misc/calamares-config-redcore/files | |
parent | 5e1ec97b8b443ef53f7ac6f3b979d9065a6afc1b (diff) |
app-misc/calamares-config-redcore : configure sddm during installation, add users to games group
Diffstat (limited to 'app-misc/calamares-config-redcore/files')
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/displaymanager.conf | 2 | ||||
-rw-r--r-- | app-misc/calamares-config-redcore/files/modules/users.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/calamares-config-redcore/files/modules/displaymanager.conf b/app-misc/calamares-config-redcore/files/modules/displaymanager.conf index 2e764a9b..04c3c220 100644 --- a/app-misc/calamares-config-redcore/files/modules/displaymanager.conf +++ b/app-misc/calamares-config-redcore/files/modules/displaymanager.conf @@ -3,7 +3,7 @@ #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: - - lightdm + - sddm #Enable the following settings to force a desktop environment in your displaymanager configuration file: #defaultDesktopEnvironment: diff --git a/app-misc/calamares-config-redcore/files/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index 04ad55f8..33d39999 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -10,6 +10,7 @@ defaultGroups: - cdrom - cdrw - cdemu + - games - kvm - usb - plugdev |