1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

Merged main experimental branch

Fixed kde autostart directory setting
This commit is contained in:
Robby Workman
2008-12-14 07:43:44 +00:00
3 changed files with 21 additions and 20 deletions

View File

@@ -186,7 +186,7 @@ class configure(Command):
if len(kdedir_candidate) == 0 or returncode != 0 or not os.path.isabs(kdedir_candidate):
raise ValueError
else:
self.kdedir = kdedir_candidate
self.kdedir = kdedir_candidate + '/share/autostart'
except (OSError, ValueError):
pass # use our default