gvfs: disable (it was broken)

This commit is contained in:
Colin 2024-05-29 18:39:31 +00:00
parent 32124d76bf
commit 140641729e
2 changed files with 15 additions and 13 deletions

View File

@ -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 = {

View File

@ -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 = {