-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Font Problem] Weird characters appear before emojis #127
Comments
I'm running rofi 1.7.5-1 as well |
Could it be that your |
My rofi theme doesn't use icons, the squares don't show up when I launch rofi to open an app. Adding `-no-show-icons` to the selector-args in rofimoji doesn't do anything either.
|
Thanks 🙂 Another idea: Which font do you use for text? And could you please paste your Also. which update broke it? |
Hi, I use the Cascadia Code font, but I don't think that's the issue because I tried it with a couple of other fonts and the issue remains.
I updated rofi and rofimoji at the same time, so I'm not sure which update it was that broke it exactly.
|
Could you please add your |
My rofi configuration and theme are at https://git.karx.xyz/karx/dotfiles/src/branch/master/.config/rofi and my rofimoji config is at https://git.karx.xyz/karx/dotfiles/src/branch/master/.config/rofimoji.rc
|
Thanks. I've tried your theme, but it works fine for me. Also on latest I'm grasping for straws, but what's your Python version? |
My python version is Python 3.10.6, and it was updated at the same time as rofi and rofimoji. |
So I downgraded rofi to 1.7.3-1, and now the squares don't show up. This seems to be an issue with rofi and not rofimoji. Edit: With further testing, it seems that this bug showed up in rofi 1.7.4 |
Thanks for that testing! I don't see what Have you opened a bug against |
I was having the same issue in Arch Linux. For some reason, running it as a rofi mode does not show the weird squares before the emoji:
|
Hi, I git bisect'd rofi and found that this behavior was introduced in the |
I observed similiar effect. However, (on my system) using that command no longer inserts the emoji into the application like running |
Thanks for the work, @alpheratz0! That explains a lot.
This is a known limitation of the script mode, sorry. |
It's not a big problem, I can wait 😆 Cheers! |
This is a change in `rofi` 1.7.4 and looks ugly in `rofimoji`. To circumvent this, we remove the empty checkboxes again and get something similar to the previous look. Thanks to @alpheratz0 for finding the problematic commit! Issue: #127
I've just pushed something that should help with this problem. Please try it and report back! |
The new commit works for me on rofi 1.7.5, the squares no longer show up. |
Release is out 🙂 |
The text was updated successfully, but these errors were encountered: