dhruv8sh / plasma6-window-title-applet

Plasma 6 Window Title applet
GNU General Public License v2.0
57 stars 3 forks source link

Fix KPackageStructure deprecation #12

Closed D3SOX closed 4 months ago

D3SOX commented 4 months ago

This warning comes up on in the log of the plasmashell without this change:

KPackageStructure of KPluginMetaData(pluginId:"org.kde.windowtitle", fileName: "/usr/share/plasma/plasmoids/org.kde.windowtitle/metadata.json") does not match requested format "Plasma/Applet"

https://develop.kde.org/docs/plasma/widget/porting_kf6/#porting-an-existing-plasmoid also says

the KPlugin section may still contain the ServiceTypes key. This needs to be replaced by a KPackageStructure entry in the json's top level.

dhruv8sh commented 4 months ago

Should not have went unnoticed. Thanks for noticing.

D3SOX commented 4 months ago

I know this is unrelated but if you could have a look I would really appreciate it: https://github.com/Zren/breeze-alphablack/issues/28#issuecomment-1987383520

dhruv8sh commented 4 months ago

Seems easy enough. I'll port it once I wake up.