dpejoh / Adwaita-colors

Adwaita Colors customizes Adwaita icons to match your GNOME theme's accent color, providing a cohesive, personalized look.
GNU General Public License v3.0
120 stars 5 forks source link

MoreWaita: Use more generic `/usr/local/share/icons/` location instead of Fedora Atomic one #5

Closed fiftydinar closed 1 week ago

fiftydinar commented 1 week ago

/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.

dpejoh commented 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?

fiftydinar commented 1 week ago

@dpejoh https://docs.fedoraproject.org/en-US/fedora-silverblue/technical-information/#filesystem-layout

dpejoh commented 1 week ago

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