From 6fb1c8082ee8f75f51a7cdb66438ffb84c324e10 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 9 Oct 2011 12:22:09 +0200 Subject: [PATCH] use MOTIF for GUI, fixes video redirection window problems --- rsbs2.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/rsbs2.pl b/rsbs2.pl index 97593a8..d81218a 100755 --- a/rsbs2.pl +++ b/rsbs2.pl @@ -492,6 +492,7 @@ sub status { sub spawn_gui { my $base = shift; + $ENV{'AWT_TOOLKIT'} = 'MToolkit'; open(APPLET,"|appletviewer -J-Djava.security.policy=applet.policy -J-Djava.net.preferIPv4Stack=true /dev/stdin"); print APPLET 'RSB S2 User Interface'; print APPLET ''; -- 2.39.2