matanui159 / ReplaySorcery

An open-source, instant-replay solution for Linux
GNU General Public License v3.0
851 stars 26 forks source link

Cannot save replay video with terminal command, only X11 keyboard shortcut. #162

Closed kode54 closed 1 year ago

kode54 commented 1 year ago

Describe the bug As I am using Gnome Wayland on Arch, I am attempting to use the hwaccel mode with the kms service, and have Gnome configured with a custom keyboard shortcut to run /usr/bin/replay-sorcery save. Attempting to run this from a terminal shows that it's failing as well.

Desktop:

Configuration: etc-replay-sorcery.conf.txt home-replay-sorcery.conf.txt

Logs: replay-sorcery.log

Notes: Attempting to run /usr/bin/replay-sorcery save emits:

Real user ID: 1000
Effective user ID: 1000
Failed to connect socket: No such file or directory
No such file or directory

The keyboard shortcut works under X11, but the save terminal command doesn't work there, either.

matanui159 commented 1 year ago

You have to set controller = command in the config

kode54 commented 1 year ago

Oh, sorry, didn't realize that.