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: 256
Popularity: 1.45
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 11 .. 53 Next › Last »

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.

cuihao commented on 2022-07-30 18:31 (UTC)

I'm maintaining my version of joplin / joplin-desktop PKGBUILD in the archlinuxcn repo: https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/joplin Feel free to use the PKGBUILD or the compiled packages from archlinuxcn repo.

Disclaimer: I make sure the desktop client works on my machine before publishing a new version to the repo. But I don't use the CLI version so it's not tested.

valandil commented on 2022-07-29 18:50 (UTC)

I confirm that I was able to build trap000d's package, but I have two questions: * why did you merge joplin and joplin-desktop? * I cannot build this package in a clean chroot. Unfortunately it's hard to pinpoint the error, as the logs are said to be in /tmp/xxxx, but that doesn't seem to exist in the chroot. Maybe it's related to what a pinned comment says, and the main package.json is missing a dep?

trap000d commented on 2022-07-20 07:46 (UTC)

"To whom it may concern"

A month ago I've managed to build 2.8.8. You can find pkgbuild here:

https://github.com/trap000d/aur/tree/master/joplin

xavierbaez commented on 2022-07-11 22:03 (UTC)

➤ YN0007: │ @joplin/app-desktop@workspace:packages/app-desktop must be built because it never has been before or the last one failed ➤ YN0007: │ @fortawesome/fontawesome-svg-core@npm:1.2.36 must be built because it never has been before or the last one failed ➤ YN0007: │ @fortawesome/free-regular-svg-icons@npm:5.15.4 must be built because it never has been before or the last one failed ➤ YN0007: │ @fortawesome/free-solid-svg-icons@npm:5.15.4 must be built because it never has been before or the last one failed ➤ YN0009: │ root@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-6c0ad799/build.log) ➤ YN0000: └ Completed in 4m 25s ➤ YN0000: Failed with errors in 9m 55s ==> ERROR: A failure occurred in build(). Aborting... -> error making: joplin (joplin-desktop)