Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to uninstall? #12

Open
learning-thing opened this issue Apr 11, 2021 · 2 comments
Open

How to uninstall? #12

learning-thing opened this issue Apr 11, 2021 · 2 comments

Comments

@learning-thing
Copy link

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

@different55
Copy link

different55 commented Apr 20, 2021

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.

@BackHDLP
Copy link

BackHDLP commented Aug 26, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants