Package Details: joplin-desktop 3.2.12-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: dosenpils
Last Packager: dosenpils
Votes: 266
Popularity: 3.86
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-02-04 10:02 (UTC)

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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 55 Next › Last »

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.

Netboy3 commented on 2022-08-17 12:42 (UTC)

The CLI app seems to require a runtime "depends" on libvips and openslide

Paragoumba commented on 2022-08-08 16:39 (UTC)

@ikidd: All AUR packages are assumed to depend on base-devel which should not be added in the dependencies. See https://wiki.archlinux.org/title/PKGBUILD#makedepends

ikidd commented on 2022-08-07 22:11 (UTC)

On a fresh install, need to have base-devel or at least make installed, not part of the PKGBUILD dependencies.

valandil commented on 2022-08-05 02:21 (UTC)

I can confirm that @cuihao's version compiles fine in a clean chroot. I don't understand why the current PKGBUILD needs to huge a local cache and other complications while a simple yarn install seems to work.

Note that I wasn't able to build 2.9.1, but since it's a pre-release I haven't investigated why, just mentioning this as a heads-up.