void-packages/srcpkgs/lightdm-webkit2-greeter/patches/01-conf.patch
John 10e297abc7 lightdm-webkit2-greeter: silence error message on some systems
the greeter searches for backgrounds in /usr/share/backgrounds,
if the dir doesn't exists it uses a fallback image.
Some change in lightdm ended up printing an error message if the
background dir wasn't existing
2022-02-03 01:31:39 +01:00

20 lines
711 B
Diff

--- a/data/lightdm-webkit2-greeter.conf 2018-06-26 15:29:27.461313219 +0200
+++ b/data/lightdm-webkit2-greeter.conf 2018-06-26 18:58:13.649378103 +0200
@@ -18,7 +18,7 @@
secure_mode = true
time_format = LT
time_language = auto
-webkit_theme = antergos
+webkit_theme = void
#
# [branding]
@@ -31,5 +31,6 @@
[branding]
background_images = /usr/share/backgrounds
-logo = /usr/share/lightdm-webkit/themes/antergos/img/antergos.png
-user_image = /usr/share/lightdm-webkit/themes/antergos/img/antergos-logo-user.png
+logo = /usr/share/void-artwork/void-transparent.png
+user_image = /usr/share/void-artwork/void-transparent.png
+