Thanks :-)

On Mon, Jun 03, 2013 at 10:34:20PM +0300, Rangel Dokov wrote:
> Package: im-config
> Version: 0.22-2
> Severity: normal
> Tags: patch
> 
> There's a typo in the command used to find the Qt4 module for UIM and it falls
> back to XIM.
> Attached is a patch against the file present in version 0.22-2, which appears
> to be the latest.

Yes.

> --- /usr/share/im-config/data/24_uim.rc       2013-05-29 15:44:35.000000000 
> +0300
> +++ /usr/share/im-config/data/24_uim.rc.new   2013-06-03 22:25:25.144801273 
> +0300
> @@ -60,7 +60,7 @@
>  
>  QT4_IM_MODULE=xim
>  # use immodule when available for Qt4 (Qt3 has been long dead)
> -for IM_CONFIG_MARKER in $( 
> ls/usr/lib/*/qt4/plugins/inputmethods/libuiminputcontextplugin.so \
                                ^ oops.
> +for IM_CONFIG_MARKER in $(ls 
> /usr/lib/*/qt4/plugins/inputmethods/libuiminputcontextplugin.so \
>                          
> /usr/lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so 
> 2>/dev/null||true); do
>      if [ -e $IM_CONFIG_MARKER ]; then
>          QT4_IM_MODULE=uim


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to