diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mgaapplet | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- force use of X11 backend when running on Wayland (mga#20680) - mgaapplet-upgrade-helper: force use of Adwaita theme (mga#21425) o prevents display issues if current theme (e.g. oxygen-gtk) is obsoleted @@ -30,6 +30,7 @@ use run_program; use feature 'state'; BEGIN { unshift @::textdomains, 'mgaonline' } +BEGIN { $ENV{GDK_BACKEND} = 'x11' if $ENV{WAYLAND_DISPLAY} } use mygtk3 qw(gtknew); #- do not import gtkadd which conflicts with ugtk3 version use ugtk3 qw(:all); |