Package Details: joplin-desktop 2.14.20-1

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: MIT
Groups: joplin
Conflicts: joplin-desktop-electron
Submitter: masterkorp
Maintainer: masterkorp
Last Packager: masterkorp
Votes: 257
Popularity: 2.41
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2024-04-06 17:49 (UTC)

Dependencies (22)

Required by (0)

Sources (4)

Pinned Comments

masterkorp commented on 2021-12-27 11:30 (UTC) (edited on 2021-12-27 11:32 (UTC) by masterkorp)

Hello everyone,

There was been several difficulties upgrading the Joplin due to major changes in the build system upstream.

I have finnally got version 2.6.10 working with pacthes, but remenber:

  • You may need to remove your src/ folder before using this version

  • The patches are still not perfect, you must say yes to a prompt

I will continue working on this later today, but its usable and stable, please remenber you can always report issues on the github repository.

Regards, Alfredo Palhares

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 2 3 4 5 6 7 8 9 10 .. 53 Next › Last »

xstefen commented on 2022-11-10 10:53 (UTC)

The python2 dependency which is a problem with node-gyp can be avoided. I'm not sure how to correct this via PKGBUILD though. Using nvm to install/use lts/dubnium (nodejs 10), joplin-desktop then builds without error and without python2.

mixin commented on 2022-10-24 20:00 (UTC) (edited on 2022-12-06 20:56 (UTC) by mixin)

Hi, please update PKGBUILD to use python since python2 has been recently removed from repository. After that, the build currently fails because of issue https://github.com/laurent22/joplin/issues/6966. After applying https://github.com/nodejs/nan/pull/943/files to src/joplin-2.8.8/packages/server/node_modules/nan I've been able to build it. By checking out the "dev" branch of the upstream repo the problem seems to have been resolved already. Just need to wait for an official release I guess.

maderios commented on 2022-10-19 09:20 (UTC)

This version is not out of date. Last release is v2.8.8

joaolvcm commented on 2022-10-10 09:09 (UTC)

The joplin.sh seems to have a typo, it should be

node main.js "${@}"

without this change i can't create notes with multiple spaces, like jupiter mknote "a long text"

more info: https://github.com/laurent22/joplin/issues/6930

saltedcoffii commented on 2022-10-08 19:51 (UTC)

This error is occuring:

$ joplin
/usr/share/joplin/node_modules/sharp/lib/constructor.js:34
  throw new Error(error);
  ^

Error: 
Something went wrong installing the "sharp" module

libvips-cpp.so.42: cannot open shared object file: No such file or directory

- Remove the "node_modules/sharp" directory then run
  "npm install --ignore-scripts=false --verbose" and look for errors
- Consult the installation documentation at https://sharp.pixelplumbing.com/install
- Search for this error at https://github.com/lovell/sharp/issues

    at Object.<anonymous> (/usr/share/joplin/node_modules/sharp/lib/constructor.js:34:9)
    at Module._compile (node:internal/modules/cjs/loader:1149:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1203:10)
    at Module.load (node:internal/modules/cjs/loader:1027:32)
    at Module._load (node:internal/modules/cjs/loader:868:12)
    at Module.require (node:internal/modules/cjs/loader:1051:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object.<anonymous> (/usr/share/joplin/node_modules/sharp/lib/index.js:3:15)
    at Module._compile (node:internal/modules/cjs/loader:1149:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1203:10)

Node.js v18.10.0

Installing libvips fixes the error

simonzack commented on 2022-10-01 04:26 (UTC)

Does this still need python2? And if so, which part of the build process? This package is already gone from the main Arch Linux repos.

aspirogrammer commented on 2022-09-28 20:57 (UTC) (edited on 2022-09-28 21:00 (UTC) by aspirogrammer)

[EDIT] It seems that some packages need to be manually installed beforehand, like yq. (Or perhaps this a build tool problem; I'm using pacaur.)

[OLD] I get:.../.cache/pacaur/joplin/PKGBUILD: line 66: yq: command not found

I guess this is some sort of python package, which is not on AUR? How can this be solved, is this an "install dependency" only?

bradpitcher commented on 2022-09-27 17:10 (UTC)

PR to support arm64 and asahi linux https://github.com/alfredopalhares/arch-pkgbuilds/pull/117

saltedcoffii commented on 2022-09-19 15:52 (UTC)

The icon for joplin is hardcoded and cannot be themed. Please change the joplin.desktop file's icon line from

Icon=/usr/share/joplin-desktop/resources/build/icons/128x128.png

to

Icon=joplin

saltedcoffii commented on 2022-09-13 06:36 (UTC)

Missing dependency openslide

$ joplin --help

(process:80216): VIPS-WARNING **: 09:33:39.161: unable to load "/usr/lib/vips-modules-8.13/vips-openslide.so" -- libopenslide.so.0: cannot open shared object file: No such file or directory

(process:80216): GModule-CRITICAL **: 09:33:39.166: g_module_make_resident: assertion 'module != NULL' failed
Unknown flag: --help
Type `joplin help` for usage information.

$ yay -S openslide
...

$ joplin --help
Unknown flag: --help
Type `joplin help` for usage information.

I'm not sure if this is a required or optional dependency for joplin-cli.