Replies: 7 comments 8 replies
-
I checked Qt6.0.0 the same day it was released in Arch and compiled Kvantum against it after some sacrifices and a few changes to the code. Qt6.0.0 is far from being ready for real use. They shouldn't have pretended that it's a stable release... |
Beta Was this translation helpful? Give feedback.
-
OpenSUSE seems to be aware of the Qt6 mess, trying to compensate for it: https://build.opensuse.org/package/show/home:jonaski:qt6/qt6-x11extras Kvantum aside, I've encountered so many important Qt5 methods, whose future is suspicious in Qt6. It isn't clear what plans Qt devs have for Qt but if they want to "deprecate" all methods in core5compat, they should first replace them and tell users about those replacements. |
Beta Was this translation helpful? Give feedback.
-
Hi, I agree that Qt 6.0 is basically not a stable release but more like a stable playground for porting to the future stable Qt (which expected to be Qt 6.2). But what exactly is missing from core5compat ? Replacements were noted in blog (IMHO, it's better them to be placed in documentation, but still): |
Beta Was this translation helpful? Give feedback.
-
@NickLion Since I hate |
Beta Was this translation helpful? Give feedback.
-
Seemed like that Qt6.2 will be soon in release......any plan to port Kvantum to qt6.2 for now? |
Beta Was this translation helpful? Give feedback.
-
Qt 6.2.0 has Actually, I made a Qt6 patch ready and excluded If Qt6 becomes the default Qt version in Arch and Manjaro Testing, I'll modify and apply the patch. Compilation against Qt5 will still be possible but without Kvantum Manager (and EDIT: I added experimental Qt6 support. See https://github.com/tsujan/Kvantum/blob/master/Kvantum/INSTALL.md#with-cmake → NOTE. Of course, it'll change. |
Beta Was this translation helpful? Give feedback.
-
Any word on the progress? Arch and Manjaro going with Qt6 right now, and themes(arc-dark from papyrus team) applied with kvantum to Qt6 apps - qBittorrent for example - are broken. |
Beta Was this translation helpful? Give feedback.
-
now that qt6 is released, it would be awesome for Kvantum to support qt6! locally I have gotten it to work by modifying the source code however it was very hacky and involved editing the cmakelists in a not good way
the edits I had to make were:
i don't have very much experience with c++ but I hope this helps! the fork I made with my changes can be found at https://github.com/nullobsi/Kvantum
Beta Was this translation helpful? Give feedback.
All reactions