OS: Ubuntu 20.04.6 LTS (Linux)
Joplin: 2.12.15 (latest as of this post)
I am attempting to do a simple clean re-install of the Joplin desktop application on Ubuntu 22.04
The installation appears to run without errors and a startup icon is created. However, when I attempt to launch the application, the user interface does not appear. Then, when I attempt to start ~/.joplin/Joplin.AppImage from the terminal command line, I get a window with some menu items (e.g. file->quit) but nothing else, just a blank white window.
The steps I followed are as follows:
- Delete all prior Joplin-related files:
sudo rm -r ~/.joplin
sudo rm -r ~/.joplin-bin
sudo rm -r ~/.config/joplin-desktop
sudo rm ~/.local/share/applications/appimagekit-joplin.desktop
sudo rm -r ~/.config/@joplin
sudo rm -r ~/.config/joplin
sudo rm -r ~/.config/Joplin
- Install libfuse2
sudo apt install libfuse2
- Install the desktop application:
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
- Click on the new Joplin icon in the desktop task bar (a.k.a. "favorites").
Does anyone have any ideas? Have I missed something?
Could an earlier installation of Joplin Terminal be causing a conflict?