From 0b65c9d29c363f10b387f76fb9ddc61d54a58e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Fernandes?= Date: Tue, 8 Sep 2020 19:30:05 +0100 Subject: files-view: Add Extract/Compress menu section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Extract Here", "Extract To…" and "Compress…" menu items are contained by the extensions menu section, despite not being an extension. This has worked fine until the extensions menu handling has been reworked in commit bd81bd895f15c7784a2487ea7d1006910ab0cb40 This commit introduced a regressions which causes the Extract/Compress items to disappear if actual extension menu items are added. Since it was already conceptually wrong to have them in this section, let's move these items into their own menu section to fix the bug. Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1472 --- src/resources/ui/nautilus-files-view-context-menus.ui | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/resources/ui/nautilus-files-view-context-menus.ui b/src/resources/ui/nautilus-files-view-context-menus.ui index 5cbbabb21..6438314a7 100644 --- a/src/resources/ui/nautilus-files-view-context-menus.ui +++ b/src/resources/ui/nautilus-files-view-context-menus.ui @@ -193,7 +193,7 @@ action-disabled -
+
_Extract Here view.extract-here @@ -210,6 +210,8 @@ action-disabled
+
+
Tags -- cgit v1.2.1