The icon doesn't open joplin

Hello,
I used the script it’s given in the home page:

wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash

I got this output from the installation process:

--2020-03-30 02:15:53--  https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh
Resolviendo raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.132.133
Conectando con raw.githubusercontent.com (raw.githubusercontent.com)[151.101.132.133]:443... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 7516 (7,3K) [text/plain]
Grabando a: “STDOUT”

-                   100%[===================>]   7,34K  --.-KB/s    en 0,004s  

2020-03-30 02:15:53 (1,98 MB/s) - escritos a stdout [7516/7516]


     _             _ _       
    | | ___  _ __ | (_)_ __  
 _  | |/ _ \| '_ \| | | '_ \ 
| |_| | (_) | |_) | | | | | |
 \___/ \___/| .__/|_|_|_| |_|
            |_|

Linux Installer and Updater

Checking architecture...
Checking latest version...
The latest version is 1.0.195, but you have no version installed.
Downloading Joplin...
/tmp/tmp.y1Xwnx0Xta 100%[===================>] 105,67M  4,59MB/s    en 21s     
/tmp/tmp.y1Xwnx0Xta 100%[===================>]  22,45K  --.-KB/s    en 0,02s   
Installing Joplin...
OK
Installing icon...
OK
Create Desktop icon...
OK
Joplin version 1.0.195 installed.
Cleaning up...

I’m using Debian 10 with Gnome 3.6.2 . The icon is in the app list but when I click nothing happens.

This is due to the Debian kernel having a non standard kernel patch breaking how AppImages work with Electron Apps. Try the —no-sandbox flag from this post.

Hmm, when to come to think of it, maybe we could add the flag to the icon on Debian based systems.

The .desktop shortcut is just a text file iirc and should be easily addable. Good idea