emoji-keyboard icon indicating copy to clipboard operation
emoji-keyboard copied to clipboard

Application doesn't launch

Open nkenschaft opened this issue 3 years ago • 12 comments

I am currently trying to run the application via AppImage on Arch Linux, but it simply does not launch. There is no error outputted, and python.log is empty. The only output given is a warning about a deprecated default variable in electron.

nkenschaft avatar Mar 10 '21 14:03 nkenschaft

same here. killing the process with ctrl+c produces a pop up with the error in #65

otherwise, I only get the output:

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397

pm0u avatar Mar 12 '21 17:03 pm0u

Same, even a debian repo I found with it fails to run too. To be honest.. I feel like an electron app for emoji's is a bit heavy, but certainly easier to get up an running for a prototype - at least you would think. Not something I would want to run on low powered devices with limited memory or cpu resources though.

(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false".  It will change to be "true" in Electron 9.  For more information please check https://github.com/electron/electron/issues/18397

rbreaves avatar Mar 13 '21 06:03 rbreaves

It appears like it started to work later despite that error message, go figure. Kinda slow to load up and doesn't go away after selecting what I want and cannot be quickly navigated by keyboard. Limitations of electron I am sure.

rbreaves avatar Mar 13 '21 06:03 rbreaves

Me too on Arch linux:

[klarkc@ssdarch ~]$ emoji-keyboard 
This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information

klarkc avatar Aug 08 '21 13:08 klarkc

@klarkc read carefully the message where it says:

"run it with the --appimage-extract option."

jordi-pujol avatar Aug 09 '21 07:08 jordi-pujol

I am having the Same error. System :- Arch Linux 5.13.9-arch1-1

Shiven-saini avatar Aug 11 '21 10:08 Shiven-saini

Seconded. Ubuntu 20.04, 5.10.0-051000-generic

ViktorWalter avatar Dec 18 '21 14:12 ViktorWalter

Ok, update. I can get my own compiled appimage running, if I do

python3 -m venv .venv
source .venv/bin/activate
poetry install

beforehand. I think the appimage might be missing some of the dependencies inside.

ViktorWalter avatar Dec 19 '21 14:12 ViktorWalter

@ViktorWalter I'm guessing you run those commands in the dir of your local clone of the repository?

rpardee avatar Jan 16 '22 20:01 rpardee

I wasn't able to get those build-from-source directions to work, but eventually realized that the program was starting. It just doesn't pop the emoji-picker right away--it adds a little poop icon in the extreme upper-right of the screen that you can click to pop that UI: image

rpardee avatar Jan 16 '22 21:01 rpardee

I wasn't able to get those build-from-source directions to work, but eventually realized that the program was starting. It just doesn't pop the emoji-picker right away--it adds a little poop icon in the extreme upper-right of the screen that you can click to pop that UI: image

I agree with you. But when I click on some of the emojis, I face with error again.

mrtztg avatar Jan 18 '22 05:01 mrtztg

@ViktorWalter I'm guessing you run those commands in the dir of your local clone of the repository?

Yes.

ViktorWalter avatar Mar 23 '22 17:03 ViktorWalter

Please try the new version, as it no longer uses electron or python, this should be irrelevant.

OzymandiasTheGreat avatar Oct 02 '22 18:10 OzymandiasTheGreat