diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:40 -0600 |
commit | 90220c4634b89fb453e296efdb0d0a7f7533766e (patch) | |
tree | e1efbed2def06ec7a28698efb70a8cd9b46a8377 | |
parent | 2d7429fa5026fa62ce5550682cdb75995805fe0b (diff) | |
download | tde-guidance-90220c4634b89fb453e296efdb0d0a7f7533766e.tar.gz tde-guidance-90220c4634b89fb453e296efdb0d0a7f7533766e.zip |
Rename kde-config to tde-config
-rwxr-xr-x | displayconfig/displayconfig-restore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displayconfig/displayconfig-restore.py b/displayconfig/displayconfig-restore.py index 4956817..e4665bc 100755 --- a/displayconfig/displayconfig-restore.py +++ b/displayconfig/displayconfig-restore.py @@ -123,7 +123,7 @@ def ReadDisplayConfigRC(): dpms_seconds = None dpms_enabled = None - configpath = ExecWithCapture("kde-config",['kde-config','--path','config'],True) + configpath = ExecWithCapture("tde-config",['tde-config','--path','config'],True) # Hunt down the user's displayconfigrc file and adjust the resolution # on the fly to match. (Non-root Users can independantly specify their own settings.) |