pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51571: [inputmethod/scim] GTK2 application can't invoke to scim gtk2 immodule.
The following reply was made to PR pkg/51571; it has been noted by GNATS.
From: stack field <stackfield0trpg%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/51571: [inputmethod/scim] GTK2 application can't invoke to
scim gtk2 immodule.
Date: Sun, 23 Oct 2016 21:38:17 +0900
Sorry for all, It's my mistike.
GTK2 applications can invoke scim with env GTK_IM_MODULE=scim(small
letter not big letter).
I apologize for the error. Excuse me.
2016-10-23 0:35 GMT+09:00 <stackfield0trpg%gmail.com@localhost>:
>>Number: 51571
>>Category: pkg
>>Synopsis: [inputmethod/scim] GTK2 application can't invoke to scim gtk2 immodule.
>>Confidential: no
>>Severity: serious
>>Priority: medium
>>Responsible: pkg-manager
>>State: open
>>Class: sw-bug
>>Submitter-Id: net
>>Arrival-Date: Sat Oct 22 15:35:00 +0000 2016
>>Originator: stackfield
>>Release: NetBSD-current and pkgsrc-current with moduler X
>>Organization:
>>Environment:
> NetBSD stackfieldbase.home 7.99.39 NetBSD 7.99.39 (GENERIC) #0: Sun Oct 9 18:36:28 JST 2016 root%stackfieldbase.home@localhost:/usr/obj/sys/arch/i386/compile/GENERIC i386
>>Description:
> The scim with the scim-canna was able to handle in gtk2 applications,
> so that haven't ability to register the language data into a gtk2 immodule cache.
>
>>How-To-Repeat:
> 1. install inputmethod/scim & inputmethod/scim-canna
> 2. canna server startup.
> 3. invoke scim-setup & scim -d
> 4. exec gtk2 application with env GTK_IMMODULES=SCIM.
> 5. type some key in gtk2 after selecting canna in scim toolbar.
>
>>Fix:
> I suggest this patch.
>
> $NetBSD$
>
> --- extras/immodules/client-gtk/im-scim-bridge-gtk.c.orig 2014-10-22 10:56:16.000000000 +0000
> +++ extras/immodules/client-gtk/im-scim-bridge-gtk.c
> @@ -40,7 +40,7 @@ static const GtkIMContextInfo scim_bridg
> /* Dir for bindtextdomain (not strictly needed for "gtk+") */
> "",
> /* Languages for which this module is the default */
> - ""
> + "ja:ko:zh:*"
> };
>
> static const GtkIMContextInfo *info_list[] =
>
>
Home |
Main Index |
Thread Index |
Old Index