m4dEngi / RemotePlayWhatever

Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones.
MIT License
1.14k stars 40 forks source link

CLI still requires an X server. #70

Closed joamjoamjoam closed 2 years ago

joamjoamjoam commented 2 years ago

While trying to get this launching via decky loader (or an ssh server) the cli exits with a gtk error. The cli still requires an X server it seems.

Is it possible to allow the command line to function independent of the UI? It would be nice if that command spit out the link and started the RPW Session.

Is it also possible to add an option to end the current session to the CLI?

Command: /home/deck/Applications/RemotePlayWhatever-0.2.0-pre-x86_64.AppImage -a 1853840 -i "0"

Error: image

Thanks

joamjoamjoam commented 2 years ago

using export DISPLAY=:1 fixes this as a workaround. If that's acceptable as a fix feel free to close this issue.