From 87d29c60ea950cb0a4e7e5fee9120f12ddb28e76 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 16 Oct 2023 12:03:45 +0300 Subject: [PATCH] plugins/stickykeys: Remove Id field from metadata The Id field is obsolete in KF6. The filename of the so is used as the plugin id. --- src/plugins/stickykeys/metadata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/stickykeys/metadata.json b/src/plugins/stickykeys/metadata.json index 942fea311b..aa304f4093 100644 --- a/src/plugins/stickykeys/metadata.json +++ b/src/plugins/stickykeys/metadata.json @@ -1,6 +1,5 @@ { "KPlugin": { - "EnabledByDefault": true, - "Id": "kwin5_plugin_stickykeys" + "EnabledByDefault": true } }