https://bugs.kde.org/show_bug.cgi?id=443215
Vladislav Charickov <charic...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charic...@gmail.com --- Comment #8 from Vladislav Charickov <charic...@gmail.com> --- I found a workaround $ cat ~/.bash_profile export GDK_DPI_SCALE=0 export GDK_BACKEND=x11 export GDK_SCALE=1 With variable GDK_BACKEND=x11 apps show up fine See: https://wiki.archlinux.org/title/Wayland#XWayland GTK The gtk3 and gtk4 packages have the Wayland backend enabled. GTK will default to the Wayland backend, but it is possible to override it to Xwayland by modifying an environment variable: GDK_BACKEND=x11. -- You are receiving this mail because: You are watching all bug changes.