SOURCES (AC-branch): python-rhpxl-xorg.patch - more path fixes for...

glen glen at pld-linux.org
Mon Jun 5 21:56:49 CEST 2006


Author: glen                         Date: Mon Jun  5 19:56:49 2006 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- more path fixes for AC. gtk in anaconda now starts!

---- Files affected:
SOURCES:
   python-rhpxl-xorg.patch (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/python-rhpxl-xorg.patch
diff -u SOURCES/python-rhpxl-xorg.patch:1.1.2.1 SOURCES/python-rhpxl-xorg.patch:1.1.2.2
--- SOURCES/python-rhpxl-xorg.patch:1.1.2.1	Fri May 26 01:09:54 2006
+++ SOURCES/python-rhpxl-xorg.patch	Mon Jun  5 21:56:44 2006
@@ -27,3 +27,29 @@
  
              probedMice = mouse.getAllProbed()
              if probedMice is None:
+--- rhpxl-0.18/rhpxl/xserver.py~	2006-06-05 22:47:22.520000488 +0300
++++ rhpxl-0.18/rhpxl/xserver.py	2006-06-05 22:49:17.632580544 +0300
+@@ -183,7 +183,7 @@
+ 	    # XXX - assuming 'XFree86' is the binary for server
+ 	    #
+ 	    servername = 'Xorg'
+-            serverPath = '/usr/bin/' + servername
++            serverPath = '/usr/X11R6/bin/' + servername
+ 
+             if os.access (serverPath, os.X_OK):
+                 try:
+@@ -409,7 +409,7 @@
+     writeXConfig('%s/tmp/XConfig.test' % (root,), hwstate, mouse, keyboard, standalone)
+ 
+     # setup to run X server
+-    serverPath = "/usr/bin/" + servername
++    serverPath = "/usr/X11R6/bin/" + servername
+ 
+     serverpid = os.fork()
+ 
+@@ -483,4 +483,4 @@
+ 	print "Could not start X server, sorry!"
+ 	sys.exit(0)
+ 
+-    os.system("/usr/bin/xterm -T 'It Worked!'")
++    os.system("/usr/X11R6/bin/xterm -T 'It Worked!'")
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/python-rhpxl-xorg.patch?r1=1.1.2.1&r2=1.1.2.2&f=u



More information about the pld-cvs-commit mailing list