Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186298 - x11-base/xorg-server-1.3.0 - XEVIE extension disabled, even when enabled in xorg.conf
Summary: x11-base/xorg-server-1.3.0 - XEVIE extension disabled, even when enabled in x...
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 06:25 UTC by Carl Michal
Modified: 2007-08-05 06:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Michal 2007-07-23 06:25:25 UTC
In the current (1.3.0) xorg xserver, the XEVIE can't be enabled.

It is disabled in os/utils.c, so that currently if you try to enable it in xorg.conf, X dutifully reports that it is initializing XEVIE as a built-in extension, but in fact it never does.

By changing:
_X_EXPORT Bool noXevieExtension = TRUE;

to 

_X_EXPORT Bool noXevieExtension = FALSE;

in os/utils.c the extension can actually be initialized.

Since this extension now is apparently required for gnome-2.18, it might be helpful to actually enable it.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2007-08-02 01:19:35 UTC
Those are the defaults, they shouldn't force it off regardless of configuration. How are you determining that it's off, and how are you attempting to enable it? Please reopen when you reply.
Comment 2 Carl Michal 2007-08-05 06:14:05 UTC
Sorry - I think the only problem here was between the keyboard and the screen.