mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[GH-ISSUE #132] Configurable & clearer Proton/Wine integration #64
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 @binarygeek119 on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/132
plz add proton support for linux where it will auto assign a version of proton to a windows game on a linux disto
@quexeky commented on GitHub (Aug 25, 2025):
We've got proton support through the umu launcher, although we've been talking about adding configuration options to it for a while - is that what you mean?
@binarygeek119 commented on GitHub (Aug 25, 2025):
Wasn't aware of umu but the config thing sounds great.
@quexeky commented on GitHub (Aug 25, 2025):
Yeah we really should include a message about it if it's not detected lmao
@DecDuck commented on GitHub (Aug 25, 2025):
We still need more work on this feature though. You can't manually assign a Proton version, which means users can't use patched versions like GE.
@quexeky commented on GitHub (Sep 3, 2025):
@DecDuck for this one, would it be better then to have the actual proton command be configurable? Would also solve some issues regarding umu potentially being in weird places that the existing patch doesn't find. That way you could set it to run with any compatibility executable
@DecDuck commented on GitHub (Sep 4, 2025):
Not a good idea, we want to be using specific umu-run and only umu-run. It really does handle everything for us, and we really don't want to tip our toes into handling the mess that is Linux compatible tools.
@quexeky commented on GitHub (Sep 4, 2025):
Not as in us managing it, but just making it so that you can specify a command to run specific platform styles (Windows -> Linux, or even Linux -> Linux if you want) and then saying that it's the user's problem from there
@jimmyhiggs337 commented on GitHub (Dec 11, 2025):
I would just like the option to select the version of proton I would like to use, heroic games launcher does that, but they don't offer any types of self hosted cloud downloads. So having both options would be really nice.
@jimmyhiggs337 commented on GitHub (Dec 11, 2025):
I also want this because certain games run better on different versions of proton, I already encountered a game that runs fine on the heroic launcher with proton-ge, but has issues with menus not loading when launched from the drop-app
@DecDuck commented on GitHub (Feb 6, 2026):
Implemented for v0.4.0
Configurable & clearer Proton/Wine integrationto [GH-ISSUE #132] Configurable & clearer Proton/Wine integration