-
Notifications
You must be signed in to change notification settings - Fork 9
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
When bemoji inserts emoji into element-desktop, different characters appear #34
Comments
Interesting, perhaps the font used by element does not make use of the same unicode icons? To begin figuring out where the issue lies you could manually go to the If they do, it is probably an error on bemoji's end, if they still don't show up correctly it would probably be something in element. |
I have the same issue when using the vivaldi browser, but only when using It seems to be an issue with/related to wtype. |
Unfortunately I can't really reproduce the issue in element-desktop. When I use I think there are 2 possibilities here:
Do you know if these programs are running through wayland directly or through xwayland on your end? |
I opened the file and pasted into Element, and the emoji appeared correctly.
Element is running under wayland directly. I run it via the .desktop file and my Exec line is:
|
That exhausts most of my speculation and I think it may be true that it belongs more on the side of It may also be doable to create some scripted version using a different tool with the simple bemoji echo ( Thanks for the thorough investigation into this already @nicobonada! |
@Fethbita hi. did you find any solution for this issue? or maybe what's causing it? I'm suddenly facing the same issue after system update on every electron app. I'm pretty sure almost nothing was changed config wise as they're declared in nix config. |
I work around it by using the clipboard support instead of inserting the emoji directly unfortunately :( |
Sorry to those for whom it seems a persistent issue. @psynyde it started happening after an update which also affected the electron apps (or the electron wrapper) in question? Perhaps you can undertake a similar test as in #34 (comment) to see whether manually invoking the wtype type output is affected for the windows for all apps too. If it does also not work then this further solidifies my thinking that the issue lies in the interaction of wtype and the electron wrapper. If so, unfortunately, there is not much I can do to fix this from my position right now, though we can perhaps put in an issue at wtype. One big help would be some first tests if any of the tools work in a similar way to wtype and support typing emoji into arbitrary fields, so that we restrict our selection. |
When I use bemoji with fuzzel with sway as follows:
and select an emoji on element-desktop, different characters appear. For example, 藍凉梁 appear when 👍🤣🍀🥹🥺 are typed. Not sure what causes the issue or if it is an element-desktop issue instead of bemoji.
The text was updated successfully, but these errors were encountered: