¡It works with GNOME! - Check this if you want to know how. #219
cash-nico
started this conversation in
Show and tell
Replies: 1 comment
-
Hey, thank you for this thorough guide! Two small notes:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As you might tell by the title this is not a tech-genious speaking, nevertheless here's my simple steps for successfully setting up rofimoji in GNOME Desktop Environment.
Solution was to read the documentation, and run rofimoji with GNOME-friendly cli arguments configured.
The most important one is, one needs to tell rofimoji that it has to run through wofi, and not rofi. I used the following command,
If you have wofi installed, then rofimoji would start through wofi with this command instead of rofi, and now yes! It has keyboard input 💪🏼.
Additional troubleshooting and some tips.
It calls rofimoji and sets its different arguments, so it starts with the following,
-a
,--action
, to copy to clipboard,-f
,--files
to use a set of character lists from the rofimoji database, so it breaks out from simple emoji picker and assists with unicode in generalemojis
emoticons
basic_latin
arrows
dingbats
miscellaneous_symbols
are what i'm testing right now. These depend on keyboard language and maybe font settings as well, some of them are broken but i'm convinced it's not rofimoji but my keyboard instead.-s
--skin-tone
I want it to ask if i'm black, white, yellow, or something inbetween.--selector
wofi. As discussed it wouldn't work in GNOME without this.You can paste that same command build above and tell GNOME that you want to call that whenever you press
Super + .
~/.config/wofi/style.css
. If it's empty, you can paste this,It looks like the following:

Good luck with your GNOME tuning 🦾
Beta Was this translation helpful? Give feedback.
All reactions