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: 1.96
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 .. 38 39 40 41 42 43 44 45 46 47 48 .. 57 Next › Last »

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" ....

reeeeeeeeeeelity commented on 2020-02-29 04:45 (UTC)

ICYMI, you can find pre-built Joplin package in http://chaotic.bangl.de/chaotic-aur/x86_64/ and http://repo.archlinuxcn.org

Perfi commented on 2020-02-29 04:41 (UTC)

If you're experiencing app locking on sync, consider looking through and possibly helping out with this issue:

https://github.com/laurent22/joplin/issues/2518

Kernel downgrade to 5.4 LTS seems (so I've heard) to work for now.

Perfi commented on 2020-02-17 06:56 (UTC) (edited on 2020-02-17 06:56 (UTC) by Perfi)

I have a PR for the current version, which seems to improve stability a bunch: https://github.com/alfredopalhares/joplin-pkgbuild/pull/45. @hvksmr1996 I simply removed the Version line in there, since the spec describes it at optional. Does that sound reasonable?

hvksmr1996 commented on 2020-02-17 04:29 (UTC)

Incorrect use of Version in your joplin.desktop file. It's meant to be version of free-desktop specs, not version of the application.

sl13kp commented on 2020-02-16 11:35 (UTC)

best mode: wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash

and copy icon to your set.

justVisiting commented on 2020-02-13 03:23 (UTC)

I got exact the same error as Poetician earlier today. I think the dependency just had it's URL down. The Joplin package installs just fine for me now!

Poetician commented on 2020-02-12 21:41 (UTC)

Hi,

Tried the yay install and got this:

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz npm ERR! 404 npm ERR! 404 'error-ex@1.3.2' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of 'joplin-1.0.179'

Here's the link to my pastebin of the debug https://pastebin.com/bhkn8Fyr

Thanks

fzerorubigd commented on 2020-02-04 09:39 (UTC)

I've got this error for running joplin-desktop :

[2717597:0204/103108.572837:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/share/joplin/chrome-sandbox is owned by root and has mode 4755.
/usr/bin/joplin-desktop: line 12: 2717597 Trace/breakpoint trap   (core dumped) ./joplin "$@"

chmod 4755 /usr/share/joplin/chrome-sandbox fix the problem (as a workaround)