trackmastersteve / alienfx

AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
GNU General Public License v3.0
285 stars 70 forks source link

Remove alienfx from Linux Mint 20 #92

Closed WildWeasel109 closed 3 years ago

WildWeasel109 commented 3 years ago

Hi, Can you advise on how to fully remove alienfx once installed. I'm getting an error on execution and want to fully reinstall.

Thanks

Ian

WildWeasel109 commented 3 years ago

I've actually removed all alienfx files from /usr/local/bin and ~/.local/bin. Scanned drives and cannot seen anymore files, have I missed any?

trackmastersteve commented 3 years ago

Have you removed the udev rules loated in /etc/udev/rules.d/ ?

trackmastersteve commented 3 years ago

A reinstall will overwrite all of the files. But if you just want to uninstall it, this is where you can find these files:

/usr/share/applications <-- alienfx/data/share/applications/alienfx.desktop /usr/share/icons/hicolor/scalable/apps <-- alienfx/data/icons/hicolor/scalable/apps/alienfx.svg /usr/share/icons/hicolor/48x48/apps <-- alienfx/data/icons/hicolor/48x48/apps/alienfx.png /usr/share/pixmaps <-- alienfx/data/pixmaps/alienfx.png /usr/share/man/man1 <-- docs/man/alienfx.1

WildWeasel109 commented 3 years ago

Interesting, it seems you've fixed the issue I was having and when I reinstalled I was able to change colours.

Thanks

Ian

trackmastersteve commented 3 years ago

No Problem