From: Michael Gernoth Date: Sun, 9 Oct 2011 10:22:09 +0000 (+0200) Subject: use MOTIF for GUI, fixes video redirection window problems X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/commitdiff_plain/6fb1c8082ee8f75f51a7cdb66438ffb84c324e10?ds=sidebyside use MOTIF for GUI, fixes video redirection window problems --- 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 '';