Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
PanDabStudios opened this issue May 26, 2024 · 4 comments
Closed

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

PanDabStudios opened this issue May 26, 2024 · 4 comments

Comments

@PanDabStudios
Copy link

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
Copy link
Contributor

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
Copy link
Author

PanDabStudios commented May 26, 2024

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
Copy link
Contributor

Icons should now be fixed in the latest release 🙂

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

@Donnnno
Copy link
Collaborator

Donnnno commented Jun 2, 2024

thanks for the fix @wwwwwwari !

@Donnnno Donnnno closed this as completed Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants