Go to file
2008-11-17 15:59:00 +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 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=55 2008-11-17 15:59:00 +00:00
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
bugzilla-131498-allow-xim-for-all-languages.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
gdk-modules-information.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +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=43 2008-07-24 20:44:01 +00:00
gtk2-bnc310710-bgo524166-underallocated-gtklabel-position.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=39 2008-05-06 17:01:02 +00:00
gtk2-bnc343858-buggy-intel-xinerama.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=31 2008-03-21 01:55:26 +00:00
gtk2-bnc355503-file-chooser-remember-geometry.diff OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=54 2008-11-07 14:59:53 +00:00
gtk2-filesel-navbuttons.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
gtk2-flash-player-busyloop.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=17 2007-08-31 13:52:29 +00:00
gtk2-libtool.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=39 2008-05-06 17:01:02 +00:00
gtk2-set-invisible-char-to-circle.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=13 2007-07-10 16:22:31 +00:00
gtk2.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=55 2008-11-17 15:59:00 +00:00
gtk2.spec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=55 2008-11-17 15:59:00 +00:00
gtk64.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=7 2007-03-02 08:32:34 +00:00
gtk-path-local.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=38 2008-04-22 23:54:47 +00:00
gtk+-2.14.4.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=52 2008-10-22 21:46:04 +00:00
gtk+-mac_ctree.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
gtk+-strict-aliasing.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=46 2008-08-15 21:42:11 +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
README.SuSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=1 2007-01-05 15:49:44 +00:00
SuSEconfig.gtk2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk2?expand=0&rev=45 2008-08-13 22:39:23 +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
/usr/bin/gdk-pixbuf-query-loaders:   /usr/bin/gdk-pixbuf-query-loaders-64
/etc/gtk-2.0/gtk.immodules:          /usr/gtk-2.0/gtk.immodules64
/etc/gtk-2.0/gdk-pixbuf.loaders:     /usr/gtk-2.0/gdk-pixbuf.loaders64

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+.
- After installation, you must run following commands:
touch /var/adm/SuSEconfig/run-gtk
SuSEconfig


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