From 90d5316867d575b2450483bd12ca49cd56559cda Mon Sep 17 00:00:00 2001 From: Elektroll Date: Sun, 5 Jan 2020 17:47:05 +0100 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa369a6..bd4e782 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,24 @@ Set the the theme which lightdm-webkit2-greeter should use in **/etc/lightdm/lig webkit_theme = c3c ``` -c3c is the foldername. \ No newline at end of file +c3c is the foldername. + +If you use a different dm, like GDM from gnome, disable this service + +``` +systemctl stop gdm +systemctl disable gdm +``` + +and start lightdm + +``` +systemctl start lightdm +``` + +if all works fine and you can login, enable lightdm + + +``` +systemctl enable lightdm +``` \ No newline at end of file