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        /\./\
: :' :           [EMAIL PROTECTED]
`. `'                        [EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to