I'm running OpenSuSE 10.3 and JRE 1.6.0 with Java Web Start 1.0.1. When I start a Java application from a shell prompt I get this:
Code:
libxcb: WARNING! Program tries to unlock a connection without having acquired
a lock first, which indicates a programming error.
There will be no further warnings about this issue.
libxcb: WARNING! Program tries to lock an already locked connection,
which indicates a programming error.
There will be no further warnings about this issue.
The application does start correctly, but the command doesn't complete until I hit Enter.
I suppose I can live with this behavior since the application itself does run without problems, but I still would like to make this error go away.