fdw / rofimoji

Emoji, unicode and general character picker for rofi and rofi-likes
https://github.com/fdw/rofimoji
MIT License
830 stars 47 forks source link

Laugh with tears emoji is not shown #194

Closed rew1nter closed 1 month ago

rew1nter commented 1 month ago

Why is it not available? image

fdw commented 1 month ago

Can you tell me more about your configuration? Has it ever shown up? Which version do you use?

And what is up with the last used characters? The last one looks weird... do you know what happened there?

rew1nter commented 1 month ago

The command:

rofi -modi "emoji:/usr/bin/rofimoji --action copy --clipboarder xclip" -show emoji -theme /home/vague/.config/rofi/launchers/type-1/style-7.rasi

Version: rofimoji 6.3.2

Yeah this emoji used to show up before. I don't know what happened and how it ended up disappearing. Also it always remains on 0: Is there a way to maybe reset rofimoji?

fdw commented 1 month ago

The recent characters are saved in ~./local/share/rofimoji/recent. If you remove that (or just delete the appropriate line), it should work again.

rew1nter commented 1 month ago

So I removed this file, searched the laugh with tears emoji from rofimoji and it was copied to my clipboard as expected. But now it's back to the same thing again image

fdw commented 1 month ago

Does that happen for any other emoji? Do you have anything in .local/share/rofimoji/data?

fdw commented 1 month ago

Ha, I think I found the bug. Can you maybe try the main branch and report if that works better now?

rew1nter commented 1 month ago

I just installed it from the AUR. The bug seems to be gone. Good job!