I first installed Emoji Runner from plasma5-runners-emoji a couple of months ago without really using it. It is now out of date, so I uninstalled it and came here to build it.
I tried Option A, it installed, but I faced something similar to #7.
I tried Option C without success, each time I had no emojis.
Option C output:
Hi!
I first installed Emoji Runner from plasma5-runners-emoji a couple of months ago without really using it. It is now out of date, so I uninstalled it and came here to build it.
I tried Option A, it installed, but I faced something similar to #7. I tried Option C without success, each time I had no emojis. Option C output:
I noticed that it installed emojis.json in
/usr/local/share/emojirunner
, but Emoji Runner only check in~/.local/share/emojirunner
and/usr/share/emojirunner
. https://github.com/alex1701c/EmojiRunner/blob/5aaa24cfad7e7cee7553c532e3b6c77d1ae9798c/src/core/Config.h#L49-L50Here,
KDE_INSTALL_DATADIR
is/usr/local/share
in my case. https://github.com/alex1701c/EmojiRunner/blob/5aaa24cfad7e7cee7553c532e3b6c77d1ae9798c/src/CMakeLists.txt#L32OS: Garuda Linux KDE Plasma Version: 5.27.10 KDE Frameworks: 5.115.0 Qt: 5.15.2 Kernel: 6.7.6-zen1-1-zen
A solution would be to search in
/usr/local/share
.I worked on a fix last week, I will do a PR soon.