Go to file
Dominique Leuenberger 9d6e1117be Accepting request 1129912 from home:polslinux:branches:GNOME:Factory
- Add gtk2-check-attribute.patch (bsc#1217622): check for attribute
  availability before accessing it.
  Starting from GLib 2.76, the standard attribute getters in the
  GFileInfo object will warn if the attribute is unset, instead of
  silently bailing out and returning a default value.

OBS-URL: https://build.opensuse.org/request/show/1129912
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=296
2023-11-30 07:43:57 +00:00
_service Accepting request 858202 from GNOME:Next 2020-12-23 14:19:20 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
baselibs.conf Accepting request 995217 from home:dirkmueller:Factory 2022-08-18 11:48:59 +00:00
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff Updating link to change in openSUSE:Factory/gtk2 revision 78.0 2009-12-08 10:33:41 +00:00
gtk2-bgo625202-30-bit-drawables-remain-black.patch Accepting request 243668 from home:bekun:branches:GNOME:Factory 2014-08-05 18:35:19 +00:00
gtk2-bgo743166-remember-printing-authentication.patch Accepting request 427111 from home:mgorse:branches:GNOME:Factory 2016-09-13 10:21:54 +00:00
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=67 2009-04-23 19:30:40 +00:00
gtk2-check-attribute.patch Accepting request 1129912 from home:polslinux:branches:GNOME:Factory 2023-11-30 07:43:57 +00:00
gtk2-default-printer.patch Accepting request 221561 from home:mgorse:branches:GNOME:Factory 2014-02-11 22:16:03 +00:00
gtk2-GTK_PATH64.patch Accepting request 183796 from home:vuntz:branches:GNOME:Factory 2013-07-20 19:27:04 +00:00
gtk2-rpmlintrc Accepting request 926890 from GNOME:Next 2021-10-26 09:54:29 +00:00
gtk2-updateiconcache_sort.patch - Add gtk2-updateiconcache_sort.patch: have gtk-update-icon-cache 2017-07-13 13:03:34 +00:00
gtk2.changes Accepting request 1129912 from home:polslinux:branches:GNOME:Factory 2023-11-30 07:43:57 +00:00
gtk2.spec Accepting request 1129912 from home:polslinux:branches:GNOME:Factory 2023-11-30 07:43:57 +00:00
gtk-2.24.33.tar.xz Accepting request 858202 from GNOME:Next 2020-12-23 14:19:20 +00:00
gtk-path-local.patch Accepting request 158389 from GNOME:Next 2013-03-13 22:52:13 +00:00
gtkrc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=27 2008-03-07 20:59:23 +00:00
macros.gtk2 Accepting request 183796 from home:vuntz:branches:GNOME:Factory 2013-07-20 19:27:04 +00:00
README.SUSE Accepting request 243852 from home:fcrozat:branches:GNOME:Factory 2014-08-07 11:28:24 +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.