Package Details: emote 4.1.0-8

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)

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:

  File "/usr/lib/python3.11/site-packages/emote/__init__.py", line 6, in <module>
    import manimpango
ModuleNotFoundError: No module named 'manimpango'

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 PKGBUILD to 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 PKGBUILD and 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)

  File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 1491: invalid continuation byte

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-manimpango package was missing even though it was a required dependency. Maybe our AUR helpers messed up when updating the package from a previous version? (trizen in 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