mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-17 16:34:54 -05:00
* fix: Icon install directory `/usr/share/pixmaps` is a legacy icon directory and should not be used any more for icon installation. Icons instead should be installed to a size-specific subdirectory of `/usr/share/icons/hicolor`. In fact I'm pretty sure that `/usr/share/pixmaps` isn't indexed by most DEs so the icon installed there would never would have been used. The only reason this wasn't noticed before is because most DEs support and prefer SVG icons. Signed-off-by: Reilly Brogan <reilly@reillybrogan.com> * fix: add new path to uninstall action --------- Signed-off-by: Reilly Brogan <reilly@reillybrogan.com> Co-authored-by: Ilya Zlobintsev <ilya.zl@protonmail.com>