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.83
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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 57 Next › Last »

linuxninja commented on 2022-05-04 00:45 (UTC)

Setup a new arch machine just for building joplin. Looks like a missing dependency declaration: libxss

soorajsp commented on 2022-05-02 04:48 (UTC) (edited on 2022-05-02 04:49 (UTC) by soorajsp)

➤ YN0009: │ root@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-15d9f8ec/build.log) ➤ YN0000: └ Completed in 5m 30s` ➤ YN0000: Failed with errors in 6m 42s ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'joplin-2.7.15-4 (joplin-desktop)': error: packages failed to build: joplin-2.7.15-4 (joplin-desktop)

Logs from /tmp/xfs-15d9f8ec/build.log: https://pastebin.com/jnTi6YwJ

I couldn't understand what went wrong. Also did steps mentioned in https://github.com/alfredopalhares/arch-pkgbuilds/issues/112

zangoku commented on 2022-04-04 16:44 (UTC)

@blixawillbargeld I do not have a yarn.lock file. Totally clueless about this error.

blixawillbargeld commented on 2022-04-02 17:44 (UTC)

@zangoku I had the same error. You must remove yarn.lock from your homedir (at least that solved it for me using yay).

t0mab commented on 2022-04-01 09:53 (UTC)

For last update I had to pass NODE_OPTIONS=--openssl-legacy-provider in build dir :

npm build export NODE_OPTIONS=--openssl-legacy-provider

build/install is ok anyway thanks for the hard work !

zangoku commented on 2022-03-29 00:26 (UTC) (edited on 2022-03-29 00:27 (UTC) by zangoku)

Getting this with the right nodejs version

==> Starting build()...
  -> Yarn cache directory: /home/zangoku/.cache/paru/clone/joplin/src/yarn-cache
  -> Installing dependencies through Yarn 3...
➤ YN0065: Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry
➤ YN0065: Run yarn config set --home enableTelemetry 0 to disable

Usage Error: The project in /home/zangoku/package.json doesn't seem to have been installed - running an install there might help

$ yarn install [--json] [--immutable] [--immutable-cache] [--check-cache] [--inline-builds] [--mode #0]
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'joplin-2.7.15-4 (joplin-desktop)': 

zangoku commented on 2022-03-28 23:07 (UTC)

I get the following: ==> Making package: joplin 2.7.15-4 (Mon 28 Mar 2022 07:02:51 PM) ==> Checking runtime dependencies... ==> Missing dependencies: -> nodejs>=17.3 ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies. error: failed to build 'joplin-2.7.15-4 (joplin-desktop)':

I have nodejs-lts-erbium which is listed as one of the valid nodejs dependencies.

masterkorp commented on 2022-03-28 14:15 (UTC)

Thank you guys for the positive feedback! I will try and keep the package as lean as possible, it still as a lot to improve first.

Kaffka commented on 2022-03-28 11:43 (UTC) (edited on 2022-03-28 11:47 (UTC) by Kaffka)

Thank you so much for keeping this build updated.

I got a minor build issue. Its probably an upstream issue, but since people look here first, I'll post my workaround.

The error:

$ yay -Scc; yay -S joplin-desktop
[...]
➤ YN0009: │ @joplin/app-clipper@workspace:packages/app-clipper couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-81117b5e/build.log)
[...]

$ cat /tmp/xfs-81117b5e/build.log
[...]
Error: Cannot find module 'eslint-loader'
[...]

The Fix:

$ cd ~/.cache/yay/joplin/src/joplin-2.7.15/packages/app-clipper/
$ npm install --save-dev eslint-loader

$ cd ~/.cache/yay/joplin/
$ makepkg
$ sudo pacman -U joplin-desktop-2.7.15-4-x86_64.pkg.tar.zst

thayne commented on 2022-03-28 06:35 (UTC)

I tried building the latest update, but ran into this error:

➤ YN0001: │ Error: @joplin/lib@npm:~2.7: No candidates found
    at R (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:441:7773)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Promise.all (index 0)
    at async Promise.all (index 0)
    at async Ke.resolveEverything (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:441:8197)
    at async /home/thayne/.node/corepack/yarn/3.1.1/yarn.js:444:2138
    at async Fe.startTimerPromise (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:412:3730)
    at async Ke.install (/home/thayne/.node/corepack/yarn/3.1.1/yarn.js:444:2077)
    at async /home/thayne/.node/corepack/yarn/3.1.1/yarn.js:449:122