Package Details: joplin-desktop 3.2.13-2

Git Clone URL: https://aur.archlinux.org/joplin.git (read-only, click to copy)
Package Base: joplin
Description: A note taking and to-do application with synchronization capabilities - Desktop
Upstream URL: https://joplinapp.org/
Keywords: markdown note notetaking productivity
Licenses: AGPL-3.0-or-later
Groups: joplin
Conflicts: joplin-desktop-electron
Submitter: masterkorp
Maintainer: dosenpils
Last Packager: dosenpils
Votes: 268
Popularity: 2.08
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-03-12 23:14 (UTC)

Pinned Comments

masterkorp commented on 2020-12-24 19:58 (UTC) (edited on 2020-12-24 20:00 (UTC) by masterkorp)

Hello everyone,

I will be renaming the packages to its final form.

  • joplin will contain the CLI application
  • joplin-desktop will contain the Desktop version

Also, please for problems with the package, please open an issue on the Github repo, its really hard to provide support on the comments section, you can also email me.

If you have problems with the check() function, just run makepkg with the --nocheck flag.

Thank you for your patience. Regards, Alfredo Palhares

Latest Comments

« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 46 47 .. 57 Next › Last »

famar commented on 2020-03-15 11:59 (UTC)

This is getting long. @masterkorp can you please add yarn as makedepend? Thanks

Rhinoceros commented on 2020-03-13 23:49 (UTC)

I also needed to install yarn to get this to build. I think it's only a makedepends though, because I was able to uninstall it and joplin still ran fine. Also is git really a makedependency (I didn't check)?

LaserTron commented on 2020-03-13 17:02 (UTC) (edited on 2020-03-13 17:02 (UTC) by LaserTron)

Just like that when I installed it I got

/var/tmp/pamac-build-nick/joplin/PKGBUILD: line 46: yarn: command not found ==> ERROR: A failure occurred in build(). Aborting...

I installed yarn, then it worked. Yarn should be added as a dependency.

SaltFactory commented on 2020-03-12 21:43 (UTC)

Thanks trap000d, your version worked for me.

trap000d commented on 2020-03-11 20:51 (UTC)

mightyBroccoli, Here is the PKGBUILD for 1.0.193 which works for me: https://github.com/trap000d/aur/blob/master/joplin/PKGBUILD

mightyBroccoli commented on 2020-03-11 17:07 (UTC)

There seems to be some issue with build process with the new stable version 1.0.193.

sl13kp commented on 2020-03-09 09:58 (UTC)

the best is appimage

masterkorp commented on 2020-03-04 11:07 (UTC)

Thank you fabious!!!

Fabius commented on 2020-03-03 11:40 (UTC)

People should really stop flagging this package as out-of-date every single day because a PRE-release came out... Please check this link: https://github.com/laurent22/joplin/releases/latest then stop. Take 5 to 10 minutes to read the release number. Then take some more time to accurately compare it with the version on the AUR: digit by digit!

trap000d commented on 2020-03-03 03:40 (UTC)

Build procedure has changed significantly since 1.0.185. I've spent an hour and built 1.0.187 successfully. The corresponding PKGBUILD can be found here: https://github.com/trap000d/aur/tree/master/joplin

As a side effect it also builds an AppImage archive. To disable AppImage one should patch the file joplin-1.0.187/ElectronClient/package.json: .... -"target": "AppImage" +"target": "dir" ....