Temporarly disable thunar_pango_attr_disable_hyphens() call to fix crash

at startup, as reported by semarie@ in https://bugzilla.xfce.org/show_bug.cgi?id=16310

this being a fallout from the pango 1.44 update still pending investigation..
This commit is contained in:
landry 2020-01-05 09:08:34 +00:00
parent 44b2bfb075
commit 7ffc2d9c9f
2 changed files with 18 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.78 2019/11/17 17:47:44 landry Exp $
# $OpenBSD: Makefile,v 1.79 2020/01/05 09:08:34 landry Exp $
COMMENT= Xfce4 file manager
XFCE_VERSION= 1.8.11
XFCE_PROJECT= thunar
PORTROACH= limitw:1,even
REVISION= 0
SHARED_LIBS= thunarx-3 0.0

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-thunar_thunar-standard-view_c,v 1.3 2020/01/05 09:08:34 landry Exp $
https://bugzilla.xfce.org/show_bug.cgi?id=16310
Index: thunar/thunar-standard-view.c
--- thunar/thunar-standard-view.c.orig
+++ thunar/thunar-standard-view.c
@@ -714,7 +714,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
/* setup the name renderer */
standard_view->name_renderer = g_object_new (GTK_TYPE_CELL_RENDERER_TEXT,
-#if PANGO_VERSION_CHECK (1, 44, 0)
+#if 0
"attributes", thunar_pango_attr_disable_hyphens (),
#endif
"alignment", PANGO_ALIGN_CENTER,