diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-10-28 22:59:50 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-12-03 07:37:53 -0800 |
| commit | 97b82f3b5ad79e7b2b72827452a7714a716ea02c (patch) | |
| tree | 8361d517211dfd8e97b2252ab0ca44c0bc042735 /meta-xfce | |
| parent | 5829238b2f9ae8a62d4c2deac9759c359187940c (diff) | |
| download | meta-openembedded-97b82f3b5ad79e7b2b72827452a7714a716ea02c.tar.gz | |
exo: unbreak Thunar's detailed file view
see further details at [1]
[1] https://bugzilla.xfce.org/show_bug.cgi?id=12916
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo/0001-Probable-fix-for-Thunar-detailed-view-Xfce-12916.patch | 36 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | 1 |
2 files changed, 37 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo/0001-Probable-fix-for-Thunar-detailed-view-Xfce-12916.patch b/meta-xfce/recipes-xfce/exo/exo/0001-Probable-fix-for-Thunar-detailed-view-Xfce-12916.patch new file mode 100644 index 0000000000..16f12feaf3 --- /dev/null +++ b/meta-xfce/recipes-xfce/exo/exo/0001-Probable-fix-for-Thunar-detailed-view-Xfce-12916.patch | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | From fea2619e6d07ac72b2eff6f408bb3daa2dbdf671 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Sean Davis <smd.seandavis@gmail.com> | ||
| 3 | Date: Thu, 27 Oct 2016 20:31:36 -0400 | ||
| 4 | Subject: [PATCH] Probable fix for Thunar detailed view (Xfce #12916) | ||
| 5 | |||
| 6 | Upstream-Status: Pending [1-2] | ||
| 7 | |||
| 8 | [1] https://git.xfce.org/xfce/exo/commit/?id=fea2619e6d07ac72b2eff6f408bb3daa2dbdf671 | ||
| 9 | [2] https://bugzilla.xfce.org/show_bug.cgi?id=12916 | ||
| 10 | |||
| 11 | --- | ||
| 12 | exo/exo-tree-view.c | 6 +----- | ||
| 13 | 1 file changed, 1 insertion(+), 5 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/exo/exo-tree-view.c b/exo/exo-tree-view.c | ||
| 16 | index 8c8564f..2d0fc04 100644 | ||
| 17 | --- a/exo/exo-tree-view.c | ||
| 18 | +++ b/exo/exo-tree-view.c | ||
| 19 | @@ -385,13 +385,9 @@ exo_tree_view_button_press_event (GtkWidget *widget, | ||
| 20 | } | ||
| 21 | } | ||
| 22 | |||
| 23 | - /* see bug http://bugzilla.xfce.org/show_bug.cgi?id=6230 for more information */ | ||
| 24 | if (G_LIKELY (gtk_tree_selection_get_select_function (selection) == (GtkTreeSelectionFunc) exo_noop_false)) | ||
| 25 | { | ||
| 26 | - /* just reset the select function (previously set to exo_noop_false), | ||
| 27 | - * there's no clean way to do this, so what the heck. | ||
| 28 | - */ | ||
| 29 | - gtk_tree_selection_set_select_function (selection, NULL, NULL, NULL); | ||
| 30 | + gtk_tree_selection_set_select_function (selection, (GtkTreeSelectionFunc) exo_noop_true, NULL, NULL); | ||
| 31 | } | ||
| 32 | |||
| 33 | /* release the path (if any) */ | ||
| 34 | -- | ||
| 35 | 2.5.5 | ||
| 36 | |||
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb index 70c2761ad8..c145ce0925 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | |||
| @@ -14,6 +14,7 @@ REQUIRED_DISTRO_FEATURES_class-native = "" | |||
| 14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
| 15 | file://exo-no-tests-0.8.patch \ | 15 | file://exo-no-tests-0.8.patch \ |
| 16 | file://configure.patch \ | 16 | file://configure.patch \ |
| 17 | file://0001-Probable-fix-for-Thunar-detailed-view-Xfce-12916.patch \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | SRC_URI_append_class-native = " \ | 20 | SRC_URI_append_class-native = " \ |
