diff options
author | B Stack <bgstack15@gmail.com> | 2020-07-23 14:24:41 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-07-23 14:24:41 +0000 |
commit | 6182a3a1a339fdbc882c30a01e25c1db7ad7728c (patch) | |
tree | f7f50de0ac3c85e16687014bd7ad37babe75861d /freefilesync/debian/patches/ffs_devuan_gtk3.patch | |
parent | Merge branch 'irfanview-bump' into 'master' (diff) | |
parent | fix date for 10.25 (diff) | |
download | stackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.tar.gz stackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.tar.bz2 stackrpms-6182a3a1a339fdbc882c30a01e25c1db7ad7728c.zip |
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 11.0
See merge request bgstack15/stackrpms!169
Diffstat (limited to 'freefilesync/debian/patches/ffs_devuan_gtk3.patch')
-rw-r--r-- | freefilesync/debian/patches/ffs_devuan_gtk3.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/freefilesync/debian/patches/ffs_devuan_gtk3.patch b/freefilesync/debian/patches/ffs_devuan_gtk3.patch index 3559261..16268d1 100644 --- a/freefilesync/debian/patches/ffs_devuan_gtk3.patch +++ b/freefilesync/debian/patches/ffs_devuan_gtk3.patch @@ -47,15 +47,3 @@ diff -x '*.swp' -x '.git*' -x '*.orig' -x '*.rej' -Naur 10.18-0/wx+/dc.h 10.18-1 //GTK2 doesn't properly support high DPI: https://freefilesync.org/forum/viewtopic.php?t=6114 //=> requires general fix at wxWidgets-level assert(wxTheApp); //only call after wxWidgets was initalized! -diff -x '*.swp' -x '.git*' -x '*.orig' -x '*.rej' -Naur 10.18-0/FreeFileSync/Source/base/icon_loader.cpp 10.18-1/FreeFileSync/Source/base/icon_loader.cpp ---- 10.18-0/FreeFileSync/Source/base/icon_loader.cpp 2019-11-21 08:24:23.955769262 -0500 -+++ 10.18-1/FreeFileSync/Source/base/icon_loader.cpp 2019-11-21 09:42:15.439813730 -0500 -@@ -18,7 +18,7 @@ - - namespace - { --static_assert(GTK_MAJOR_VERSION == 2, "FreeFileSync does NOT (currently) support GTK3! The GTK calls below will lead to crashes due to not being thread-safe on GTK3."); -+static_assert(GTK_MAJOR_VERSION == 3, "FreeFileSync does NOT (currently) support GTK3! The GTK calls below will lead to crashes due to not being thread-safe on GTK3."); - //gdk_threads_enter(); + ZEN_ON_SCOPE_EXIT(::gdk_threads_leave); is NOT enough; e.g. GTK3 + openSuse still crashes with: - // Gtk:ERROR:gtkicontheme.c:4026:proxy_pixbuf_destroy: assertion failed: (icon_info->proxy_pixbuf != NULL) - //GTK icon theme internals: https://github.com/GNOME/gtk/blob/master/gtk/gtkicontheme.c |