Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306083 - app-i18n/ibus mistake in ebuild message text
Summary: app-i18n/ibus mistake in ebuild message text
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 305025
  Show dependency tree
 
Reported: 2010-02-20 16:13 UTC by sebasu216
Modified: 2010-02-28 17:28 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 sebasu216 2010-02-20 16:13:32 UTC
The file ibus-1.2.0.20100111.ebuild should probably be corrected to 

87c87
<       elog "   export QT_IM_MODULE=\"xim\""
---
>       elog "   export QT_IM_MODULE=\"ibus\""


Reference:
http://code.google.com/p/ibus/wiki/Install#Run_gnome,_kde_or_old_X_applications



Reproducible: Always
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2010-02-28 17:28:16 UTC
I disagree it.

1. app-i18n/ibus doesn't support Qt. app-i18n/ibus-qt is required.
2. app-i18n/ibus-qt supports only qt4, not qt3. For qt3, it needs to
set QT_IM_MODULE="xim".

so, I think that its better to suggest 'export QT_IM_MODULE="xim"' instead ibus.