From 111042cf96c089fb3d7e9d955a2b13da40f1e8c7 Mon Sep 17 00:00:00 2001 From: Mark Blakeney Date: Sat, 10 Oct 2015 07:46:58 +1000 Subject: [PATCH] xdg-open is finally fixed in GNOME 3.18 --- encfsui | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/encfsui b/encfsui index fa742c2..b4a19d6 100755 --- a/encfsui +++ b/encfsui @@ -37,11 +37,7 @@ TITLE="Mount encfs directory" CLS="--class EncFSUI" -# Xdg-open (or rather gvfs-open which it calls) has had a bug for nearly -# 1 year since GNOME 3.14 (now also on 3.16) where it does not work when -# nautilus is not previously running. So let's disable it. -#DIR_OPENER="xdg-open" -DIR_OPENER="nautilus" +DIR_OPENER="xdg-open" # Process command line options MINS=""