Arcticons-Team / Arcticons

A monotone line-based icon pack for android
http://arcticons.com/
GNU General Public License v3.0
884 stars 288 forks source link

[help] Icon appears in website but not in my homescreen #2136

Closed PanDabStudios closed 1 month ago

PanDabStudios commented 1 month ago

Info: Pixel 6 128 Calyx OS Nova launcher 8.0.18 (aurora store). Articons material v9.2.4 (fdroid)

All icons work fine, except for a few. Here is some info on two of them:

Claro Flex (aurora store) - Appears as an icon on the website and source code, but not on my home screen Sound Meter (fdroid) - Appears as an icon on the website and source code, but not on my home screen

dgcampbe commented 1 month ago

Sounds like the appfilter entries for those apps needs to be updated. You can acquire the XML snippets needed to update then using an app like IconRequest.

PanDabStudios commented 1 month ago

doing a quick crtl + f in the appfilter.xml file, I don't seem to find any mention of the claro flex app whatsoever [there are a ton of other claro apps declared tho], so maybe it is missing.

Now the sound meter logo seems to be pointing to com.gamebasic.decibel, and I was using another db meter, I will add it here anyway, but I will also switch from one sound meter to the other, as I found that the one already there also better suits me.

Here is the code I got from IconRequest for both of them:

<appfilter>

    <!-- Claro flex -->
    <item component="ComponentInfo{br.com.claro.flex/br.com.claro.flex.features.splash.ui.SplashActivity}" drawable="claro_flex"/>

    <!-- Sound Meter -->
    <item component="ComponentInfo{com.splendapps.decibel/com.splendapps.decibel.MainActivity}" drawable="sound_meter"/>

</appfilter>

Edit: I also found a way to change the icon for individual apps, so I was able to fix my issue, so maybe we can change this from help to fix? idk

wwwwwwari commented 1 month ago

Icons should now be fixed in the latest release 🙂

Screenshot_2024-06-02-18-14-43-65_3822ac0e29cfec8970059bb21d01f05e.jpg

Donnnno commented 1 month ago

thanks for the fix @wwwwwwari !