Package Details: joplin 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 - CLI App
Upstream URL: https://joplinapp.org/
Keywords: markdown note notetaking productivity
Licenses: AGPL-3.0-or-later
Groups: joplin
Conflicts: joplin-appimage, joplin-beta, joplin-beta-appimage, joplin-electron
Submitter: masterkorp
Maintainer: dosenpils
Last Packager: dosenpils
Votes: 268
Popularity: 2.00
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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 57 Next › Last »

Rhinoceros commented on 2022-01-01 23:44 (UTC)

Slightly different problem perhaps, but I also can't build as per this GitHub issue.

Darkmind2007 commented on 2022-01-01 13:53 (UTC)

The build fails with the following message (even after answering "yes" to all questions). Has anyone experienced this?

Error: Cannot find module './tools/copyApplicationAssets.js'
Require stack:
- /home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/gulpfile.js
- /home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp-cli/lib/shared/require-or-import.js
- /home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js
- /home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp-cli/index.js
- /home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp/bin/gulp.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:999:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (/home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/gulpfile.js:19:7)
    at Module._compile (node:internal/modules/cjs/loader:1097:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
    at Module.load (node:internal/modules/cjs/loader:975:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:999:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/gulpfile.js',
    '/home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp-cli/lib/shared/require-or-import.js',
    '/home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp-cli/lib/versioned/^4.0.0/index.js',
    '/home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp-cli/index.js',
    '/home/user/.cache/pacaur/joplin/src/joplin-2.6.10/packages/app-desktop/node_modules/gulp/bin/gulp.js'
  ]
}
lerna info lifecycle @joplin/app-desktop@2.6.10~postinstall: Failed to exec postinstall script
lerna ERR! lifecycle "postinstall" errored in "@joplin/app-desktop", exiting 1

waldher commented on 2021-12-29 08:50 (UTC)

Fixes for missing npm dependency and for the patch issue (yarn.lock was duplicated in one of the patch files):

https://gitlab.com/waldher/joplin/-/commit/5ce1a02f0afa3af8a6b054bc24f92d596b9d18ea

snack commented on 2021-12-28 08:28 (UTC) (edited on 2021-12-28 10:57 (UTC) by snack)

Just updated to 2.6.10-4. The note editor seems to be badly broken: it shows no text for some notes (which however are correctly displayed) while for others the source markdown is displayed and I can edit it, but the cursor is not visible.

Edit: the empty editor issue happens only when the window is resized below a certain dimension. For bigger or full-screen windows the content is displayed but the cursor is still missing.

Edit2:: I just installed joplin-appimage 2.6.10-1 and it works perfectly, so probably there are still issues with the build configuration of this package.

zangoku commented on 2021-12-28 08:28 (UTC)

update fails for me lerna ERR! yarn install --mutex network:42424 --non-interactive --cache /home/zangoku/.cache/paru/clone/joplin/src/npm-cache --no-optional exited 1 in '@joplin/lib' lerna WARN complete Waiting for 8 child processes to exit. CTRL-C to exit immediately. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'joplin-2.6.10-4 (joplin-desktop)':

masterkorp commented on 2021-12-27 14:00 (UTC)

@linuxyz and @simona Update your system first node-gyp was just released to the repositories.

linuxyz commented on 2021-12-27 13:52 (UTC)

Same here with this "node-gyp" dependency missing:

:: error: Can't resolve dependencies for AUR package 'joplin-desktop': Version mismatch: joplin-desktop depends on: 'node-gyp>=8.4.1' found in 'PackageSource.REPO': '8.3.0-1'