summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-thunar/patches
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-01-06 23:29:59 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-01-06 23:29:59 +0000
commita12be224147e5c1c55d88f372f05394a58ab57ea (patch)
tree9d6e3e79cb7041814b00281e77a2b27e68664702 /sysutils/xfce4-thunar/patches
parente0836caa6b91a73a1629928ef56ba6a3333dff9a (diff)
downloadpkgsrc-a12be224147e5c1c55d88f372f05394a58ab57ea.tar.gz
xfce4-thunar: update to 1.8.11
pkgsrc changes: add a patch to fix a segfault on start-up that occurs with the upstream 1.8.11 release, fix courtesy of Sebastien Marie. Change log: 1.8.11 ====== - Thunar 1.8.10 crashing on startup in FreeBSD and Fedora, caused by nonfunctional pango version check (Bug #16136, Bug #16138) - Translation Updates: Interlingue, Spanish 1.8.10 ====== - Allow compilation with panel 4.15 - thunar-job: callee should keep track of the number of processed files (Bug #16117) - Thunar does not show a context menu on right-click when started via trash-panel-plugin (Bug #16000) - Make sure icon text is centered after unchecking "Text beside icons" - Remove the vertical gap between icon and its label (Bug #16041) - Fix icon view alignment (Bug #16107) - Not possible to grab scrollbar on the very right pixels when Thunar is maximized (Bug #16050) - Wrap text of error dialog - Not possible to empty the trash via the pathbar context menu - Crash on refresh if remote folder has been removed (Bug #15961) - Center action buttons in conflict dialog window (Bug #15973) - Prevent usage of deprecated gtk_dialog_get_action_area - Ensure user customizable action uses currently selected file path (Bug #15119) - make filename label selectable in conflict dialog window - Center action buttons in conflict dialog window (Bug #15973) - Clear user customizable action shortcut when the action is deleted - Prevent Gtk-CRITICAL when adding or modifying a user customizable action. - Thunar SendTo Email: Add missing archive formats for archive detection (Bug #15917) - sendto plugin: fix content type resolution. (Bug #15916) - sendto plugin: extract function tse_file_is_archive (Bug #15916) - sendto plugin: move g_file_info_get_content_type() call out of the cycle (Bug #15916) - All glory to lowercase (Bug #15394) - mismatched names between thunar.appdata.xml and thunar.desktop (Bug #15498) - Replace text "Enter the new name:" by "Enter the name:" for file creation dialog (Bug #15423) - Remove superfluous .desktop file "Thunar-folder-handler.desktop.in" (Bug #15467) - Prevent unnecessary fallback copy-delete in file move when overwriting - Fix possible memory leak - Fix popup menus size (Bug #15832) - Add Alt+D as alternative accelerator for Open Location (Bug #15828) - Do not insert hyphens at intra-word line breaks (Bug #15856) - Translation Updates: Albanian, Arabic, Belarusian, Bulgarian, Catalan, Chinese (Taiwan), Croatian, Danish, Dutch, English (United Kingdom), French, Galician, German, Hungarian, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian
Diffstat (limited to 'sysutils/xfce4-thunar/patches')
-rw-r--r--sysutils/xfce4-thunar/patches/patch-thunar_thunar-standard-view.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/xfce4-thunar/patches/patch-thunar_thunar-standard-view.c b/sysutils/xfce4-thunar/patches/patch-thunar_thunar-standard-view.c
new file mode 100644
index 00000000000..dcf497d054a
--- /dev/null
+++ b/sysutils/xfce4-thunar/patches/patch-thunar_thunar-standard-view.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-thunar_thunar-standard-view.c,v 1.1 2020/01/06 23:29:59 gutteridge Exp $
+
+Fix segfault due to the wrong type being supplied as the sentinel.
+https://bugzilla.xfce.org/show_bug.cgi?id=16310
+
+--- thunar/thunar-standard-view.c.orig 2019-11-15 22:31:38.000000000 +0000
++++ thunar/thunar-standard-view.c
+@@ -719,7 +719,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
+ #endif
+ "alignment", PANGO_ALIGN_CENTER,
+ "xalign", 0.5,
+- FALSE);
++ NULL);
+ g_object_ref_sink (G_OBJECT (standard_view->name_renderer));
+
+ /* TODO: prelit underline