Burn-My-Windows
Burn-My-Windows copied to clipboard
change kwin metadata format to json
The Idea
KDE 6 will remove metadata.desktop support and use JSON format only. For further compatibility, I suggest we use JSON format. See also: https://phabricator.kde.org/T14558
cli desktoptojson
in kcoreaddons package can help us complete it.
Hi there! Thanks for the suggestion (and sorry for not answering earlier). Is there a description or an example of the JSON format somewhere?
https://api.kde.org/frameworks/kcoreaddons/html/classKPluginMetaData.html Here, in Detailed Description section.
Ahh, thanks. This looks easy to convert!