Issue 10071 - OOO_STABLE_1_PORTS/X11: (vcl) disable xkb discovery so menus draw faster
Summary: OOO_STABLE_1_PORTS/X11: (vcl) disable xkb discovery so menus draw faster
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.1
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 1.0.4
Assignee: fa
QA Contact: issues@porting
URL:
Keywords: merge_pending
Depends on:
Blocks:
 
Reported: 2002-12-14 09:27 UTC by fa
Modified: 2004-03-25 07:43 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
cd to SRC_ROOT/vcl/unx/source/app, patch -p0 < /path/to/patchfile. Disables querying of the keyboard by the XKeyboard extension. (2.72 KB, patch)
2002-12-14 09:28 UTC, fa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description fa 2002-12-14 09:27:14 UTC
XDarwin has incomplete Xkeyboard extension support.  This results in a message
being printed out the stderr every time XkbGetKeyboard() is called in
vcl/unx/source/app/keysymnames.cxx.  This error message slows down the drawing
of all menus in OOo considerably.

Therefore, its going to get disabled until XDarwin gets better Xkeyboard support.

Dan
Comment 1 fa 2002-12-14 09:28:12 UTC
Created attachment 4030 [details]
cd to SRC_ROOT/vcl/unx/source/app, patch -p0 < /path/to/patchfile.  Disables querying of the keyboard by the XKeyboard extension.
Comment 2 fa 2002-12-14 09:28:43 UTC
Please approve the vcl 121402 patch for integration into _PORTS.

dan
Comment 3 matthias.huetsch 2002-12-14 16:40:39 UTC
Hi Dan,

the patch looks good, is entirely MACOSX specific, and is thus approved.
Removing the 'approval_pending' keyword. Just go ahead.

Matthias
Comment 4 ed 2002-12-16 00:34:36 UTC
Committed to OOO_STABLE_1_PORTS, in conjunction with commit for 8361.  Added 
keyword merge_pending.
Comment 5 fa 2003-07-31 16:26:23 UTC
This particular issue is fixed, and the overall tracking for the Xkeyboard issues are 
now in Issue 17721 .
Comment 6 Martin Hollmichel 2004-03-25 07:43:34 UTC
close issue.