Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liberodark/remove-orb
Remove orbital-apps.com installer and fix !
https://github.com/liberodark/remove-orb
Last synced: 26 days ago
JSON representation
Remove orbital-apps.com installer and fix !
- Host: GitHub
- URL: https://github.com/liberodark/remove-orb
- Owner: liberodark
- Created: 2018-05-13T11:37:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T18:19:26.000Z (about 5 years ago)
- Last Synced: 2024-10-30T00:36:46.354Z (2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is remove-orb
This is a script to uninstall [orbital-app](https://www.orbital-apps.com/) that doesn't come with a uninstaller
and will mess your filesystem permissions.# Why does it mess my system?
No idea, it will change some important files/folders,
owner/group and also permissions to it...Then, you cannot shutdown your computer, you can't start any process that will use polkit to require further auth, (example gparted),
you cannot reboot anymore because your login manager will fail to launch.# Errors
`systemctl status polkit.service`
`polkitd[27310]: Error opening rules directory: Error opening directory '/etc/polkit-1/rules.d': Permission denied (g-file-error-quark, 2)`
# How to fix
As root:
```
wget https://raw.githubusercontent.com/liberodark/remove-orb/remove_orb.sh
sh remove_orb.sh
```