Bug#439004: libgtk2.0-0: does not correctly load im_module_file any longer

Thadeu Lima de Souza Cascardo cascardo at minaslivre.org
Tue Aug 21 14:13:27 UTC 2007


Package: libgtk2.0-0
Version: 2.10.13-1
Severity: normal
Tags: patch

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);
+

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-vserver-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0             1.18.0-2         The ATK accessibility toolkit
ii  libc6                   2.6.1-1          GNU C Library: Shared libraries
ii  libcairo2               1.4.10-1         The Cairo 2D vector graphics libra
ii  libcomerr2              1.40.2-1         common error description library
ii  libcupsys2              1.3.0-2          Common UNIX Printing System(tm) - 
ii  libfontconfig1          2.4.2-1.2        generic font configuration library
ii  libglib2.0-0            2.12.13-1        The GLib library of C routines
ii  libgnutls13             1.6.3-1          the GNU TLS library - runtime libr
ii  libgtk2.0-common        2.10.13-1        Common files for the GTK+ graphica
ii  libjpeg62               6b-13            The Independent JPEG Group's JPEG 
ii  libkrb53                1.6.dfsg.1-6     MIT Kerberos runtime libraries
ii  libpango1.0-0           1.16.5-1         Layout and rendering of internatio
ii  libpng12-0              1.2.15~beta5-2   PNG library - runtime
ii  libtiff4                3.8.2-7          Tag Image File Format (TIFF) libra
ii  libx11-6                2:1.0.3-7        X11 client-side library
ii  libxcursor1             1:1.1.8-2        X cursor management library
ii  libxext6                1:1.0.3-2        X11 miscellaneous extension librar
ii  libxfixes3              1:4.0.3-2        X11 miscellaneous 'fixes' extensio
ii  libxi6                  2:1.1.2-1        X11 Input extension library
ii  libxinerama1            1:1.0.2-1        X11 Xinerama extension library
ii  libxrandr2              2:1.2.1-1        X11 RandR extension library
ii  libxrender1             1:0.9.2-1        X Rendering Extension client libra
ii  zlib1g                  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages libgtk2.0-0 recommends:
ii  hicolor-icon-theme            0.10-1     default fallback theme for FreeDes
ii  libgtk2.0-bin                 2.10.13-1  The programs for the GTK+ graphica

-- no debconf information





More information about the pkg-gnome-maintainers mailing list