Bug#439004: libgtk2.0-0: does not correctly load im_module_file any longer
Josselin Mouette
joss at debian.org
Wed Sep 19 10:07:32 UTC 2007
Le mardi 21 août 2007 à 11:13 -0300, Thadeu Lima de Souza Cascardo a
écrit :
> The im_module_file, either defined in gtkrc or as a environment variable,
> GTK_IM_MODULE_FILE, is loaded before all other files in a Debian defined
> directory.
>
> This changes the upstream GTK+ behavior: when a user defines his own
> im_module_file, that is the only file loaded.
>
> I propose a minor fix, that would load the user im_module_file after the
> files located in the Debian directory.
>
> In the patch named 020_immodules-files-d.patch, I would change
>
> + list_str = g_strjoin (G_SEARCHPATH_SEPARATOR_S,
> + im_module_file_str,
> + im_module_files_d_str,
> + NULL);
> +
>
> into
>
> + list_str = g_strjoin (G_SEARCHPATH_SEPARATOR_S,
> + im_module_files_d_str,
> + im_module_file_str,
> + NULL);
> +
Are you sure of that? I think this is going to have the opposite effect,
because this list is processed in reverse order.
Cheers,
--
.''`. Josselin Mouette /\./\
: :' : josselin.mouette at ens-lyon.org
`. `' joss at debian.org
`- Debian GNU/Linux -- The power of freedom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20070919/1d321857/attachment.pgp
More information about the pkg-gnome-maintainers
mailing list