https://bugs.kde.org/show_bug.cgi?id=480272
--- Comment #4 from Ralf Jung <[email protected]> --- Which package in the distro would you recommend should this be reported against? As you probably know, there is no way to just report an issue against "the distro", it needs to be e.g. the Qt package. FWIW, here are the relevant environment variables on my system: QT_ACCESSIBILITY=1 QT_QPA_PLATFORMTHEME=qt5ct QTWEBENGINE_DICTIONARIES_PATH=/usr/share/hunspell-bdic/ QT_QPA_PLATFORM=wayland QT_IM_MODULE=ibus I had to set some of them by hand as the default experience of Qt apps under Gnome is abysmal. This is in my ~/.profile: # make Qt apps look reasonable under Gnome if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ]; then export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORM=wayland fi -- You are receiving this mail because: You are watching all bug changes.
