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

Uninstallation script #38

Closed
HironTez opened this issue Oct 8, 2024 · 3 comments
Closed

Uninstallation script #38

HironTez opened this issue Oct 8, 2024 · 3 comments

Comments

@HironTez
Copy link

HironTez commented Oct 8, 2024

Hi. It would be nice to have an automatic uninstallation script.

@mrveress
Copy link

Absolutely true, not sure which packages need to remove and how - I'm new in Rust-related stuff, so not sure what exactly need to do with cargo etc.
Uninstall guide / script will be very nice!

@mrveress
Copy link

mrveress commented Oct 16, 2024

Not sure that this is correct, but for my Debian it have something like

systemctl --user disable ringboard-$XDG_SESSION_TYPE --now
systemctl --user daemon-reload
cargo uninstall clipboard-history
cargo uninstall clipboard-history-egui
cargo uninstall clipboard-history-server
cargo uninstall clipboard-history-x11
rm ~/.config/systemd/user/ringboard*
rm ~/.local/share/applications/ringboard*
rm ~/.local/share/icons/hicolor/1024x1024/ringboard*

But probably I missed something 😄

@SUPERCILEX
Copy link
Owner

Apologies for the delay! That was pretty much it, though you'll also want to disable the server.

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