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

Port to Qt6 #28

Open
probonopd opened this issue Feb 10, 2024 · 1 comment
Open

Port to Qt6 #28

probonopd opened this issue Feb 10, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@probonopd
Copy link
Member

probonopd commented Feb 10, 2024

In order to get Qt6 applications (e.g., Qt Creator in 2024Q1 packages) to use our theme and work correctly, we need to build a version of QtPlugin for Qt6.

Issues:

@probonopd probonopd added the help wanted Extra attention is needed label Feb 10, 2024
@probonopd
Copy link
Member Author

probonopd commented Feb 10, 2024

Half-working workaround to get global menus working for Qt6 applications:

sudo pkg install plasma6-plasma-integration
export QT_QPA_PLATFORMTHEME=kde
qtcreator

This results in /usr/local/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.so being used, which has support for global menus.

Attention: As of 2024Q1, doing this REMOVES the kf5-baloo package, which in turn renders the Menu unusable! (Presumably because both the Qt5 and Qt6 based versions of /usr/local/bin/kwallet-query want to install into the same location. What a mess!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant