diff options
Diffstat (limited to 'displayconfig/displayconfig-restore.py')
-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.) |