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

[BUG] Uninstall broken #334

Open
NullVoxPopuli opened this issue Oct 22, 2024 · 1 comment
Open

[BUG] Uninstall broken #334

NullVoxPopuli opened this issue Oct 22, 2024 · 1 comment

Comments

@NullVoxPopuli
Copy link

rm: cannot remove '/usr/lib/python3.9/site-packages/nwg_panel*': No such file or directory
rm: cannot remove '/usr/bin/nwg-panel': No such file or directory
rm: cannot remove '/usr/bin/nwg-panel-config': No such file or directory

at the time of writing here is the uninstall.sh script:

───────┬────────────────────────────────────────────────────
       │ File: uninstall.sh
───────┼────────────────────────────────────────────────────
   1   │ #!/usr/bin/env bash
   2   │ 
   3   │ rm -r /usr/lib/python3.9/site-packages/nwg_panel*
   4   │ rm /usr/bin/nwg-panel
   5   │ rm /usr/bin/nwg-panel-config
   6   │ rm  /usr/share/pixmaps/nwg-panel.svg
   7   │ rm  /usr/share/pixmaps/nwg-shell.svg
   8   │ rm  /usr/share/applications/nwg-panel-config.deskto
       │ p
───────┴────────────────────────────────────────────────────

@nwg-piotr
Copy link
Owner

Yes, I need to fix it when I have some time, or just delete.

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

2 participants