Debian Patches
Status for gtk+2.0/2.24.33-7
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
004_gtk+-ximian-gtk2-filesel-navbutton-5.patch | Ximian patch to improve the GtkFileSel UI Requested by Ross Burton in 2003. [Jonathan Brandmeyer: Use ~/Desktop instead of ~/.gnome2-desktop] |
Debian GNOME Maintainers | no | 2003-07-13 | ||
005_support_disabling_x11_extensions.patch | Support disabling X11 extensions We want this in Debian as we build GTK with extensions enabled for the normal build, but disable them for the special build that will be used in the graphical installer, because it needs to be as small as possible. |
Cyril Brulebois <kibi@debian.org> | yes | upstream | 2018-04-06 | |
015_default-fallback-icon-theme.patch | Set the default gtk-fallback-icon-theme [jbicha: Use Adwaita instead of gnome to match gtk3] Similar to GTK 3 commit 2488b954f24c01f99995ff22898628c57b4aedc1 in 3.13.2. |
=?utf-8?q?Lo=C3=AFc_Minier?= <lool@dooz.org> | no | debian | 2007-05-18 | |
042_treeview_single-focus.patch | Don't select the focused item for GTK_SELECTION_SINGLE type treeviews This allows the fix in 040_filechooser_single-click.patch to work. |
Josselin Mouette <joss@debian.org> | no | 2007-11-04 | ||
044_tracker_fts.patch | Enable tracker full text search Tracker in Debian is compiled with FTS support, so we make use of that in GTK3's file selector dialog. This way files can be found by their content and not only their file name. |
Michael Biebl <biebl@debian.org> | no | 2012-01-18 | ||
060_ignore-random-icons.patch | Don't list images from unknown directories in icon cache After GTK 2.12.0, gtk-update-icon-cache fails if there is a PNG file placed directly in /usr/share/icons/hicolor (not in a correct subdirectory like 48x48/apps). this change is no longer necessary: "I believe a slightly different fix that I did some time ago fixes this too." --Matthias Clasen, 2008-02-16 04:43:10 UTC |
Loic Minier <lool@dooz.org> | yes | debian upstream | 2007-10-21 | |
061_use_pdf_as_default_printing_standard.patch | Use PDF as default printing standard Original author unknown. https://wiki.ubuntu.com/PDFasStandardPrintJobFormat |
Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> | no | 2009-03-03 | ||
Reinstate-marshallers-that-accidentally-became-part-of-th.patch | Reinstate marshallers that accidentally became part of the ABI gtkmarshal.c in GTK 2.24.32 was generated by a version of glib-genmarshal that produced unintended symbols. It was regenerated for 2.24.33, but it looks as though a few packages might already be referring to those symbols. Patch them back in for ABI compatibility. |
Simon McVittie <smcv@debian.org> | not-needed | 2020-12-28 | ||
d-i/textlayout-Clamp-width-to-the-value-we-asked-for-as-a-hac.patch | textlayout: Clamp width to the value we asked for, as a hack for d-i When we ask Pango to lay out text with a particular width in mind, if the width is really narrow then reducing it can result in Pango asking for *more* space. This can result in a relayout loop in the Debian installer. Avoid this by restricting the width to be no more than what we asked for, which might result in text being clipped or overlapping with an adjacent widget but is better than an infinite loop. |
Simon McVittie <smcv@debian.org> | no | debian | 2021-05-19 | |
Check-for-attribute-availability-before-accessing-it.patch | 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. Ported to GTK2 by futalas |
Emmanuele Bassi <ebassi@gnome.org> | no | https://gitlab.gnome.org/GNOME/gtk/-/commit/c1fa916e#note_1852594 | 2023-03-13 | |
CVE-2024-6655.patch | Stop looking for modules in cwd This is just not a good idea. It is surprising, and can be misused. (cherry picked from commit 3bbf0b6176d42836d23c36a6ac410e807ec0a7a7) |
Matthias Clasen <mclasen@redhat.com> | no | gtk 3.24.43 | 2024-06-15 | |
gtk2-c99.patch | gtk2-c99 | =?utf-8?q?Javier_Jard=C3=B3n?= <jjardon@gnome.org> | no | 2010-05-03 | ||
gtk2-c89.patch | gtk2-c89 Fix fallout from g_object_ref change g_object_ref now returns the type of the object that was passed. Introduce cast as necessary to avoid warnings due to this. |
Matthias Clasen <mclasen@redhat.com> | no | 2017-12-08 | ||
gtk2-c89-2.patch | gtk2-c89-2 | Cosimo Cecchi <cosimoc@gnome.org> | no | 2013-02-18 | ||
gtk2-c89-3.patch | gtk2-c89-3 Partial backport of: commit 345d865ac6b2f7760503ab144dd68e6062438b80 GtkScale: Fix late setting of marks |
Matthias Clasen <mclasen@redhat.com> | no | 2012-01-18 | ||
gtk2-c89-4.patch | gtk2-c89-4 Return the expected GObject * type. This was not fixed upstream before this file was removed. |
Florian Weimer <fweimer@redhat.com> | no | 2024-01-21 | ||
gtk2-c89-5.patch | gtk2-c89-5 Part of this commit upstream: commit ca94ff10ce2ea57bfde7692aaa558b1260c9ff75 testsuite/gtk/defaultvalue: Actually build...& fix It looks like this got dropped during the move from autotools and never restored. I can see why, since making it work wasn't a hugely fun task! Notes on some less then obvious details: * PlacesSidebar is private now and didn't seem to be to be particularly easy to adapt to, so this moves to checking for it by name, not TYPE. I couldn't find a (fast) better way; if you know how, please clean up * added 2 casts to avoid warnings from the new type-propagating ref() * GdkClipboard and GdkContentProvider need some properties dodged * GtkToolItemGroup is gone * fixed indentation and used TypeName:property-name syntax in a print() |
Daniel Boles <dboles.src@gmail.com> | no | 2018-06-29 | ||
gtk2-c89-6.patch | gtk2-c89-6 Convert to the expected pointer. This was not fixed before the file was removed upstream. |
Florian Weimer <fweimer@redhat.com> | no | 2024-01-21 |
All known versions for source package 'gtk+2.0'
- 2.24.33-7 (trixie, sid)
- 2.24.33-2+deb12u1 (bookworm)
- 2.24.33-2+deb11u1 (bullseye)