-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plasma 6 support #145
base: master
Are you sure you want to change the base?
Plasma 6 support #145
Conversation
The |
There are a few more |
I don't think so, at least not for plasma theming. Please point me to the relevant documentation (if it exists...), and I'll be happy to migrate them. A plain |
Otherwise the wallpapers will not appear in the background view.
Converted the wallpapers as well. Otherwise they wouldn't show up in the wallpaper view. I believe @ItachiSan was right, and everything needs to be converted. There are still a few .desktop files left, but I haven't encountered them yet. If anyone knows where the issue occurs, please let me know where so that I can port and test it! |
As of Plasma 6 all themes are now handled as
kpackage
, which means that a manifest.json file is required.This PR ports the metadata.desktop files to metadata.json. This supports both Plasma 5 and Plasma 6.
FYI: this PR is backported in Fedora 40.