musicpod icon indicating copy to clipboard operation
musicpod copied to clipboard

Emojis are missing on Linux Arm

Open madsrh opened this issue 1 year ago • 8 comments

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

image

madsrh avatar Nov 21 '23 22:11 madsrh

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

Feichtmeier avatar Nov 21 '23 23:11 Feichtmeier

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 avatar Nov 21 '23 23:11 madsrh

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

madsrh avatar Nov 21 '23 23:11 madsrh

Æ Ø Å 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 avatar Nov 27 '23 07:11 Feichtmeier

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 avatar Dec 01 '23 19:12 Feichtmeier

@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 avatar Dec 01 '23 20:12 Feichtmeier

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 avatar Dec 02 '23 11:12 Feichtmeier

Flutter issue https://github.com/flutter/flutter/issues/140738

Feichtmeier avatar Dec 29 '23 15:12 Feichtmeier