diff options
| author | Jonathan Marten <[email protected]> | 2024-03-06 14:31:59 +0000 |
|---|---|---|
| committer | Jonathan Marten <[email protected]> | 2024-03-06 15:00:29 +0000 |
| commit | 67910325b5768143a9e35e8e5cd75af705dcbd4c (patch) | |
| tree | b9bbf433e5ca1ca88b9793d7998c651113aaf0c4 | |
| parent | 4eb7dab4ff91d5bbb1a6b8bada5dea580b872b36 (diff) | |
Remove 'Id' field from JSON plugin metadata
KPluginMetaData (since kcoreaddons commit be10ddbf) now derives the
plugin ID from the file name and ignores the ID field. Eliminates many
runtime warnings of the form:
konqueror/kf.coreaddons KPluginMetaData::KPluginMetaData: The plugin
"/usr/lib64/plugins/kf6/parts/dolphinpart.so" explicitly states an 'Id'
in the embedded metadata. This value should be removed, the resulting
pluginId will not be affected by it
| -rw-r--r-- | src/dolphinpart.json.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinpart.json.in b/src/dolphinpart.json.in index 445e309ef..91cfd0f75 100644 --- a/src/dolphinpart.json.in +++ b/src/dolphinpart.json.in @@ -1,7 +1,6 @@ { "KPlugin": { "Icon": "view-list-icons", - "Id": "dolphinpart", "InitialPreference": 7, "License": "LGPL v2+", "MimeTypes": [ |
