Linux App Image

Hi there,

Is it possible to get an AppImage of Wappler for Linux? I just purchased Wappler, only to find that I can’t use it, as I use Arch Linux.

Thanks,
Mike

You can download the .deb file and convert it to arch for install:

Let me know if this works.

FYI, using debtap I was able to convert to a Pacman package and install it, but can’t “Login with Browser” - my browser just opens up a new page with file:///home/mweichert/.cache/kioexec/krun/4122257_0/auth as the location, rendered as txt. Downloading that as auth.html and loading that doesn’t work either - clicking on the login button does nothing.

Well we use custom url scheme to redirect the login to the Wappler app.

Normally this is done with the following wappler.desktop file:

[Desktop Entry]
Name=Wappler
Comment=Wappler - The Visual Web and App Creator
GenericName=Web Editor
Exec=/usr/share/wappler/Wappler %u
Icon=wappler
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Utility;TextEditor;Development;
MimeType=x-scheme-handler/x-wappler-desktop-auth;
Name[en_US]=Wappler

maybe you can find our how to register the url scheme x-wappler-desktop-auth and point it to the wappler app in Arch Linux