- Add gdm-service-keytable.patch: set KEYMAP to XkbLayout for GNOME when using gdm-systemd instead of xdm (bsc#1248831, bsc#1250366). OBS-URL: https://build.opensuse.org/request/show/1306710 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=602
13 lines
379 B
Diff
13 lines
379 B
Diff
Index: gdm-48.0/data/gdm.service.in
|
|
===================================================================
|
|
--- gdm-48.0.orig/data/gdm.service.in
|
|
+++ gdm-48.0/data/gdm.service.in
|
|
@@ -20,6 +20,7 @@ After=rc-local.service plymouth-start.se
|
|
OnFailure=plymouth-quit.service
|
|
|
|
[Service]
|
|
+ExecStartPre=-/usr/libexec/gdm/keytable
|
|
ExecStart=${sbindir}/gdm
|
|
KillMode=mixed
|
|
Restart=always
|