mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-12 12:08:08 -04: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
|