summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/net_applet1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/net_applet b/bin/net_applet
index cf82de8..aff7561 100755
--- a/bin/net_applet
+++ b/bin/net_applet
@@ -6,6 +6,7 @@ use POSIX qw(:signal_h :sys_wait_h);
use lib qw(/usr/lib/libDrakX);
# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX)
BEGIN { unshift @::textdomains, 'drakx-net' }
+BEGIN { $ENV{GDK_BACKEND} = 'x11' if $ENV{WAYLAND_DISPLAY} }
use c;
use common;
use standalone;