

Failed to initialize GLArea: No GL implementation is available
I can work around the problem by launching it with:
GDK_BACKEND=x11 ./S3Drive-x86_64.AppImage
I'm guessing the AppImage build is missing a library needed for this to work on Wayland.
GDK_BACKEND=x11 trick?
Have you tried our Flathub release?
libsecret fails to be initalized for some reason.
This can be resolved with:
sudo zypper install -y gnome-keyring
though. (edited)

GDK_BACKEND=x11 trick?
Have you tried our Flathub release? 

libsecret fails to be initalized for some reason.
This can be resolved with:
sudo zypper install -y gnome-keyring
though. (edited)






1.12.0, that was us including:
- libwayland-server0
- libwayland-cursor0
- libwayland-client0
in the AppImage.
https://github.com/s3drive/app/issues/60
It sounds like it fixed issues on: Ubuntu 18.04 that user was reporting, but broke something else.
I need to admit that Linux releases are pretty "funny" part of this project 
ldd against the binary and dump the output. May tell you whats missing. (Assuming the library needed isn't entirely looked up at runtime)
ldd hints.
I can't promise I'll have it resolved today or tomorrow, but I will try to get back to you soon.
wayland libs added: https://github.com/s3drive/appimage-app/releases/tag/1.12.8-wayland-test
It seems to start fine now.
I will try to invest more time into this later, but very likely those are the release settings we will be using going forwards.



wayland libs added: https://github.com/s3drive/appimage-app/releases/tag/1.12.8-wayland-test
It seems to start fine now.
I will try to invest more time into this later, but very likely those are the release settings we will be using going forwards. 

wayland libs added: https://github.com/s3drive/appimage-app/releases/tag/1.12.8-wayland-test
It seems to start fine now.
I will try to invest more time into this later, but very likely those are the release settings we will be using going forwards. 