You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's really easy to uninstall this program if you know Linux machines already:
stop the service: systemctl --user stop sd-ge-proton-updater
delete the systemd unit file: rm ~/.config/systemd/user/sd-ge-proton-updater.service
make the system recognize the unit is gone: systemctl --user daemon-reload
delete the binary: rm ~/.sd-ge-proton-updater
Doing all of that on a Steam Deck without a keyboard and mouse isn't the nicest task. Instead, this project should have an uninstall option in an easy-to-use GUI.
The text was updated successfully, but these errors were encountered:
It's really easy to uninstall this program if you know Linux machines already:
systemctl --user stop sd-ge-proton-updater
rm ~/.config/systemd/user/sd-ge-proton-updater.service
systemctl --user daemon-reload
rm ~/.sd-ge-proton-updater
Doing all of that on a Steam Deck without a keyboard and mouse isn't the nicest task. Instead, this project should have an uninstall option in an easy-to-use GUI.
The text was updated successfully, but these errors were encountered: