Joplin Desktop 2.12.19 not working on Fedora Linux

I've just opened this bug on GitHub as issue 9165:

Environment

Joplin version:

Joplin 2.12.19 (prod, linux)

Client ID: 58157d2b38034fc1b0471c00b5c84099
Sync Version: 3
Profile Version: 43
Keychain Supported: No

Platform: Linux
OS specifics: Fedora Linux 38. Application installed via Flatpak.

Steps to reproduce

  1. Open Joplin
  2. Screen does not show contents:

Describe what you expected to happen

A usable application showing its contents.

Logfile

I can't, even the console tab appears 100% white when I enable the logging options on the flags.txt file. See screenshot on GitHub issue 9165 (can't link it directly)

Just installed the AppImage using the wget… command on the Joplin app page and this version works. This is probably a Flatpak issue (maybe a runtime update?)

Definitely a Flatpak issue, closing. Deleted the ~/.var/app/net.cozic.joplin_desktop, reinstalled Flatpak version, working again. Closing ticket.

Joplin Desktop 2.12.19 not working on Fedora Linux

Same problem on my computer.

Definitely a Flatpak issue, closing. Deleted the ~/.var/app/net.cozic.joplin_desktop, reinstalled Flatpak version, working again.

Yes :+1:, fixed on my computer:

$ flatpak remove net.cozic.joplin_desktop
$ rm ~/.var/app/net.cozic.joplin_desktop -rf
$ flatpak install net.cozic.joplin_desktop
$ flatpak run net.cozic.joplin_desktop

@akosma Thanks :hugs: for the solution.