Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452358 - [qt overlay] qt-widgets:5[accessibility] should install accessibility plugin
Summary: [qt overlay] qt-widgets:5[accessibility] should install accessibility plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 15:08 UTC by Eugene Shalygin
Modified: 2013-01-24 09:24 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 Eugene Shalygin 2013-01-15 15:08:50 UTC
Compilation of the accessibility plugin is commented out in the qt-gui-5.0.0 ebuild. It seems like without this plugin all widget based application crash if there is no accessibility D-Bus agent avaliable. However, when I enabled compilation of the plugin (BTW, I did not see sandbox violation), widget based application (designer and assistant) started to work fine. Interaction with menu does not produce crashes anymore.

Reproducible: Always
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2013-01-24 09:24:05 UTC
Yeah, the sandbox violation (reason why I disabled the plugin) was fixed as a side effect of commit 8c39b4c05fecf1e0c1713c19b5e077c47e881846 in qtbase, but I didn't notice.

The plugin is now re-enabled, thanks for reporting.