]> git.pld-linux.org Git - packages/gdm.git/commitdiff
- sets proper path to the X server when xorg-xserver-server is not installed (fixes...
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 21 Sep 2007 15:41:09 +0000 (15:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdm-defaults.patch -> 1.1

gdm-defaults.patch [new file with mode: 0644]

diff --git a/gdm-defaults.patch b/gdm-defaults.patch
new file mode 100644 (file)
index 0000000..aca7a7b
--- /dev/null
@@ -0,0 +1,17 @@
+diff -urN gdm-2.20.0/configure.ac gdm-2.20.0.new/configure.ac
+--- gdm-2.20.0/configure.ac    2007-09-17 16:46:22.000000000 +0200
++++ gdm-2.20.0.new/configure.ac        2007-09-21 17:29:32.000000000 +0200
+@@ -1201,10 +1201,9 @@
+ else
+    # what to do, what to do, this is wrong, but this just sets the
+    # defaults, perhaps this user is cross compiling or some such
+-   X_PATH="/usr/bin/X11:/usr/X11R6/bin:/opt/X11R6/bin"
+-   X_SERVER_PATH="/usr/X11R6/bin"
+-   X_SERVER="/usr/X11R6/bin/X"
+-   GDM_USER_PATH="$GDM_USER_PATH:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin"
++   X_PATH="/usr/bin"
++   X_SERVER_PATH="/usr/bin"
++   X_SERVER="/usr/bin/Xorg"
+    X_CONFIG_OPTIONS="-audit 0"
+ fi
This page took 0.105498 seconds and 4 git commands to generate.