Mailinglist Archive: opensuse-bugs (9716 mails)
| < Previous | Next > |
[Bug 330991] java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. - Installing Lotus Notes
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 5 Nov 2007 02:24:51 -0700 (MST)
- Message-id: <20071105092451.1100BCC7B0@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=330991#c8
Robert Cabane <rcoo@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|rcoo@xxxxxxx
--- Comment #8 from Robert Cabane <rcoo@xxxxxxx> 2007-11-05 02:24:50 MST ---
This is a very nasty bug ! It's referenced at Sun here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373
The workaroud for OpenSuSE 10.3:
in a root terminal, first do:
$ find /usr -name 'libmawt*'>liblist ; cat liblist
(you get a list of all affected libraries)
and then
$ for f in `cat liblist` ; do sed -i 's/XINERAMA/FAKEEXTN/g' $f ; done
It works !
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Robert Cabane <rcoo@xxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|rcoo@xxxxxxx
--- Comment #8 from Robert Cabane <rcoo@xxxxxxx> 2007-11-05 02:24:50 MST ---
This is a very nasty bug ! It's referenced at Sun here:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373
The workaroud for OpenSuSE 10.3:
in a root terminal, first do:
$ find /usr -name 'libmawt*'>liblist ; cat liblist
(you get a list of all affected libraries)
and then
$ for f in `cat liblist` ; do sed -i 's/XINERAMA/FAKEEXTN/g' $f ; done
It works !
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |