Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile.d: Disable gvfs plugins when listing flatpak installations
This avoids gvfs-daemon being started when logging in as root via ssh.

Bug-Debian: https://bugs.debian.org/975710
  • Loading branch information
Mourad De Clerck authored and alexlarsson committed Jan 11, 2021
1 parent 9b34768 commit f69a35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/flatpak.sh
Expand Up @@ -5,7 +5,7 @@ if command -v flatpak > /dev/null; then
(
unset G_MESSAGES_DEBUG
echo "${XDG_DATA_HOME:-"$HOME/.local/share"}/flatpak"
flatpak --installations
GIO_USE_VFS=local flatpak --installations
) | (
new_dirs=
while read -r install_path
Expand Down

0 comments on commit f69a35c

Please sign in to comment.