Open esanscoopsers opened 5 months ago
Got the same problem, there should be an option to select a path for mangohud or something similar.
what is the output of which mangohud
what is the output of
which mangohud
❯ which mangohud
/usr/bin/mangohud
(just in case)
❯ whereis mangohud
mangohud: /usr/bin/mangohud /usr/lib/mangohud /usr/share/man/man1/mangohud.1.gz
I'm not very fimiliar with how exactly flatpak sandboxing works, could someone explain to me how I could run commands from within a runtime/sandbox?
I'm not very fimiliar with how exactly flatpak sandboxing works, could someone explain to me how I could run commands from within a runtime/sandbox?
flatpak run --command=bash com.heroicgameslauncher.hgl
which mangohud
I'm not very fimiliar with how exactly flatpak sandboxing works, could someone explain to me how I could run commands from within a runtime/sandbox?
flatpak run --command=bash com.heroicgameslauncher.hgl which mangohud
Thank you!
F: Not sharing "/usr/bin" with sandbox: Path "/usr" is reserved by Flatpak
[📦 com.heroicgameslauncher.hgl ~]$
[📦 com.heroicgameslauncher.hgl ~]$ which mangohud
which: no mangohud in (/app/bin:/app/utils/bin:/usr/bin:/usr/lib/extensions/vulkan/MangoHud/bin:/usr/lib/extensions/vulkan/gamescope/bin:/usr/lib/extensions/vulkan/OBSVkCapture/bin:/app/bin/heroic/resources/app.asar.unpacked/build/bin/linux)
However:
[📦 com.heroicgameslauncher.hgl ~]$ /run/host/usr/bin/mangohud
ERROR: No program supplied
Usage: mangohud <program>
Mangohud is accessible from within the sandbox at /run/host/usr/bin/mangohud (I might have added the directory myself and forgot about it thogh)
So if I:
$ export PATH=/home/dave/work:$PATH
$ heroic-run
I can run it with mangohud, or so I thought, but I can't see mangohud.. it's probably missing configs?
Same issue here, Heroic installed from flatpak, mangohud from apt package manager in /usr/bin/mangohud. No idea how to allow access
Same issue here, Heroic installed from flatpak, mangohud from apt package manager in /usr/bin/mangohud. No idea how to allow access
did you install the mangohud flatpak (24.08) version? works just fine here
solved closing Heroic, then uninstalling my current version of Mangohud flatpak and then installing 24.08 version
Solved too : uninstalled mangohud apt package and installed flatpak 24.08
Describe the bug
no matter what I do I get this error when enabling mangohud and running a game "Mangohud is enabled, but
mangohud
executable could not be found on $PATH"I have tried to use the dnf version of mangohud and enabled heroic to have access to all my files and folders in flatpak permissions but it doesn't work.
I have tried to use the flatpak version of mangohud as is recommended but it still doesn't work.
I would prefer to use the dnf version of mangohud since that version is what I can use Goverlay with but I will use the flatpak version If I absolutely have to.
Add logs
Steps to reproduce
Expected behavior
I enable manuhud, and it detects my mangohud installation
Screenshots
No response
Heroic Version
Latest Stable (Flatpak)
System Information
Nobara 39
Additional information
No response