This is where I keep odd patches I've written against other people's free software projects.
gtk-theme-switch is a lightweight program to switch and install GTK+ themes. (With GNOME 2.2 and later, this is the only nice, GUI way to do it that I know of.) However, since it uses GtkCombos in conjunction with -DGTK_DISABLE_DEPRECATED, it won't compile against GTK+ 2.4 and later, which has deprecated the GtkCombo widget in favor of GtkComboBox.
| Patch and name | Description |
| combo-box.patch | Use GtkComboBox instead of GtkCombo if using GTK 2.4 or later |
| file-chooser.patch | Use the new GtkFileChooser if using GTK 2.4 or later |