Simon McVittie
Simon McVittie
> Would this be useful? Like a package maintainer gets a bug report and says "okay, can you run $X/audio-simple-playback and see if it makes any sound at all?" If...
> hidraw could be another permission then As I'm sure was discussed at length before, a static sandboxing parameter for raw HID is technically problematic to implement, because the `/dev/hidrawX`...
> When you set a game to be launched via Proton, the whole process will be wrapped inside a pressure-vessel container with the Soldier runtime. Actually, everything in the Launch...
> I developed a Steam compatibility tool for my Steam Deck which relies on launching a flatpak If you are writing your own Steam compatibility tool, you will need to...
> To add to smcv's response, in my case this ended up being a more complete solution: > > ``` > ${STEAM_RUNTIME}/scripts/switch-runtime.sh --runtime="" -- flatpak run ... > ``` Yes,...
I realise these games are probably not very actively supported any more, but this is a recurring issue that is harming the signal-to-noise ratio both here and in the Steam...
@AngryPenguinPL, please open a separate issue and attach the logs from `~/.steam/steam/logs`. You are getting a similar, but different, issue: you can tell it's different because you do not see...
This is probably the same thing as https://github.com/ValveSoftware/steam-runtime/issues/658, which seems to be indirectly caused by https://github.com/FeralInteractive/gamemode/issues/347.
What version of `xdg-desktop-portal` is installed on the affected systems? The directories `$XDG_RUNTIME_DIR/doc/by-app/…` are provided by the `xdg-documents-portal`, which mounts a FUSE filesystem on `$XDG_RUNTIME_DIR/doc`. This is required functionality for...
> bwrap: Can't find source path /run/user/1000/doc/by-app/org.torproject.torbrowser-launcher: No such file or directory.` This is a different error (this issue says "Permission denied", yours is "No such file or directory") and...