flathub / org.freedesktop.Platform.VulkanLayer.gamescope

https://flathub.org/apps/details/org.freedesktop.Platform.VulkanLayer.gamescope
15 stars 2 forks source link

does not work / how to use #213

Closed TheRsKing closed 1 week ago

TheRsKing commented 1 week ago
username@hostname:~> flatpak run --env=PATH=$PATH:/usr/lib/extensions/vulkan/gamescope/bin com.valvesoftware.Steam 
bwrap: execvp steam: No such file or directory

all flatpaks installed via user repo openSUSE Aeon

ColinKinloch commented 1 week ago

The reason steam cannot be found is that $PATH will be expanded in the host environment. Beyond that gamescope should already be in the PATH for the steam flatpak. Beyond that the reasons it won't work are explored in the other issues in this repo. 😁 😞