mateosss / matter

Customizable GRUB theme inspired by Material Design
Boost Software License 1.0
865 stars 50 forks source link

Can't execute matter.py (access denied or command not found) #40

Closed SergeAwen closed 3 years ago

SergeAwen commented 3 years ago

I deleted de matter folder. I need to fix it to remove the errors that the system is giving me. If there is way to uninstall it in other way then I will install it fine. Thanks

mateosss commented 3 years ago

Sure! Just download matter again anywhere, and run ./matter.py -u to uninstall it.

SergeAwen commented 3 years ago

I had already done it to update the icons after an update. But I get the following error: access denied. And using sudo

SergeAwen commented 3 years ago

sudo: ./matter.py: order not found

mateosss commented 3 years ago

Are you sure you are running sudo ./matter.py -u from within the matter folder? You should download matter, extract it and then cd into matter/ directory, and then run sudo ./matter.py -u (sudo should not be needed but you seem to be getting access denied errors, so let's give it a try). If you can copy-paste your terminal's output it may be useful as well.

SergeAwen commented 3 years ago

Are you sure you are running sudo ./matter.py -u from within the matter folder?.

Yes. sergeawen@sergeMS-7B47:~/Documentos/matter$ sudo ./matter.py -u sudo: ./matter.py: command not found sergeawen@sergeMS-7B47:~/Documentos/matter$

SergeAwen commented 3 years ago

Solved: I have gone to the properties of the file - Permissions- and checked the box "allow executing file as program"

mateosss commented 3 years ago

Yes! I was just about to comment that! I fixed the file permissions in the latest release. Thanks for your report.

SergeAwen commented 3 years ago

Thanks for the help and your great work.