Comment 24 for bug 48404

Revision history for this message
rkr1410 (rkr1410) wrote :

export AWT_TOOLKIT="MToolkit"
fixes the grey windows backgrounds, but makes
keyboard input in swing components impossible. After short time (maybe some alt-tabbing to other
apps) swing text components no longer accept keyboard input.

export AWT_TOOLKIT="XToolkit"
fixes the keyboard problem, but gives me the 'grey windows' problem.

Looks like a catch 22...