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.009157
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 »

vstuart commented on 2023-05-19 23:55 (UTC) (edited on 2023-05-20 00:00 (UTC) by vstuart)

ISSUE

[victoria@victoria ~]$ date
  Fri May 19 04:50:01 PM PDT 2023

[victoria@victoria ~]$ yay -Ss emote | grep -w emote
  aur/emote 3.1.0-2 (+25 0.74) (Installed)

[victoria@victoria ~]$ emote

  Traceback (most recent call last):
    File "/usr/bin/emote", line 33, in <module>
      sys.exit(load_entry_point('Emote==3.1.0', 'gui_scripts', 'emote')())
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/bin/emote", line 25, in importlib_load_entry_point
      return next(matches).load()
            ^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
      module = import_module(match.group('module'))
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
    File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
    File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
    File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
    File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 940, in exec_module
    File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
    File "/usr/lib/python3.11/site-packages/emote/__init__.py", line 4, in <module>
      import manimpango
  ModuleNotFoundError: No module named 'manimpango'

[victoria@victoria ~]$ yay -Ss manimpango

  aur/python-manimpango 0.4.3-1 (+13 0.73) (Installed)
    C binding for Pango using Cython used in Manim to render (non-LaTeX) text.

[victoria@victoria ~]$

SOLUTION

[victoria@victoria ~]$ sudo vim /usr/lib/python3.11/site-packages/emote/__init__.py
  [sudo] password for victoria: 

  ## COMMENTED OUT these two lines:
  ##    # import manimpango
  ##    # manimpango.register_font(f"{config.static_root}/NotoColorEmoji.ttf")

[victoria@victoria ~]$ 

NY152 commented on 2023-05-11 09:13 (UTC)

Build error

install: impossible d'évaluer '/home/gregory/.cache/pacaur/emote/pkg/emote/usr/share/applications/emote.desktop': Aucun fichier ou dossier de ce type ==> ERREUR : Une erreur s’est produite dans package(). Abandon… :: failed to build python-hijri-converter package(s) :: failed to build emote package(s)

ipaqmaster commented on 2023-02-11 08:53 (UTC) (edited on 2023-02-11 09:15 (UTC) by ipaqmaster)

I'm also getting stuck on the "Launching emote daemon" line.

E: Seems to have passed with a reboot.

ChrisMorgan commented on 2022-09-21 08:07 (UTC)

  • xdotool should be optdepends since it’s not used under Wayland.

  • I don’t know where the python-xlib dependency came from, but the upstream repository only contains “xlib” (case-insensitive) in one place, snap/snapcraft.yaml as a build package, and nowhere else in documentation or source, so it should probably be removed.

  • In theory libkeybinder3 should also be optional since its functionality doesn’t work under Wayland and its calls are mostly disabled under Wayland, but the code does still require it, so that would need to be fixed before it can be made optdepends.

Reemi commented on 2022-01-05 22:00 (UTC)

It fixed itself after restart.

Reemi commented on 2022-01-05 21:24 (UTC)

Anyone knows about "Launching emote daemon" freeze?

Nix commented on 2021-12-16 18:33 (UTC)

It installs properly and already installed the manimpango via pip, but upon start, nothing happens.

When I run it via the cli, it hangs with "Launching emote daemon" and stays so until I kill it. Any idea what's going on?

EDIT

After bumping up the pkgrel and rebuilding, it doesn't hang in there. However, can't run it by a keyboard shortcut even after changing :( No errors, nothing.

touhidulshawan commented on 2021-12-16 18:14 (UTC)

Note: python-manimpango get installation error after moving to python 3.10.1

nonZero commented on 2021-12-16 09:40 (UTC) (edited on 2021-12-16 09:41 (UTC) by nonZero)

Note: Requires a rebuild after moving to python 3.10. It might be a good idea to bump the build number.