Smile
Download
1.Get from Flathub
Automatically paste with the GNOME Extension
Requires Smile 2.4.0+
Source
1.1Note: Flathub and Github are the only official release channels for Smile. Any release on external marketplaces or packaging formats are unofficial and not supported by me.
1.2 Center new windows on GNOME
Use the following command to make Smile and any new window be centered:
gsettings set org.gnome.mutter center-new-windows true
Features
2.Smile is a simple emoji picker for linux with custom tags support.
Localized tags + english fallback!
2.1.English fallback!
Go to Preferences > Localized tags > Merge localized tags
!
Custom tags
2.2.No matter how many tags we put in, there is always going to be that one emoji which you expect to show up when you search, but it doesn't.
An example?
Do you want
Select the icon using the arrow keys and press Alt + T
or Middle Click
to open the custom tag manager.
Custom shortcut
2.3.This app does not register its own system-wide shortcut, but you can create your custom shortcut for Smile by launching this command:
flatpak run it.mijorus.smile
Skintone selector
2.4.Press Alt + E
or Right Click
on any emoji with the rounded top-right corner (see screenshot below).
Multi selection
2.5.Use Shift + Enter
to select multiple emojis; use Ctrl+Enter
to quit without selecting an additional emoji
Changelog
3.Please check out https://smile.mijorus.it/changelog
Third party licences
5.Awesome resources that made Smile possible:
- Openmoji for the emoji list and english tags
- Emojibase for the translated tags available since version 1.70
Building
6.You will need:
- flatpak
- flatpak-builder
- flatpak-builder
- org.gnome.Platform 44
- org.gnome.Sdk 44
git clone https://github.com/mijorus/smile.git
cd smile
# kill any instance of Smile
flatpak kill it.mijorus.smile
# to run the app:
flatpak-builder build/ it.mijorus.smile.json --user --force-clean
flatpak-builder --run build/ it.mijorus.smile.json smile
# to install the app
flatpak-builder build/ it.mijorus.smile.json --user --install --force-clean
Thanks to
7.- Emote for the inspiration and some code