Skip to content
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

Does not work under Kubuntu 22.04 #18

Open
heqro opened this issue Oct 30, 2022 · 1 comment
Open

Does not work under Kubuntu 22.04 #18

heqro opened this issue Oct 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@heqro
Copy link

heqro commented Oct 30, 2022

Message error is

file:///home/heqro/.local/share/plasma/plasmoids/alexankitty.fancytasks/contents/ui/main.qml:414:5: Type ToolTipDelegate unavailable

file:///home/heqro/.local/share/plasma/plasmoids/alexankitty.fancytasks/contents/ui/ToolTipDelegate.qml:78:9: Type ToolTipInstance unavailable

file:///home/heqro/.local/share/plasma/plasmoids/alexankitty.fancytasks/contents/ui/ToolTipInstance.qml:155:9: PlasmaExtras.Highlight is not a type

To give some more context, this has also happened with my own plasmoids. The thing is that, for a while, there was a Highlight component in PlasmaComponents which is exactly the one Kubuntu 22.04 as well as older versions of Plasma have.

This happens because QML code depends on system libraries. If you want to get this fixed for older (yet LTS) versions of Plasma, you may have to start developing two different editions of this plasmoid: one that features one declaration and one that features the other.

I wish you patience to deal with these kind of stupid issues. I'm certain more of them will appear by the minute.

@alexankitty
Copy link
Owner

I'm not entirely sure how I want to handle this yet, it would be nice if things remained at feature parity but fragmentation will always exist.
I'll label it as a bug for now and once I'm ready to come up with a way of tackling this I will. My assumption would be that just changing the directive alone may not be enough to make it work automagically.

@alexankitty alexankitty added the bug Something isn't working label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants