Closed fiftydinar closed 1 week ago
I added this line based on a suggestion from someone else on GitHub, just like you. However, now your statement doesn't fully align with theirs. Can you provide proof to confirm that your information is 100% accurate?
possible_paths=( "/usr/share/icons" "/usr/local/share/icons" "/var/usrlocal/share/icons" "$HOME/.local/share/icons" "$HOME/.icons" )
it would be better like that
/usr/local/share/
is a symlink to/var/usrlocal/share/
in Fedora Atomic. However, this is specific to Fedora Atomic only, so use the original/usr/local/share/
location to be more compatible.