diff --git a/yin_yang/plugins/konsole.py b/yin_yang/plugins/konsole.py index 0ffd5cc..69eea58 100644 --- a/yin_yang/plugins/konsole.py +++ b/yin_yang/plugins/konsole.py @@ -239,11 +239,11 @@ def create_profiles(self): def set_profile(self, service: str, profile: str, set_default_profile: bool = False): if set_default_profile: - path = 'Sessions/' + path = '/Sessions' interface = 'org.kde.konsole.Session' method = 'setProfile' else: - path = 'Windows/' + path = '/Windows' interface = 'org.kde.konsole.Window' method = 'setDefaultProfile'