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.40
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 57 Next › Last »

maderios commented on 2021-06-07 17:25 (UTC)

@txtsd I met same issue, so i tried joplin-beta. It compiles and works fine for me.

txtsd commented on 2021-06-07 08:51 (UTC)

This happens everytime. npm install processes stay running and maxing out my bandwidth even after it has failed. How do I get around it?

==> Making package: joplin 1.8.5-1 (Mon 07 Jun 2021 02:17:57 PM IST)
==> Retrieving sources...
  -> Found joplin.desktop
  -> Found joplin-desktop.sh
  -> Found joplin.sh
  -> Found joplin-1.8.5.tar.gz
==> Validating source files with sha256sums...
    joplin.desktop ... Passed
    joplin-desktop.sh ... Passed
    joplin.sh ... Passed
    joplin-1.8.5.tar.gz ... Passed
==> Making package: joplin 1.8.5-1 (Mon 07 Jun 2021 02:18:00 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found joplin.desktop
  -> Found joplin-desktop.sh
  -> Found joplin.sh
  -> Found joplin-1.8.5.tar.gz
==> Validating source files with sha256sums...
    joplin.desktop ... Passed
    joplin-desktop.sh ... Passed
    joplin.sh ... Passed
    joplin-1.8.5.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting joplin-1.8.5.tar.gz with bsdtar
==> Starting prepare()...
  -> npm cache directory: /home/txtsd/.cache/yay/joplin/src/npm-cache
  -> Disabling husky (git hooks)
  -> Tweaking lerna.json
==> Sources are ready.
==> Making package: joplin 1.8.5-1 (Mon 07 Jun 2021 02:18:07 PM IST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
  -> npm cache directory: /home/txtsd/.cache/yay/joplin/src/npm-cache
  -> Installing dependencies through Lerna

> postinstall
> npm run bootstrap --no-ci && npm run build


> bootstrap
> lerna bootstrap --no-ci

lerna notice cli v3.22.1
lerna info versioning independent
lerna info Bootstrapping 9 packages
lerna info Installing external dependencies
lerna ERR! npm install --cache /home/txtsd/.cache/yay/joplin/src/npm-cache exited 1 in '@joplin/turndown'
lerna ERR! npm install --cache /home/txtsd/.cache/yay/joplin/src/npm-cache stderr:
npm ERR! code ECONNRESET
npm ERR! network aborted
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/txtsd/.cache/yay/joplin/src/npm-cache/_logs/2021-06-07T08_49_47_546Z-debug.log

lerna ERR! npm install --cache /home/txtsd/.cache/yay/joplin/src/npm-cache exited 1 in '@joplin/turndown'
lerna WARN complete Waiting for 7 child processes to exit. CTRL-C to exit immediately.
npm ERR! code 1
npm ERR! path /home/txtsd/.cache/yay/joplin/src/joplin-1.8.5
npm ERR! command failed
npm ERR! command sh -c npm run bootstrap --no-ci && npm run build

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/txtsd/.cache/yay/joplin/src/npm-cache/_logs/2021-06-07T08_49_47_647Z-debug.log
==> ERROR: A failure occurred in build().
    Aborting...
error making: joplin (joplin joplin-desktop)

Aperculum commented on 2021-06-07 06:40 (UTC)

This package officially doesn't support aarch64 (aka. arm64), but I thought I would try building the package anyway by adding aarch64 to supported platforms. The package indeed builds without any errors, but for some reason the built binary is now amd64, even though my system definitely tells it it is aarch64. Apologies if this is out of the scope of this packge, but I would appreciate any help on fixing this.

zangoku commented on 2021-06-02 14:26 (UTC)

npm ERR! semver.simplifyRange is not a function

maderios commented on 2021-05-30 15:59 (UTC)

joplin-beta 2.0.2-1 compiles successfully today

michaldybczak commented on 2021-05-27 21:48 (UTC) (edited on 2021-05-27 21:49 (UTC) by michaldybczak)

1.8.5-1 update was strange. It lasted more than 1 hour, took over 400MB and then failed. Why did it use npm and electron-builder if it's already in the system? Anyway, I had to remove it and install from snap, which uses a fraction of the disk space and installed in ca. 2 minutes.

duckunix commented on 2021-05-25 12:40 (UTC) (edited on 2021-05-26 11:18 (UTC) by duckunix)

Actually, sync is not working in this version for me, both CLI & GUI.

Update to 1.8.5 is straight forward:

diff --git a/PKGBUILD b/PKGBUILD
index 47e5a4e..a4e4c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@

 pkgbase="joplin"
 pkgname=('joplin' 'joplin-desktop')
-pkgver=1.7.11
+pkgver=1.8.5
 groups=('joplin')
 pkgrel=4
 install="joplin.install"
@@ -23,7 +23,7 @@ source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
 sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2'
             'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8'
             'dc1236767ee055ea1d61f10e5266a23e70f3e611b405fe713ed24ca18ee9eeb5'
-            '06fccd715cddb15e0b8ada3a44e196fc8a4b1ad4e3fec466f872f92295f5733b')
+            '9cf1072ef603383eac3f73bd6ba9cd0ef7a05c00b61b797b21659ee6f8b7e0a4')

 # local npm cache directory
 _npm_cache="npm-cache"

madjoe commented on 2021-05-01 05:19 (UTC)

$ joplin-desktop 
./@joplinapp-desktop: error while loading shared libraries: libicui18n.so.68: cannot open shared object file: No such file or directory
$ pacman -F libicui18n.so
core/icu 67.1-1 [installed: 69.1-1]
usr/lib/libicui18n.so

Also, during the update 1.7.11-2 -> 1.7.11-4:

npm ERR! semver.simplifyRange is not a function
$ npm -v
7.11.1
$ semver -h
SemVer 7.3.5

vitalijr2 commented on 2021-04-30 19:11 (UTC) (edited on 2021-04-30 19:13 (UTC) by vitalijr2)

==> WARNING: Package contains reference to $srcdir
usr/share/joplin-desktop/resources/app.asar

And pacman -Ql shows

joplin-desktop /usr/share/joplin-desktop/resources.pak
joplin-desktop /usr/share/joplin-desktop/resources/
joplin-desktop /usr/share/joplin-desktop/resources/app.asar
joplin-desktop /usr/share/joplin-desktop/resources/app.asar.unpacked/
joplin-desktop /usr/share/joplin-desktop/resources/app.asar.unpacked/node_modules/
joplin-desktop /usr/share/joplin-desktop/resources/app.asar.unpacked/node_modules/7zip-bin-linux/
joplin-desktop /usr/share/joplin-desktop/resources/app.asar.unpacked/node_modules/7zip-bin-linux/arm/
joplin-desktop /usr/share/joplin-desktop/resources/app.asar.unpacked/node_modules/7zip-bin-linux/arm/7za