diff options
Diffstat (limited to 'displayconfig')
-rw-r--r-- | displayconfig/40guidance-displayconfig_restore | 2 | ||||
-rw-r--r-- | displayconfig/ScanPCI.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/displayconfig/40guidance-displayconfig_restore b/displayconfig/40guidance-displayconfig_restore index 27f35a1..0f8ae9c 100644 --- a/displayconfig/40guidance-displayconfig_restore +++ b/displayconfig/40guidance-displayconfig_restore @@ -8,4 +8,4 @@ # This file is sourced by Xsession(5), not executed. # The "|| true" is to ensure that the Xsession script does not terminate # and stop the login if something fails in the Python program. -/opt/kde3/bin/displayconfig-restore || true +/opt/trinity/bin/displayconfig-restore || true diff --git a/displayconfig/ScanPCI.py b/displayconfig/ScanPCI.py index ec63b55..031a4e9 100644 --- a/displayconfig/ScanPCI.py +++ b/displayconfig/ScanPCI.py @@ -165,7 +165,7 @@ class PCIBus(object): def _resolveDevicesWithLdetect(self): # Scan the PCI database. #fhandle = open(os.path.join(self.data_file_dir,"pcitable"),"r") - fhandle = open(os.path.join("/opt/kde3/share/apps/guidance/","pcitable"),"r") + fhandle = open(os.path.join("/opt/trinity/share/apps/guidance/","pcitable"),"r") # This class is just for skipping comment lines in the database file. # This whole class is just an iterator wrapper that we put around our file iterator. |