Package Details: joplin-desktop 3.3.13-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: 271
Popularity: 0.83
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-06-24 03:13 (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 2 3 4 5 6 7 8 9 10 11 .. 61 Next › Last »

bart commented on 2025-03-04 08:22 (UTC)

I just installed version 3.2.23-1 of the package and it installed the joplin-desktop application instead of the command line one. Is this on purpose? If so, that would we really disappointing...

tomacrisan commented on 2025-02-23 13:49 (UTC)

@vandman: https://github.com/laurent22/joplin/issues/11393

tomacrisan commented on 2025-02-23 13:43 (UTC)

I am able to build Joplin using the AUR joplin-beta PKGBUILD. It uses a specific version of nodejs. Here are two excerpts from the Joplin-beta PKGBUILD:

_electron=electron34
_node=18
source /usr/share/nvm/init-nvm.sh || [[ $? != 1 ]]
nvm install "${_node}"
nvm use "${_node}"

vandman commented on 2025-02-12 09:50 (UTC)

Hi, the change: - depends = nodejs>=20.15.0 + depends = nodejs-lts-iron breack the installation when you have nodejs installed. nodejs-lts-iron - 20.18.2-1 and nodejs - 23.7.0-1 are in conflict. Is there any reason why Joplin need a specific version? Regards Pierre

inverimus commented on 2025-02-11 02:13 (UTC)

I was able to update by downloading the pkgbuild and changing the dependencies to nodejs while using nvm to install and use lts/iron.

michaldybczak commented on 2025-02-10 15:53 (UTC)

Won't build because of missing dependency: nodejs-lts-iron. PKBUILD needs to be updated?

dosenpils commented on 2025-02-09 19:22 (UTC)

@tomacrisan

I'll have a look into the issue the upcoming week.

tomacrisan commented on 2025-02-08 15:54 (UTC)

@dosenpils - I sent the log several days ago. If not, I'll send it again

dosenpils commented on 2025-02-04 23:44 (UTC)

@tomacrisan Could you send me please your entire build log?

richedge39 commented on 2025-02-04 17:10 (UTC)

@jcruz

That's right newer node versions will not build this version of joplin. I filed a bug report, but they haven't responded yet (even after two and a half months).

https://github.com/laurent22/joplin/issues/11393