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
Platform theme is responsible for fonts, icon theme, default style, native dialogs and other settings. Style is responsible only for widgets rendering.
Qt 5.6 had gtk2 platform theme (which used gtk2 settings) and gtk2 style (which rendered widgets using gtk2). Qt 5.7 has gtk3 platform theme (which uses gtk3 settings), but no gtk3 style.
plugins/platformthemes/libqgtk2.so looks pretty native on Ubuntu, only the global menu bar is missing.
According to https://bbs.archlinux.org/viewtopic.php?pid=1637449#p1637449
plugins/platformthemes/libqgtk2.so
looks pretty native on Ubuntu, only the global menu bar is missing.Also see NixOS/nixpkgs#15926.
In Qt 5.7 this seems to be broken! Supposedly it should have a
libqgtk3.so
but it seems to be missing entirely!The text was updated successfully, but these errors were encountered: