Go to file
2024-07-22 16:37:29 +00:00
_service Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
.gitattributes Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
.gitignore Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
automake-1.17.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
baselibs.conf Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
CVE-2024-6655.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-bgo625202-30-bit-drawables-remain-black.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-bgo743166-remember-printing-authentication.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-check-attribute.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-default-printer.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-gcc14.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-GTK_PATH64.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-rpmlintrc Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2-updateiconcache_sort.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2.changes Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk2.spec Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk-2.24.33.tar.xz Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtk-path-local.patch Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
gtkrc Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
macros.gtk2 Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00
README.SUSE Accepting request 1189067 from GNOME:Next 2024-07-22 16:37:29 +00:00

README for bi-architecture 64 bit platforms users
=================================================

Current version of GTK+ has a problem running 32 and 64 version on
single machine. See http://bugzilla.gnome.org/show_bug.cgi?id=129540 and
http://bugzilla.gnome.org/show_bug.cgi?id=153848 for more information.

To work around this problem, 64 bit version for SUSE Linux uses special
names for following files:

/usr/bin/gtk-query-immodules-2.0:    /usr/bin/gtk-query-immodules-2.0-64
/etc/gtk-2.0/gtk.immodules:          /usr/gtk-2.0/gtk.immodules64

And following variable:

$GTK_PATH:                                 $GTK_PATH64

This can cause problems during self-compilation of packages.

To work-around these problems (introduced by this work-around), you
should:

Either:

- Make a patch of package (please do not send it to package
developers, it's temporary solution).

Or:

- Install 32 bit version of GTK+.

These problems should be correctly solved in GTK+ sometimes in future.