Thomas G.

Results 72 comments of Thomas G.
trafficstars

Thanks! I had it without quotes because [word-splitting works differently in zsh](https://zsh.sourceforge.io/FAQ/zshfaq03.html), but I didn't consider or know that there is an option `setopt shwordsplit` that enables compatible behaviour with...

@jezdez is there anything else that needs to be done before it can be merged?

I had a similar experience. This happened after first setting up my matrix account and connecting nheko as a second (or third?) client. I verified nheko successfully using the first...

Hi, thanks for reporting! I'll look into this. Can't promise it will be soon though.

Not sure. Steam seemed to have changed a lot about the login process. I don't think I can spare the time to investigate currently.

Hi @procobain, I'm sorry you experience problems. This kind of problems occuring is not entirely unexpected, as I have not used acolyte in some time because steam now has a...

Hey. Yes, sounds reasonable. I want to make some changes in the way that acolyte is executed and this could be one of them. But could take me a while...

Thanks. That looks like it's missing some environment variables or similar (python env). What's the correct way to launch the flatpack steam from a terminal without errors? From https://github.com/coldfix/steam-acolyte/pull/18 it...

> @coldfix this is the exact command from application menu to launch steam `/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/steam-wrapper --file-forwarding com.valvesoftware.Steam @@u %U @@` _Originally posted by @tazihad in https://github.com/coldfix/steam-acolyte/issues/24#issuecomment-1272543469_

Okay. Do you know what the `@@u %U @@` placeholders are for? For now I recommend you create an executable `steam-flatpack` that executes the correct command and invoke acolyte with...