ShadowRePlay-Linux icon indicating copy to clipboard operation
ShadowRePlay-Linux copied to clipboard

How to uninstall?

Open learning-thing opened this issue 3 years ago • 2 comments

I had errors while installation and want to reinstall it but I am not sure how to uninstall.

learning-thing avatar Apr 11 '21 17:04 learning-thing

Depends 100% on how you installed it, and you haven't given any info on anything. Not the errors, not the method used to install, not what distro you're running, nothing.

Odds are you don't even have to worry about uninstalling though. There's really not that much to this program.

different55 avatar Apr 20 '21 02:04 different55

You can reverse the install script by

  • disabling and stopping shadowreplay.service if systemd even found it.
  • removing shadowreplay.service from ~/.config/systemd/user
  • (optional) removing ~/.config/systemd/user if there isn't anything else in there
  • removing these lines from ~/.xbindkeysrc
# make F9 save ShadowRePlay replay
"killall --user "$USER" --ignore-case --signal SIGTERM ffmpeg"
F9

# make F10 kill ShadowRePlay
"killall -s1 ffmpeg"
F10
  • removing /usr/local/bin/shadowreplay
  • (optional) uninstalling ffmpeg and libnotify if they're somehow not required by anything else
  • removing ~/.config/shadowreplay

The order of these points doesn't matter, I just read the install script backwards.

miku4k avatar Aug 26 '23 14:08 miku4k