-
Notifications
You must be signed in to change notification settings - Fork 1
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
Module "QtQuick.Controls" version 2.5 is not installed even with QtQuickControls 2.5 installed #16
Comments
Probably an incompatibility with Qt 5.11 |
Thanks for picking this up so quickly, if you need any other logs/steps on my end I'm happy to provide. It's a fresh install of Debian 10 I reported it from. |
No problem, I'm gonna test it as soon as I get home (internet connection speed issues). Probably downgrading the imports from |
I've been testing the Plasmoid in a Debian 10.1 live image this week, and we got serious problems with Qt 5.11. I have no fking idea why Debian is not updating Qt in its repositories, may have a reason. For the most of the QML files, simply downgrading I'm studying the specifications about the Qt 5.11 JavaScript Engine and I'll try to generate a separated versions for that kind of problem. Sorry, @dtomlinson91 , this may take a little longer, but its my priority right now in this project |
I had success on converting the most of the .js files from ES7 (Qt 5.13 compatible) to ES5 (Qt 5.11 compatible), but a lot about the project structure should be migrated (JS code inside QML). The main problem in this moment is about the imports. Qt 5.11 use Again, it may take longer, compilers/transpilers/whateverthisthingis are not in my domain areas |
Just found out that Babel does not provide any official APIs for parsing custom syntax. This issue is being a great challenge for me |
Well I've been messing around with this issue for the last months and I actually found out its not worth providing support for Qt 5.11. The problems are just too much to transpile the entire codebase to work at Qt 5.11, mainly because the import namespaces, so I just suggest update the Qt running in your machine to 5.13+. I have no idea why Debian is keeping Qt 5.11 in its repositories. I'm sorry, but I'll have to left a "wontfix" :( |
Oh that sucks. I have debian 10 with KDE Plasma and it kind of sucks to see I can't change my login screen because every theme uses new modules or something.... |
Was this ever fixed? |
Nope, I had to just drop compatibility with Qt 5.11 |
Reported by adhesiveduck on pling
The text was updated successfully, but these errors were encountered: