Package Details: joplin-appimage 3.5.13-1

Git Clone URL: https://aur.archlinux.org/joplin-appimage.git (read-only, click to copy)
Package Base: joplin-appimage
Description: The latest stable AppImage of Joplin - a cross-platform note taking and to-do app
Upstream URL: https://github.com/laurent22/joplin
Keywords: appimage joplin markdown note notetaking productivity
Licenses: MIT
Conflicts: joplin-desktop
Submitter: icefox
Maintainer: thynkon
Last Packager: thynkon
Votes: 106
Popularity: 0.37
First Submitted: 2020-06-19 14:03 (UTC)
Last Updated: 2026-03-29 18:08 (UTC)

Pinned Comments

thynkon commented on 2021-06-16 20:49 (UTC)

Attention

From now, this package will only track stable releases of Joplin.

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

ElegantPenguin commented on 2026-01-13 06:02 (UTC)

@thynkon is this still maintained?

bb10 commented on 2025-10-29 17:32 (UTC)

For anyone on KDE 6.5.x Wayland: https://github.com/laurent22/joplin/issues/13561

bacteriostat commented on 2025-01-07 16:33 (UTC)

Hi there, just FYI, I will be orphaning this package once Joplin releases the deb package in stable. They have already released it for pre-release version.

ijann commented on 2024-05-21 13:46 (UTC) (edited on 2024-05-21 14:12 (UTC) by ijann)

$> joplin-desktop
Sentry: Initialized with autoUploadCrashDumps: false
[47369:0521/104403.012352:ERROR:object_proxy.cc(590)] Failed to call method:                 
org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop:  
org.freedesktop.DBus.Error.InvalidArgs: No such interface  
“org.freedesktop.portal.FileChooser”
[47369:0521/104403.012435:ERROR:select_file_dialog_linux_portal.cc(274)] Failed to read   
portal version property

https://ibb.co/sgs2DwF

What a folder and files are my notebooks to save and delete everything in home

and be able to start from scratch

dataprolet commented on 2024-03-28 12:39 (UTC)

Minor detail, but why isn't this package following the usual naming scheme and appends an -bin?

Aithcy commented on 2024-03-21 11:00 (UTC)

Just to confirm that the issue is fixed in 2.14.20-2. Thanks.

thynkon commented on 2024-03-19 21:37 (UTC)

Hi @bacteriostat, thank you for your feedback and solution. Indeed, I also encountered the same problem regarding the corruption of the AppImage file.

The issue is related to debugedit which is called by makepkg when building the package.

As you pointed, the most reliable solution for the moment is to add !debug to options. Once the bug is fixed, I will update the PKGBUILD.

Aithcy commented on 2024-03-19 16:30 (UTC)

Thank you @bacteriostat not only for a prompt, full and informative response to my issue, but for reminding me how much I love Arch and the unbelievable community around it :)

bacteriostat commented on 2024-03-19 10:16 (UTC) (edited on 2024-03-19 10:47 (UTC) by bacteriostat)

Edit: I have fixed the issue. For more details see: https://gitlab.archlinux.org/pacman/pacman/-/issues/107

Hi, There seems to be an issue arising with pacman 6.1.0-3 resulting in the following errror:

This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: No such file or directory

Building the package with pacman 6.0.2-9 works.

The issue happens because install -Dm755 "${_filename}" "${pkgdir}/${_install_path} doesn't work properly and installs a corrupted file.

An easy fix is to replace the corrupted AppImage file at /opt/appimages/ with the correct AppImage (with mode 755).

I am using paru and so this is how I could fix it:

sudo install -Dm755 ~/.cache/paru/clone/joplin-beta-appimage/Joplin-2.14.20.AppImage /opt/appimages/Joplin.AppImage

bacteriostat commented on 2024-03-19 10:12 (UTC) (edited on 2024-03-19 10:49 (UTC) by bacteriostat)

Edit: Simply adding options=(!strip !debug) will fix the issue. Please see https://gitlab.archlinux.org/pacman/pacman/-/issues/107 for more details.

Hi @Aithcy, I could reproduce the issue you had on Arch. The issue seems to be arising with pacman 6.1.0-3. Building the package with pacman 6.0.2-9 works.

The issue happens because install -Dm755 "${_filename}" "${pkgdir}/${_install_path} doesn't work properly and installs a corrupted file.

An easy fix is to replace the corrupted AppImage file at /opt/appimages/ with the correct AppImage (with mode 755).

I am using paru and so this is how I could fix it:

sudo install -Dm755 ~/.cache/paru/clone/joplin-appimage/Joplin-2.14.19.AppImage /opt/appimages/Joplin.AppImage