diff --git a/src/notify.py b/src/notify.py index e64cba4a4..6b2b7da14 100644 --- a/src/notify.py +++ b/src/notify.py @@ -619,6 +619,8 @@ class DesktopNotification: def version_reply_handler(self, name, vendor, version, spec_version=None): if spec_version: version = spec_version + elif vendor == 'Xfce' and version == '0.1.0': + version = '0.9' version_list = version.split('.') self.version = [] while len(version_list):