thunar: Disable Shortcuts in Preferences Dialog

as a workaround for segfault issue.
This commit is contained in:
Tee KOBAYASHI 2022-11-05 10:17:00 +09:00 committed by xtkoba
parent 410a9e0c8d
commit a5856f94b0
2 changed files with 21 additions and 1 deletions

View File

@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="GPL-2.0, LGPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
_MAJOR_VERSION=4.17
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.11
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://archive.xfce.org/src/xfce/thunar/${_MAJOR_VERSION}/thunar-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=262c33965ffa38053314ae4d6494d9cfae3937e013d9e2dffb371188fa8fcb20
TERMUX_PKG_DEPENDS="atk, desktop-file-utils, exo, gdk-pixbuf, glib, gtk3, harfbuzz, libcairo, libexif, libice, libnotify, libsm, libx11, libxfce4ui, libxfce4util, pango, shared-mime-info, xfce4-panel, xfconf"

View File

@ -0,0 +1,20 @@
https://github.com/termux/termux-packages/issues/12865
--- a/thunar/thunar-preferences-dialog.c
+++ b/thunar/thunar-preferences-dialog.c
@@ -1333,6 +1333,7 @@ thunar_preferences_dialog_init (ThunarPr
gtk_container_add (GTK_CONTAINER (frame), infobar);
}
+#if 0
/*
Shortcuts
*/
@@ -1354,6 +1355,7 @@ thunar_preferences_dialog_init (ThunarPr
);
gtk_container_add (GTK_CONTAINER (frame), grid);
gtk_widget_show (grid);
+#endif
}