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.50
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 .. 51 52 53 54 55 56 57 Next › Last »

bjo commented on 2018-10-01 13:57 (UTC)

1.0.111 is out.

moonbas3 commented on 2018-09-17 07:38 (UTC) (edited on 2018-09-17 07:40 (UTC) by moonbas3)

I also needed a newer nodejs version for Atom so I couldn't just revert to the lts package.

What I did was to: force remove nodejs -> install nodejs-lts-carbon -> install Joplin -> remove nodejs-lts-carbon -> install back nodejs

FunctionalHacker commented on 2018-09-15 16:50 (UTC)

I installed this package on another machine that didn't build it, and had to manually install gconf, because joplin-desktop requires it to run. So gconf isn't just a build dependency it seems.

simona commented on 2018-09-10 18:11 (UTC)

I don't install nodejs-lts-carbon... they will do a real fix?

bjo commented on 2018-08-29 06:07 (UTC)

This is a known issue: https://github.com/masterkorp/joplin-pkgbuild/issues/9

jancici commented on 2018-08-28 19:36 (UTC)

I am trying so solve "node-gyp" error with installing nodejs-lts-carbon.

BUT

yay -S nodejs-lts-carbon resolving dependencies... looking for conflicting packages... :: nodejs-lts-carbon and nodejs are in conflict. Remove nodejs? [y/N] y error: failed to prepare transaction (could not satisfy dependencies) :: removing nodejs breaks dependency 'nodejs>=10' required by apm Error installing repo packages

sudo whoneeds.sh apm :( Required By : atom

simona commented on 2018-08-26 09:46 (UTC)

make: *** [sharp.target.mk:125: Release/obj.target/sharp/src/common.o] Error 1 make: uscita dalla directory "/home/simona/.cache/aurman/joplin/src/joplin-1.0.104/CliClient/build/node_modules/sharp/build" gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/node-gyp/lib/build.js:262:23) gyp ERR! stack at ChildProcess.emit (events.js:182:13) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:239:12) gyp ERR! System Linux 4.18.4-zen1-1-zen gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /home/simona/.cache/aurman/joplin/src/joplin-1.0.104/CliClient/build/node_modules/sharp gyp ERR! node -v v10.9.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! sharp@0.18.4 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the sharp@0.18.4 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /home/simona/.npm/_logs/2018-08-26T09_45_24_243Z-debug.log ==> ERRORE: Si è verificato un errore in build().

erikfk commented on 2018-07-05 20:09 (UTC)

About the 'node-gyp rebuild' error, just install nodejs-lts-carbon or another lts release. Worked for me!

j1simon commented on 2018-07-03 10:45 (UTC)

Error: sharp@0.18.4 install: 'node-gyp rebuild'

https://pastebin.com/3YSV8HeJ

felmey commented on 2018-06-17 16:32 (UTC) (edited on 2018-06-17 16:49 (UTC) by felmey)

The latest Firefox and Chrome Web Clipper extensions are only compatible with Joplin 1.0.99+ according to the developer: https://github.com/laurent22/joplin/issues/629#issuecomment-397888946

This patch for PKGBUILD will allow you to install Joplin 1.0.99 and restore the Web Clipper functionality:


diff --git a/PKGBUILD b/PKGBUILD
index 3a4af2c..e99f2eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # https://github.com/masterkorp/joplin-pkgbuild

 pkgname=joplin
-pkgver=1.0.96
+pkgver=1.0.99
 pkgrel=1
 pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
 arch=("x86_64" "i686")
@@ -18,7 +18,7 @@ source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
 sha256sums=("9ee4a831a0853ddbdc7279629d8f9238d3737b570898be16176ba0968b53d43d"
             "5a3ace64906080adde5a5ea10ec9221fb2d94de770e6ee35b454aa30608b4097"
             "5e3424162814db56718b01740af1ef7c9b30e00f563040456eeb8b7eaca81427"
-            "8e8dfda2ddfdfc21ad808457265c19894e154193be44e4b3319984375e4af97a")
+            "514f2e9bba03c0ed342a7cdbffb5fc5b6a8a65097e9ef2b2c517cd60bed8cbf7")


 build() {