You are not logged in.
If we want, we can install support of font emojies to own OS from one of instructions like that.
And check working of it on that page: http://eosrei.github.io/emojione-color- … -demo.html
Windows 10 has built-in feature for inserting emojies in any input by pressing WIN + ;.
Please tell, is there an similar application for linux? I am using KDE, but i think, it can be independent from environment.
Last edited by believer (2018-03-13 09:25:24)
Offline
This, you just have to add hotkeys and maybe some uinput configuration.
https://aur.archlinux.org/packages/emoji-keyboard-git/
https://github.com/OzymandiasTheGreat/emoji-keyboard
Last edited by progandy (2018-03-13 10:53:10)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Awesome, i'll try it, thanks
Offline
Trying install it from aur repo, but getting an error) Anyone can help me?
Installation failed: Failed to list sessions: Access denied
Traceback (most recent call last):
File "setup.py", line 5, in <module>
from lib.emoji_shared import version
File "/home/roman/pkg/must-update/emoji-keyboard-git/src/emoji-keyboard/lib/emoji_shared.py", line 100, in <module>
wayland = check_wayland()
File "/home/roman/pkg/must-update/emoji-keyboard-git/src/emoji-keyboard/lib/emoji_shared.py", line 85, in check_wayland
['loginctl', 'show-session', session, '-p', 'Type'],
UnboundLocalError: local variable 'session' referenced before assignment
as i see, it getting error on running command loginctl list-sessions. It working fine if i running it from my terminal.
loginctl list-sessions
SESSION UID USER SEAT TTY
c2 1000 roman seat0
1 sessions listed.
Also asked the author about it on his github repo.
Last edited by believer (2018-03-13 12:10:43)
Offline
That is a completely new question that should probably have it's own thread.
If/when you create that thread, either in the newbie corner or aur packages sub forums, be sure to post the command that failed and full output, not just what you believe to be relevant.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Issue was fixed, program successfully installed now
Last edited by believer (2018-03-15 04:18:44)
Offline