Skip to content

Commit b503bc5

Browse files
committed
vglserver_config: Fix compat. issues with SUSE 16
SUSE 16 uses /usr/etc/X11/xdm/Xsetup rather than /etc/X11/xdm/Xsetup as the SDDM display command and LightDM greeter setup script.
1 parent f0a7542 commit b503bc5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.1.5
2+
=====
3+
4+
1. `vglserver_config` now works properly with SUSE Linux Enterprise/openSUSE
5+
Leap 16.
6+
7+
18
3.1.4
29
=====
310

server/vglserver_config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Copyright (C)2007 Sun Microsystems, Inc.
4-
# Copyright (C)2009-2014, 2016, 2018-2020, 2022-2023, 2025 D. R. Commander
4+
# Copyright (C)2009-2014, 2016, 2018-2020, 2022-2023, 2025-2026 D. R. Commander
55
#
66
# This library is free software and may be redistributed and/or modified under
77
# the terms of the wxWindows Library License, Version 3.1 or (at your option)
@@ -613,6 +613,7 @@ EOF
613613
/usr/local/kde4/share/config/kdm/Xsetup \
614614
/etc/sddm/Xsetup \
615615
/usr/share/sddm/scripts/Xsetup \
616+
/usr/etc/X11/xdm/Xsetup \
616617
/etc/mdm/Init/Default; do
617618
if [ -f $file -a ! -h $file ]; then
618619
delvglgenkey $file
@@ -826,6 +827,7 @@ EOF
826827
/usr/local/kde4/share/config/kdm/Xsetup \
827828
/etc/sddm/Xsetup \
828829
/usr/share/sddm/scripts/Xsetup \
830+
/usr/etc/X11/xdm/Xsetup \
829831
/etc/mdm/Init/Default; do
830832
if [ -f $file -a ! -h $file ]; then
831833
addvglgenkey $file

0 commit comments

Comments
 (0)