[Uludag-commits] r21718 - in trunk/comar/zorg: . zorg

uludag-commits at pardus.org.tr uludag-commits at pardus.org.tr
5 Mar 2009 Per 23:42:05 EET


Author: fatih
Date: Thu Mar  5 23:42:05 2009
New Revision: 21718

Modified:
   trunk/comar/zorg/ChangeLog
   trunk/comar/zorg/zorg/config.py
Log:
config: Remove Files section

Modified: trunk/comar/zorg/ChangeLog
=================================================================
--- trunk/comar/zorg/ChangeLog	(original)
+++ trunk/comar/zorg/ChangeLog	Thu Mar  5 23:42:05 2009
@@ -1,7 +1,9 @@
 2009-03-05  Fatih Aşıcı  <fatih at pardus.org.tr>
 	* zorg/config.py:
-		Do not create InputDevice sections. We will use
+		- Do not create InputDevice sections. We will use
 		new input hotplug mechanism for all input devices.
+		- Do not create Files section. We will use
+		catalogue paths.
 
 2009-02-19  Fatih Aşıcı  <fatih at pardus.org.tr>
 	* zorg/hwdata.py:

Modified: trunk/comar/zorg/zorg/config.py
=================================================================
--- trunk/comar/zorg/zorg/config.py	(original)
+++ trunk/comar/zorg/zorg/config.py	Thu Mar  5 23:42:05 2009
@@ -14,7 +14,6 @@
 
     secModule = XorgSection("Module")
     secdri = XorgSection("dri")
-    secFiles = XorgSection("Files")
     secFlags = XorgSection("ServerFlags")
     secDevice = XorgSection("Device")
     secScr = XorgSection("Screen")
@@ -23,7 +22,6 @@
     parser.sections = [
         secModule,
         secdri,
-        secFiles,
         secFlags,
         secDevice,
         secScr,
@@ -36,23 +34,6 @@
 
     secdri.set("Mode", unquoted("0666"))
 
-    secFiles.set("RgbPath", "/usr/lib/X11/rgb")
-    fontPaths = (
-        "/usr/share/fonts/misc/",
-        "/usr/share/fonts/dejavu/",
-        "/usr/share/fonts/TTF/",
-        "/usr/share/fonts/freefont/",
-        "/usr/share/fonts/TrueType/",
-        "/usr/share/fonts/corefonts",
-        "/usr/share/fonts/Speedo/",
-        "/usr/share/fonts/Type1/",
-        "/usr/share/fonts/100dpi/",
-        "/usr/share/fonts/75dpi/",
-        "/usr/share/fonts/encodings/",
-    )
-    for fontPath in fontPaths:
-        secFiles.add("FontPath", fontPath)
-
     secFlags.options = {
         "AllowMouseOpenFail" : "true",
         "BlankTime" : "0",


Uludag-commits mesaj listesiyle ilgili daha fazla bilgi