MrAwesome / luxtorpeda-openmw-helpers

Helper files for installing Luxtorpeda, with an emphasis on easily getting OpenMW running on the Steam Deck
Apache License 2.0
0 stars 0 forks source link

No easy way to specify steam user when multiple steam accounts exist #3

Open chrisbrasington opened 2 months ago

chrisbrasington commented 2 months ago

2 Steam users are on my deck and the script is auto selecting the first and incorrect one for protonutils. -u {ID} can be used to set the user, but that would require editing the install script as-is.

Would prefer it ask which user to use and I would select the 2nd.

MrAwesome commented 1 month ago

Never saw this come through in my emails, sorry! Thanks for making the report.

I tried to fix this just now, but it seems like the -u flag is actually broken, at least on my machine. I have an existing issue for problems with user detection over there, and I've mentioned this there now. But it seems like the project is ~unmaintained so I may need to look for another solution for what I'm trying to use protonutils for.

https://github.com/nning/protonutils/issues/39

I'm working on a much more robust installer for this (and other) programs that will work in Game Mode and allow making choices easily with the controller, so in the meantime I'll double down on that and try to include this functionality there.

MrAwesome commented 1 month ago

@chrisbrasington it looks like a fix may be coming from upstream. In the meantime, can you try protonutils config user <userid> and then re-running? If protonutils isn't in your PATH, it should be in .local/bin/ if you've run the install script.