diff --git a/io.lmms.LMMS.json b/io.lmms.LMMS.json index 4591522..01640c6 100644 --- a/io.lmms.LMMS.json +++ b/io.lmms.LMMS.json @@ -16,8 +16,8 @@ "--socket=pulseaudio", /* MIDI */ "--device=all", - /* Allow loading, saving files from the home directory (portals don’t work yet) */ - "--filesystem=home", + /* Allow loading, saving files from anywhere (portals don’t work yet) */ + "--filesystem=host", /* Allow other instances to see lockfiles */ "--env=TMPDIR=/var/tmp", "--env=QT_AUTO_SCREEN_SCALE_FACTOR=1",