ubuntu-flutter-community / musicpod

Music, radio, television and podcast player for Ubuntu, Windows, MacOs and maybe soon Android
GNU General Public License v3.0
450 stars 54 forks source link

Emojis are missing on Linux Arm #280

Open madsrh opened 1 year ago

madsrh commented 1 year ago

For some reason the 🐣 🔎 🎵 ❓ icons are missing when running the snap on arm. Both my arm and x86 snaps are running on Mantic.

image
Feichtmeier commented 1 year ago

Interesting.. Those are emojis I don't have those problems on my arm MacBook when I run it on MacOS

madsrh commented 1 year ago

arm MacBook when I run it on MacOS

There's an OSX build as well? I don't have the problem with the Windows build either 😅

madsrh commented 1 year ago

Æ Ø Å works just fine for song names so maybe not related to character encoding issue

Feichtmeier commented 1 year ago

Æ Ø Å works just fine for song names so maybe not related to character encoding issue

What happens if you enter copied emojis into the search bar?

Feichtmeier commented 12 months ago

Ok I can confirm this :) managed to install it on my mac with arm chip sound plays, everything works except the emojis. I also switched the font (with text editor .. because code does not have an linux arm build -.-) but the uibuntu font is not the reason I will search flutter github for this issue on linux arm

Feichtmeier commented 12 months ago

@robert-ancell we have found an issue with when this fluttter app here is run inside a QEMU vm on a mac with apple silicon that the emojis are just boxes. This does not happen on normal arm linux and not on amd linux and not on native macos apple silicon macos Do you have any tip if we can mitigate this anyhow?

Feichtmeier commented 12 months ago

I made a fix for this app to use animated emojis instead. Since people wont enter emojis inthe search I guess, this is no problem here. Could become a problem with apps that use rich text, i.e. mail apps

Feichtmeier commented 11 months ago

Flutter issue https://github.com/flutter/flutter/issues/139293#issuecomment-2106351447