Open rugk opened 2 years ago
You can remove using flatpak override
Yeah okay, but it should work in any case even if I do not remove that.
Maybe it is a flatpak issue though…
Okay so now did this:
flatpak --user override --nofilesystem=xdg-music com.valvesoftware.Steam
flatpak --user override --nofilesystem=xdg-pictures com.valvesoftware.Steam
which results in this:
flatpak info --show-permissions com.valvesoftware.Steam
[Context]
shared=network;ipc;
sockets=x11;wayland;pulseaudio;
devices=all;
features=devel;multiarch;bluetooth;per-app-dev-shm;
filesystems=xdg-run/app/com.discordapp.Discord:create;!xdg-pictures;!xdg-music;
persistent=.;
unset-environment=ALSA_CONFIG_PATH;TZ;STEAM_RUNTIME_PREFER_HOST_LIBRARIES;STEAM_RUNTIME;SDL_VIDEODRIVER;MESA_GLSL_CACHE_DIR;
…
…which I guess, due to explicitly mentioning the directories, still fails to start… :thinking:
$ flatpak run com.valvesoftware.Steam
bwrap: Can't make symlink at /var/home/rugk/Musik: File exists
@rugk Same here. Were you able to fix it?
Iirc there is an existing issue about this filed against flatpak, more or less untouched. Good that the workaround works.
@nanonyme No, the workaround doesn't work.
No the workaround does not work. And I found https://github.com/flatpak/flatpak/issues/3477 which looks similar, but anyway reported a new issue now in https://github.com/flatpak/flatpak/issues/4894 given it e.g. even does not work when I remove that permission.
Bubblewrap gives me a very strange error when trying to start Steam (fresh installation):
STR
Expected
I have no idea why it even mangles with my home folders, what does it have to do with that? After aall, it should not even have access to any files (yet, in $HOME), which is a good thing IMHO: Edit: Ah no, wtf – why does it have/need to have access to pictures and music?
The thing is, I already have a symbolic link there (deliberately done because that's how I sync my music via Nextcloud), so it likely fails because of that:
Flatpaks
System
Flatpak v1.12.7 Fedora 35 Silverblue (35.20220329.0)
Solution
Remove access to pictures and music?