Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Web Start application shows empty window on XMonad

I use XMonad+gnome as window Manager. I have the problem that, when I run a Java Web Start applicacion, It olways show an empty window, like the screen:

screen

Is there something I can do to fix it?

UPDATE:

I tried simple programs from JWS Examples and it works, right. So it should be a problem of the application.

The failed aaplication is Blast2Go.

like image 604
Zhen Avatar asked Sep 18 '25 18:09

Zhen


1 Answers

Change the name of the window manager to a known one like LG3D:

startupHook = setWMName "LG3D"
like image 63
puckipedia Avatar answered Sep 21 '25 08:09

puckipedia