diff --git a/hosts/common/programs/nautilus.nix b/hosts/common/programs/nautilus.nix index f01944cd..88c73d23 100644 --- a/hosts/common/programs/nautilus.nix +++ b/hosts/common/programs/nautilus.nix @@ -10,9 +10,9 @@ ]); })); - suggestedPrograms = [ - "gvfs" # browse ftp://, etc - ]; + # suggestedPrograms = [ + # "gvfs" # browse ftp://, etc (TODO: fix!) + # ]; sandbox.method = "bwrap"; sandbox.whitelistDbus = [ "user" ]; # for portals launching apps @@ -36,11 +36,11 @@ "/tmp" "/var" ]; - sandbox.extraRuntimePaths = [ - # not sure if these are actually necessary - "gvfs" - "gvfsd" - ]; + # sandbox.extraRuntimePaths = [ + # # not sure if these are actually necessary + # "gvfs" + # "gvfsd" + # ]; mime.priority = 150; #< default is 100, so higher means we fall-back to other apps that might be more specialized mime.associations = { diff --git a/hosts/common/programs/portfolio-filemanager.nix b/hosts/common/programs/portfolio-filemanager.nix index b6ef0a32..d1e415a5 100644 --- a/hosts/common/programs/portfolio-filemanager.nix +++ b/hosts/common/programs/portfolio-filemanager.nix @@ -24,11 +24,13 @@ "/tmp" "/var" ]; - sandbox.extraRuntimePaths = [ - # not sure if these are actually necessary - "gvfs" - "gvfsd" - ]; + # sandbox.extraRuntimePaths = [ + # # not sure if these are actually necessary + # "gvfs" + # "gvfsd" + # ]; + + # suggestedPrograms = [ "gvfs" ]; #< TODO: fix (ftp:// share, USB drive browsing) mime.priority = 160; #< default is 100, so higher means we fall-back to other apps that might be more specialized mime.associations = {