mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[GH-ISSUE #121] Dynamically find umu executable #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @quexeky on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/121
Due to flatpak support we need to filter through a list of possible executable locations rather than just defaulting to using "umu-run" as an executable
@DecDuck commented on GitHub (Aug 18, 2025):
That's what the system is supposed to do with the $PATH variable.
@quexeky commented on GitHub (Aug 18, 2025):
Except for something like flatpak, it doesn't actually exist in the PATH I believe.
This is the function that Lutris uses:
Dynamically find umu executableto [GH-ISSUE #121] Dynamically find umu executable