Package Details: emoji-keyboard-bin 4.0.0-4

Git Clone URL: https://aur.archlinux.org/emoji-keyboard-bin.git (read-only, click to copy)
Package Base: emoji-keyboard-bin
Description: Virtual keyboard like emoji palette (binary release)
Upstream URL: https://github.com/OzymandiasTheGreat/emoji-keyboard
Keywords: bin binary gtk gtk3 rust tauri typescript webkit webkit2gtk
Licenses: MIT
Conflicts: emoji-keyboard
Provides: emoji-keyboard
Submitter: begin-theadventu
Maintainer: begin-theadventu
Last Packager: begin-theadventu
Votes: 8
Popularity: 0.007446
First Submitted: 2023-10-11 00:55 (UTC)
Last Updated: 2024-03-24 00:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Skalli84 commented on 2021-04-09 16:53 (UTC)

Pamac is available on Arch too, but yes, I'm mainly using Pamac since it's UI based and easier to use. So this was an unexpected problem and first time I've seen it.

scrouthtv commented on 2021-04-09 16:50 (UTC)

@Skalli84, I don't think we're doing manjaro things here.

Do other packages work with pamac?

Skalli84 commented on 2021-04-08 15:50 (UTC)

When updating with Pamac it failed for me: ==> Starting prepare()... sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required ==> ERROR: A failure occurred in prepare(). Aborting... Solution was to use terminal, but imho it should run with Pamac too.

rudolf commented on 2020-09-10 09:51 (UTC) (edited on 2020-09-10 10:00 (UTC) by rudolf)

Hi following - doesnt work, since /dev/uinput is not user writable on arch

see:

https://github.com/OzymandiasTheGreat/emoji-keyboard/issues/20#issuecomment-346771246

as well as

https://github.com/chrippa/ds4drv/issues/93#issuecomment-265300511

So we need s.t. like:

/etc/udev/rules.d/70-emoji-keyboard.rules
KERNEL=="uinput", GROUP="uinput", MODE="0660"

.

/etc/modules-load.d/uinput.conf
uinput

.

groupadd uinput

and maybe the hint to

usermod -aG uinput` 
sg uinput

scrouthtv commented on 2020-08-20 20:05 (UTC) (edited on 2020-08-20 20:05 (UTC) by scrouthtv)

I tried to update this project. Since 2.2.0, upstream has switched from gtk to electron, and, as a result is now using npm. The source tree with node packages has grown to over 1 GB and build times are very long on my pc. For now I can't do anything for this project, you are better off with a prebuilt version from GitHub -

eli_liam commented on 2020-08-07 21:06 (UTC)

Is there a way to get this package updated?

Bachsau commented on 2020-05-27 13:51 (UTC)

@WhyNotHugo You need to have rsvg installed. Install rsvg, then run gdk-pixbuf-query-loaders --update-cache, and it should be fixed.

whynothugo commented on 2020-02-19 12:29 (UTC)

Doesn't work for me:

➜ emoji-keyboard
Traceback (most recent call last):
  File "/usr/bin/emoji-keyboard", line 22, in <module>
    shared.emoji = egtk.Emoji()
  File "/usr/lib/python3.8/site-packages/emoji_keyboard/emoji_gtk.py", line 123, in __init__
    model = self.load_emoji()
  File "/usr/lib/python3.8/site-packages/emoji_keyboard/emoji_gtk.py", line 170, in load_emoji
    pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(
gi.repository.GLib.Error: gdk-pixbuf-error-quark: Couldn’t recognise the image file format for file “/usr/lib/python3.8/site-packages/emoji_keyboard/data/emojitwo/1f600.svg” (3)

Any hints on this?

smrqdt commented on 2018-04-12 13:02 (UTC)

mony’s PKGBUILD paste expired so I rebuilt it: https://gist.github.com/smrqdt/807ff9afb322337907bdb6d036d4e605

aymanbagabas commented on 2018-03-19 06:11 (UTC) (edited on 2018-03-19 06:14 (UTC) by aymanbagabas)

Version 2.3.0 You can use this pkgbuild and patch

PKGBUILD: https://pastebin.com/rNLSet4X patch: https://pastebin.com/qPVZzC8C

put them together as PKGBUILD and session.patch in the same dir then run makepkg