A very simple emoji picker.
Indicator EmojiTwo is a simple emoji picker for Linux desktop environments and uses emoji data from the EmojiTwo project. To use the picker, choose your emoji from the dropdown menu and paste it where you want using Ctrl + v. You can also search for emojis by keyword.
The project was forked from emojione-picker-ubuntu by Jorge Suárez de Lis and migrated to Python 3.x.
The indicator takes a few seconds to load, but it can take many seconds on older computers. In Settings, enable the option Low end computer mode to reduce the number of emojis and categories which should speed up loading time. Currently, this mode shows ~1000 of the 1839 available emojis.
A PPA for Indicator EmojiTwo is published by Martin Wimpress.
sudo add-apt-repository ppa:flexiondotorg/indicator-emojitwo
sudo apt update
sudo apt install indicator-emojitwo
You'll need the following dependencies:
gir1.2-appindicator3-0.1
gir1.2-gdkpixbuf-2.0
gir1.2-glib-2.0
gir1.2-gtk-3.0
gir1.2-notify-0.7
gir1.2-rsvg-2.0
python3
python3-gi
python3-setproctitle
- Refactor menu generation
- Refactor everything to reduce/remove global variables
- Add autostart control via gsettings
- Add keybinder for activating search
- Add translatable strings