summaryrefslogtreecommitdiff
path: root/env.d
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-01-03 13:47:04 +0000
committerAlexander Larsson <alexander.larsson@gmail.com>2021-01-11 11:07:26 +0100
commitafe7f2bf78b97579c652989d2577d05229f56256 (patch)
treed3aa519f94c7a1f758af0615272ccb3925b0bef4 /env.d
parentf69a35ceec7322e02007b45d676e0b6f1e9376b0 (diff)
downloadflatpak-afe7f2bf78b97579c652989d2577d05229f56256.tar.gz
env.d, profile.d: Disable gvfs plugins during login
This avoids gvfs-daemon being started when logging in as root via ssh. Bug-Debian: https://bugs.debian.org/975710
Diffstat (limited to 'env.d')
-rwxr-xr-xenv.d/60-flatpak1
-rwxr-xr-xenv.d/60-flatpak-system-only1
2 files changed, 2 insertions, 0 deletions
diff --git a/env.d/60-flatpak b/env.d/60-flatpak
index 9b98ab57..cccd9dfe 100755
--- a/env.d/60-flatpak
+++ b/env.d/60-flatpak
@@ -1,2 +1,3 @@
#!/bin/sh
+export GIO_USE_VFS=local
exec flatpak --print-updated-env
diff --git a/env.d/60-flatpak-system-only b/env.d/60-flatpak-system-only
index 0dfcc2d6..e7ea28dc 100755
--- a/env.d/60-flatpak-system-only
+++ b/env.d/60-flatpak-system-only
@@ -1,2 +1,3 @@
#!/bin/sh
+export GIO_USE_VFS=local
exec flatpak --print-updated-env --print-system-only