Is there a way I can add a flatpak game to Heroic?
I have Exult installed through Bazaar installer. This is an alternate engine for the Ultima VII games. I'd like to keep it alongside the other GoG Ultima games. Is there a way to do this in Heroic?
flatpak executable as the game executable (usually it's in /usr/bin/. Then, open the game settings and add run com.foo.bar to the game arguments (replacing com.foo.bar with the app ID)flatpak executable from within the sandbox. In that case, instead add the flatpak-spawn executable instead, and in addition to the arguments above, add --host flatpak to the start of the arguments (so the full thing reads --host flatpak run com.foo.bar)flatpak --user override --talk-name=org.freedesktop.Flatpak com.heroicgameslauncher.hglflatpakflatpak/usr/bin/run com.foo.barcom.foo.barflatpak-spawn--host flatpak--host flatpak run com.foo.barflatpak --user override --talk-name=org.freedesktop.Flatpak com.heroicgameslauncher.hgl