fdw / rofimoji

Emoji, unicode and general character picker for rofi and rofi-likes

Home Page:https://github.com/fdw/rofimoji

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Font Problem]

EliasTheDev opened this issue · comments

  • What does rofimoji show instead of the emojis?

ksnip_20220211-181937

  • What do other apps like Firefox/Chrome/your text editor show instead of emojis?

ksnip_20220211-182138

  • Which emoji fonts do you have installed?
    Noto Fonts Emoji

  • Are the emoji fonts set in your font config?
    No, because I don't know how to

  • Which versions of rofimoji and pango are installed?
    rofimoji 5.4.0
    libpango-1_0-0

  • Additional Information
    OS: openSUSE Tumbleweed
    Kernel: 5.16.5-1-default

Are the emoji fonts set in your font config?
No, because I don't know how to

Do you have anything in ~/.config/fontconfig (or `~/.fontconfig)? If so, what?

Also, maybe the issues #13 , #20 and #93 might have something helpful.

I actually do have a fontconfig in my ~/.config:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <alias>
    <family>serif</family>
    <prefer>
    	<family>Open Sans</family>
 	<family>Noto Color Emoji</family>
    </prefer>
  </alias>
  <alias>
	<family>sans-serif</family>
    <prefer>
      <family>Open Sans</family>
      <family>Noto Color Emoji</family>
    </prefer>
  </alias>
  <alias>
    <family>sans</family>
    <prefer>
      <family>Noto Color Emoji</family>
      <family>Open Sans</family>
    </prefer>
  </alias>
  <alias>
    <family>monospace</family>
    <prefer>
      <family>Noto Color Emoji</family>
      <family>JetBrainsMono Nerd Font</family>
    </prefer>
  </alias>
  <alias>
    <family>mono</family>
    <prefer>
      <family>Hack Nerd Font</family>
      <family>Noto Color Emoji</family>
      </prefer>
  </alias>
</fontconfig>

What exactly is that file's path? Is it a file called .config/fontconfig, or is it a file (with which name?) in .config/fontconfig/?

Apart from that, it looks good. Can you show emoji in your terminal, text editor or something?

Hi! After some digging, it turned out to be the OS's what was causing the issue, hopefully everything works well on Arch! :)

Awesome, thanks for reporting back! Hope you enjoy rofimoji 🙂