Search Criteria
Package Details: emote 4.1.0-8
Package Actions
| Git Clone URL: | https://aur.archlinux.org/emote.git (read-only, click to copy) |
|---|---|
| Package Base: | emote |
| Description: | Modern popup emoji picker |
| Upstream URL: | https://github.com/tom-james-watson/Emote |
| Keywords: | autostart emoji gtk gtk3 picker python |
| Licenses: | GPL-3.0-only |
| Submitter: | lkrms |
| Maintainer: | Rhinoceros |
| Last Packager: | Rhinoceros |
| Votes: | 35 |
| Popularity: | 0.008974 |
| First Submitted: | 2020-10-09 07:26 (UTC) |
| Last Updated: | 2026-04-13 15:19 (UTC) |
Dependencies (13)
- dbus-python (python-dbus)
- emoji-font (noto-fonts-emoji-flagsAUR, noto-fonts-emoji-gitAUR, noto-fonts-emoji-blobAUR, noto-fonts-emoji-flag-gitAUR, ttf-mutant-emojiAUR, ttf-twemoji-color-gitAUR, ttf-twemoji-colorAUR, ttf-twemoji-gitAUR, ttf-noto-emoji-monochromeAUR, ttf-ms-win11-autoAUR, noto-fonts-emoji-colrv1AUR, ttf-unifontAUR, otf-twemoji-colrv0AUR, ttf-twemoji-colrv0AUR, otf-twemoji-colrv1AUR, ttf-twemoji-colrv1AUR, ttf-twemoji-cbdtAUR, otf-twemoji-allAUR, ttf-twemojiAUR, twemoji-mozilla-fontconfigAUR, ttf-fluent-emojiAUR, ttf-blobmoji2AUR, ttf-joypixelsAUR, otf-unifontAUR, ttf-ms-win11-baseAUR, ttf-whatsapp-emojiAUR, ttf-ms-win11AUR, ttf-ms-win11-auto-localAUR, ttf-apple-emojiAUR, noto-fonts-emoji)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libkeybinder3
- python
- python-gobject
- python-setproctitle
- python-pipenv (python-pipenv-gitAUR) (make)
- python-setuptools (make)
- wl-clipboard (wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR, wl-clipboard-gitAUR) (optional) – automatic copying in Wayland
- xdotool (xdotool-gitAUR) (optional) – automatic pasting in X11
- ydotool (ydotool-gitAUR) (optional) – automatic pasting in Wayland
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
ZimbiX commented on 2023-07-24 21:38 (UTC) (edited on 2023-07-24 21:45 (UTC) by ZimbiX)
@FernandoBasso See the comment from @vstuart. But commenting out the import is all that's required now.
Upstream issue: https://github.com/tom-james-watson/Emote/issues/95
FernandoBasso commented on 2023-07-24 09:48 (UTC)
I get an error about missing minipango:
Tried rebuilding and reinstalling, but to no avail. Any ideas?
ipaqmaster commented on 2023-06-24 08:48 (UTC)
All good and no worries! Pretty funny that the emoji reference CSV got too big.
Thanks for your help
lkrms commented on 2023-06-24 08:46 (UTC)
Hi all, so sorry for taking so long to update this one, and for the problems reported after the previous update. (The patched emoji CSV became too big for the AUR, so I updated the
PKGBUILDto patch it on the fly, but it looks like that introduced some encoding/locale-related side-effects for some of you, and I just haven't had time to get into it.)Meanwhile, upstream changes have hopefully fixed the skin tone issues (I'm yet to test properly), so I've removed all but strictly necessary changes from the
PKGBUILDand if any of the issues recur, I'll work towards an upstream patch. Please let me know if anything is broken for you!ipaqmaster commented on 2023-06-22 11:10 (UTC)
Sure but I don't think that justifies a broken AUR package handling things differently.
Aftermath commented on 2023-06-22 11:07 (UTC)
@ipaqmaster Installing it through Flatpack/flathub is the preferred way by upstream anyways.
ipaqmaster commented on 2023-06-22 04:09 (UTC)
Great package but haven't been able to get it to work for months :(
copygirl commented on 2023-06-14 19:05 (UTC)
@ZimbiX I had the same issue and installed another emoji picker. Then emote suddenly started working. Apparently the
python-manimpangopackage was missing even though it was a required dependency. Maybe our AUR helpers messed up when updating the package from a previous version? (trizenin my case.)So, try removing and re-installing the package?
ZimbiX commented on 2023-05-28 14:51 (UTC)
@vstuart Thanks for the workaround! Any idea why it can't find manimpango, or why that seems to be optional?
prestidigitonium commented on 2023-05-20 12:19 (UTC)
I got this error:
➜ ~ emote Launching emote daemon Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/emote/__init__.py", line 101, in do_activate self.start_daemon() File "/usr/lib/python3.11/site-packages/emote/__init__.py", line 30, in start_daemon emojis.init() File "/usr/lib/python3.11/site-packages/emote/emojis.py", line 248, in init for row in reader: File "/usr/lib/python3.11/csv.py", line 110, in __next__ self.fieldnames File "/usr/lib/python3.11/csv.py", line 97, in fieldnames self._fieldnames = next(self.reader) ^^^^^^^^^^^^^^^^^ File "<frozen codecs>", line 322, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 1491: invalid continuation byte« First ‹ Previous 1 2 3 4 5 6 Next › Last »