diff options
Diffstat (limited to 'mgaapplet')
-rwxr-xr-x | mgaapplet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |