OpenLauncherTeam / openlauncher

Customizable and Open Source Launcher for Android
Apache License 2.0
1.41k stars 413 forks source link

Problem with Icon Pack Arcticons #653

Open tuch96 opened 3 years ago

tuch96 commented 3 years ago

General Information

Description

I have a problem with the icon package Arcticons from @Donnnno. The calendar icons are not displayed correctly. The developer of the package has integrated a new dynamic calendar icons function. Since then the problem has been active. He can't find the problem and now I wanted to ask here.

Thanks for your help and reply!!

111268324-6ae56180-862d-11eb-81a7-b68066c73523

dkanada commented 3 years ago

Hi there @Donnnno :smile: Unfortunately I'm not sure why it doesn't work on OpenLauncher, but this app has mostly been in maintenance mode for a few years so it probably won't get solved by us.

Donnnno commented 3 years ago

The weird thing is that the fallback should work, but it doesn't. For example, the calendar icon has two variants, the normal static icon and the one that changes every day.

the normal one: <item component="ComponentInfo{com.android.calendar/com.android.calendar.AllInOneActivity}" drawable="calendar31" /> the dynamic one: <calendar component="ComponentInfo{com.android.calendar/com.android.calendar.AllInOneActivity}" prefix="calendar" />

Other launchers support this fallback, but open launcher doesn't for some reason.

Donnnno commented 3 years ago

@dkanada Yeah I noticed that already, I'm not using myself, so it isn't a huge problem for me, but I can imagine it being slightly annoying for others.

I guess the simple solution would be to use a launcher that does support it haha.