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 »

Nix commented on 2021-11-06 09:57 (UTC) (edited on 2021-11-06 09:57 (UTC) by Nix)

Is anyone able to run/use emote on GNOME 40.4.0?

djmattyg007 commented on 2021-07-04 02:29 (UTC)

Just as an FYI, this:

Thanks for the detailed report, @vstuart. I'm still investigating why this happens after dependencies are upgraded (possibly something similar to this?) but in the meantime, rebuilding the package makes the error go away.

Happens every time there's a "major" upgrade of Python (eg. from python3.8 -> python3.9). The recommended "fix" for AUR packages is to simply bump the pkgrel. This will forcibly trigger a rebuild for all users of the package, resolving the problem.

Please don't be one of those people that says "you should just force a rebuild on your local machine" either, because that completely ignores the fact that not everyone uses the AUR in the same way, and not everyone is using a "traditional" AUR helper.

jef commented on 2021-06-13 03:07 (UTC)

Thanks @lkrms, I sent a request. I also wanted to include that it's having problems finding the emote.desktop and can't continue updating. Not sure if it's me or what.

Thanks!

lkrms commented on 2021-05-29 08:18 (UTC) (edited on 2021-05-29 08:19 (UTC) by lkrms)

@jef Unfortunately otf-openmoji doesn't provide emoji-font, otherwise it would be added to the list automatically. Best to contact the maintainer and ask them to add provides=('emoji-font') to the PKGBUILD.

jef commented on 2021-05-29 02:49 (UTC)

Hi there, could you add otf-openmoji to that list?

Thanks!

lkrms commented on 2021-05-24 00:12 (UTC)

Thanks for the suggestion, @matteoturini. The package now depends on emoji-font, which is provided by ttf-joypixels, ttf-apple-emoji, noto-fonts-emoji and others. noto-fonts-emoji is still recommended first, for consistency with the upstream project.

matteoturini commented on 2021-05-14 23:16 (UTC)

Does this package need noto-fonts-emoji? I'm currently using ttf-apple-emoji.

lkrms commented on 2020-12-22 13:32 (UTC)

Thanks for the detailed report, @vstuart. I'm still investigating why this happens after dependencies are upgraded (possibly something similar to this?) but in the meantime, rebuilding the package makes the error go away.

vstuart commented on 2020-12-21 17:05 (UTC) (edited on 2020-12-22 15:53 (UTC) by vstuart)

$ date
  Mon Dec 21 09:05:19 AM PST 2020

$ yay -Ss emote | grep -w emote
  aur/emote 1.0.1-2 (+2 0.74) (Installed)

$ which emote
  /usr/bin/emote

$ emote
  Traceback (most recent call last):
    File "/usr/bin/emote", line 33, in <module>
      sys.exit(load_entry_point('Emote==1.0.1', 'gui_scripts', 'emote')())
    File "/usr/bin/emote", line 22, in importlib_load_entry_point
      for entry_point in distribution(dist_name).entry_points
    File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
      return Distribution.from_name(distribution_name)
    File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
      raise PackageNotFoundError(name)
  importlib.metadata.PackageNotFoundError: Emote

$ python --version
  Python 3.9.1

$ uname -a
  Linux victoria 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 x86_64 GNU/Linux

$ yay -Ss libkeybinder3
  extra/libkeybinder3 0.3.2-3 (20.7 KiB 75.6 KiB) (Installed)
  A library for registering global keyboard shortcuts

$ python
  Python 3.9.1 (default, Dec 13 2020, 11:55:53) 
  [GCC 10.2.0] on linux
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import importlib
  >>> from importlib import metadata
  >>>

lkrms commented on 2020-10-25 08:04 (UTC)

Thanks, @MarcoDiFrancesco. Added. As best I can tell, Emote’s other dependencies are pulled in by gtk3.