[Uim-bugs] [Bug 15853] uim-pref-qt doesn't work when libquiminputcontextplugin. so is installed
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri May 9 21:46:41 PDT 2008
http://bugs.freedesktop.org/show_bug.cgi?id=15853
--- Comment #6 from YamaKen <yamaken at bp.iij4u.or.jp> 2008-05-09 21:46:39 PST ---
> Do you think just removing uim_quit() in UimInputContextPlugin::uimQuit() is OK
> for now? (Personally, I don't prefer this workaround because it must be a bug
> in immodule patch for Qt3).
Though I don't know sufficient information about the Qt plugin management on
immodule arena, the init count workaround is better than just removing
uim_quit() since it is more proper and can behave as expected by Qt on any
situations we don't know. I don't prefer introducing future possibility of
another problem by removing uim_quit().
What about writing a wrapper functions for uim_init() and uim_quit() contaning
the your init count workaround in the bridges and replace the uim_init/quit
call with them?
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the uim-bugs
mailing list