mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-24 16:57:42 -04:00
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
This commit is contained in:
committed by
Alexander Larsson
parent
9b34768fa7
commit
f69a35ceec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user