From 1bdc404245da0491b8c5f41eee947aef59f5d73e Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Wed, 9 Aug 2017 16:32:09 +0200 Subject: general: Add mime type support for archives Until now archives were managed only if activated from Nautilus itself and if a setting was set. There are two main problems with this. 1- Archives opened in other apps cannot be handled by Nautilus 2- Users cannot use the regular mime type handling for setting Nautilus as the app handling archives, or unsetting it. This patch add support for archives mime types handled by gnome-autoar and removes the UI and setting used in the previous version. https://bugzilla.gnome.org/show_bug.cgi?id=771424 --- src/nautilus-file-utilities.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nautilus-file-utilities.h') diff --git a/src/nautilus-file-utilities.h b/src/nautilus-file-utilities.h index 98f823a70..da165cd73 100644 --- a/src/nautilus-file-utilities.h +++ b/src/nautilus-file-utilities.h @@ -26,6 +26,8 @@ #include #include +#define NAUTILUS_DESKTOP_ID "org.gnome.Nautilus.desktop" + /* These functions all return something something that needs to be * freed with g_free, is not NULL, and is guaranteed to exist. */ -- cgit v1.2.1