View glib-thumbnailer.patch
| diff --git a/gio/glocalfileinfo.c b/gio/glocalfileinfo.c | |
| index f75a0d2..bb4c8a6 100644 | |
| --- a/gio/glocalfileinfo.c | |
| +++ b/gio/glocalfileinfo.c | |
| @@ -64,6 +64,12 @@ | |
| #endif | |
| #include "thumbnail-verify.h" | |
| +#ifdef HAVE_DBUS1 | |
| +#define FREEDESKTOP_THUMBNAILER |
View gtk2-filechooser-icon-view.patch
| diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c | |
| index 2a75365..b466ab2 100644 | |
| --- a/gtk/gtkfilechooserdefault.c | |
| +++ b/gtk/gtkfilechooserdefault.c | |
| @@ -81,6 +81,7 @@ | |
| #include <sys/stat.h> | |
| #include <sys/types.h> | |
| #include <locale.h> | |
| +#include <math.h> | |