Package Details: joplin-desktop 3.3.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: AGPL-3.0-or-later
Groups: joplin
Submitter: masterkorp
Maintainer: cuihao
Last Packager: cuihao
Votes: 272
Popularity: 1.31
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-05-29 14:51 (UTC)

Pinned Comments

cuihao commented on 2025-05-18 23:40 (UTC)

Thank you dosenpils and masterkorp for supporting the package.

I replaced the PKGBUILD with the version I wrote for the archlinuxcn repo. I will do my best to follow the latest nodejs and electron versions.

Please try to build in a clean chroot (i.e., with extra-x86_64-build from devtools package) if you have problems building the package.

dianqk commented on 2023-04-30 01:09 (UTC) (edited on 2023-12-02 03:26 (UTC) by dianqk)

If you want to use the fcitx input method under wayland, please complete the following configuration:

cat .config/electron25-flags.conf 
--enable-wayland-ime
--ozone-platform=wayland

Latest Comments

« First ‹ Previous 1 .. 39 40 41 42 43 44 45 46 47 48 49 .. 60 Next › Last »

<deleted-account> commented on 2020-03-18 14:46 (UTC)

Missing yarn in makedepends

reeeeeeeeeeelity commented on 2020-03-18 06:22 (UTC)

@imlonghao I saw you have recently joined and adopted this package on archlinuxcn. Maybe you can start an alternative fork on AUR? This author doesn't seem too keen to maintain it accordingly to the guideline. There is plenty room for improvement.

  • Missing and extra depends.

  • separated CLI and Electron builds.

  • Building against system electron.

alitajelsir commented on 2020-03-16 18:36 (UTC) (edited on 2020-03-16 18:36 (UTC) by alitajelsir)

@masterkorp @imlonghao, I already did pacman -Syu but I did it again and then tried to build but without success. @paulstrait, I installed yarn with the same results. As I see I'm the only one with the npm issue so I'll look into my setup again and if it's not resolved I'll open an issue in GitHub. Thanks for the help.

paulstrait commented on 2020-03-16 17:39 (UTC)

Trap000d's fork works, but it needs yarn as a dependency but doesn't seem to realize that it does...

imlonghao commented on 2020-03-16 15:22 (UTC)

@AliTajelsir, I can build trap000d's fork successfully. You may do pacman -Syu before build the AUR package. @masterkorp, can you merge https://github.com/alfredopalhares/joplin-pkgbuild/pull/49 into master or add yarn as makedepend?

masterkorp commented on 2020-03-16 15:14 (UTC)

@AllTajedir

Can you do a pacman -Syu before and AUr update as well?

If the problem persits, can you please report it here?

https://github.com/alfredopalhares/joplin-pkgbuild/issues

Regards

alitajelsir commented on 2020-03-16 15:11 (UTC) (edited on 2020-03-16 15:11 (UTC) by alitajelsir)

Thanks @trap000d, but even with your repo I get the npm error:

npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ali/GitHub/trap-joplin/joplin/src/npm-cache/_logs/2020-03-16T15_06_27_003Z-debug.log
==> ERROR: A failure occurred in build().

Looks like an issue specific to npm. Tried different solutions from their forum without success.

trap000d commented on 2020-03-16 01:17 (UTC)

AliTajelsir, This is because I've modified *.desktop file as well. Please clone full repo from https://github.com/trap000d/aur and build Joplin from there.

halcek commented on 2020-03-15 19:56 (UTC) (edited on 2020-03-15 19:58 (UTC) by halcek)

Even with yarn installed, while it builds, it certainly does not look, nor function as it should?

alitajelsir commented on 2020-03-15 12:11 (UTC)

I get the following error when trying to build:

npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ali/GitHub/joplin/src/npm-cache/_logs/2020-03-15T11_54_48_382Z-debug.log
==> ERROR: A failure occurred in build().
    Aborting...

I've also tried @trap000d PKGBUILD but also unsuccessful with the following error:

==> Validating source files with sha256sums...
    joplin.desktop ... FAILED
    joplin-desktop.sh ... Passed
    joplin.sh ... Passed
    joplin-1.0.193.tar.gz ... Passed
==> ERROR: One or more files did not pass the validity check!

With @trap000d PKGBUILD and updated sha256sums I get the first npm error