mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-16 03:38:05 -05:00
This avoids gvfs-daemon being started when logging in as root via ssh. Bug-Debian: https://bugs.debian.org/975710
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
export GIO_USE_VFS=local
|
|
exec flatpak --print-updated-env
|