HGL
like-gold

Can Flatpak Steam run HGL Flatpak non-steam games?

I've added a few games on Steam with the "Add to Steam" option of HGL and it seems like none of them are actually launching. Here are the kind of commands that Steam tries to launch:
/home/fauzruk/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=3025885117 -- /home/fauzruk/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- "flatpak" run com.heroicgameslauncher.hgl --no-gui --no-sandbox "heroic://launch/legendary/63a665088eb1480298f1e57943b225d8"
/home/fauzruk/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=3025885117 -- /home/fauzruk/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- "flatpak" run com.heroicgameslauncher.hgl --no-gui --no-sandbox "heroic://launch/legendary/63a665088eb1480298f1e57943b225d8"
If I try to only run past the -- part, it does work though so I suppose there might be something with Steam Flatpak?
2 Replies
CommandMC
CommandMC2y ago
Flatpak apps can't spawn other Flatpak apps, or anything outside the container (unless you give them specific permissions that basically defeat the whole point of Flatpak)
xenial-black
xenial-black2y ago
xdg-open should work though so xdg-open heroic://...

Did you find this page helpful?