Skip to content

Commit 6791032

Browse files
committed
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
1 parent 4eb7dab commit 6791032

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dolphinpart.json.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"KPlugin": {
33
"Icon": "view-list-icons",
4-
"Id": "dolphinpart",
54
"InitialPreference": 7,
65
"License": "LGPL v2+",
76
"MimeTypes": [

0 commit comments

Comments
 (0)