onivim / oni2

Native, lightweight modal code editor
https://v2.onivim.io
MIT License
7.83k stars 281 forks source link

AppImage fails to open at all #3866

Open ldelossa opened 2 years ago

ldelossa commented 2 years ago

Hello,

I've downloaded both the tar and the app image for Linux.

I'm using Fedora with Sway (wayland)

Running the app image performs no action at all, not even a blank ui is rendered.

strace.txt

I've attached an strace of the run, since I don't see a way to log any more info from trying to run an AppImage.

cassepipe commented 2 years ago

It does not work for me either on latest Linux Mint (derived from Ubuntu jammy) I have tried both the AppImage and the tarball executable;

@ldelossa I notice that in the tar.gz there is an AppRun file in which it's written :

 export GDK_BACKEND=x11

So it either means that this value must be change or that Onivim does not work under Wayland