Run fail on Debian 11 bullseye

I can't run Joplin on Debian 11 bullseye

Tested with 2.1.9 and 2.2.4

Only opens a white window with minimal menu (seems electron frame)

Is not kernel.unprivileged_userns_clone=1 issue

Any error in the console? How to enable debugging | Joplin

Also try View => Open Development Tools

Seems flags.txt do nothing. I put on ~/.config/@joplin/flags.txt

When I toggle to Dev Tools, in terminal shows:

$ .joplin/Joplin.AppImage
[583283:0806/123452.663607:ERROR:CONSOLE(1)] "Uncaught TypeError: Cannot read property 'instance' of undefined", source: devtools://devtools/bundled/devtools_app.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@dd99ba552928fbb8e62435f09f35048370fd04af/&can_dock=true&toolbarColor=rgba(223,223,223,1)&textColor=rgba(0,0,0,1)&experiments=true (1)

And this is main window:

Seems that the problem is because noexec flag on /tmp

So meanwhile, the solution is running as

TMPDIR=$XDG_RUNTIME_DIR ~/.joplin/Joplin.AppImage

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.