You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!)
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:
sudo pkg install libdbusmenu-qt6
works but CMake can't find Qt6ThemeSupportThe text was updated successfully, but these errors were encountered: