From 827f50407d23f3a8151192d039e3a97b0a4339db Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Tue, 14 Mar 2023 15:19:10 +0000 Subject: [PATCH] Add missing `--user` My experience has been that `--user` is needed when allowing Bottles the ability to add to Steam. --- bottles/programs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bottles/programs.md b/bottles/programs.md index b8aca8f..3369952 100644 --- a/bottles/programs.md +++ b/bottles/programs.md @@ -85,8 +85,8 @@ To achieve this just choose "Add to Steam" in the program's menu and restart Ste Bottles Flatpak need special permissions to add shortcuts to Steam. Close Bottles and open your terminal, then type: ``` -flatpak override com.usebottles.bottles --filesystem=~/.local/share/Steam -flatpak override com.usebottles.bottles --filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam +flatpak override com.usebottles.bottles --user --filesystem=~/.local/share/Steam +flatpak override com.usebottles.bottles --user --filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam ``` then start Bottles again.