Package Base Details: joplin

Git Clone URL: https://aur.archlinux.org/joplin.git (read-only, click to copy)
Keywords: markdown note notetaking productivity
Submitter: masterkorp
Maintainer: masterkorp
Last Packager: masterkorp
Votes: 256
Popularity: 2.16
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2024-04-06 17:49 (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 .. 13 14 15 16 17 18 19 20 21 22 23 .. 53 Next › Last »

maderios commented on 2021-07-07 12:18 (UTC)

@hazelnot Aur helpers, "it's easier" but they cause build issues... :)

hazelnot commented on 2021-07-07 11:47 (UTC)

yay and pamac are AUR helpers, lots of people use them cause it's easier and it makes the AUR packages auto-update

maderios commented on 2021-07-06 21:36 (UTC)

What is "yay" and "pamac"? To compile and install Joplin, i just use 'makepkg -SicC'. It works fine now.

parsanoori commented on 2021-07-06 20:17 (UTC)

Got npm stuck for 4 hours at the state below while installing it via yay:

install dependencies: verb installed leaf @joplin/app-desktop

parsanoori commented on 2021-07-06 17:32 (UTC)

Got this while building using pamac:

npm ERR! code 1
npm ERR! path /var/cache/private/pamac/joplin/src/joplin-2.1.7/packages/app-cli/node_modules/keytar
npm ERR! command failed
npm ERR! command sh -c prebuild-install || node-gyp rebuild
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@5.1.1
npm ERR! gyp info using node@16.3.0 | linux | x64
npm ERR! gyp info find Python using Python version 3.9.5 found at "/usr/bin/python"
npm ERR! gyp WARN install got an error, rolling back install
npm ERR! gyp ERR! configure error 
npm ERR! gyp ERR! stack Error: EROFS: read-only file system, mkdir '/.cache'
npm ERR! gyp ERR! System Linux 5.4.124-1-MANJARO
npm ERR! gyp ERR! command "/usr/bin/node" "/var/cache/private/pamac/joplin/src/joplin-2.1.7/node_modules/.bin/node-gyp" "rebuild"
npm ERR! gyp ERR! cwd /var/cache/private/pamac/joplin/src/joplin-2.1.7/packages/app-cli/node_modules/keytar
npm ERR! gyp ERR! node -v v16.3.0
npm ERR! gyp ERR! node-gyp -v v5.1.1
npm ERR! gyp ERR! not ok

boredpanda commented on 2021-07-03 14:20 (UTC) (edited on 2021-07-03 14:20 (UTC) by boredpanda)

Note that there is a bug in 2.1.7 causing the desktop client to sync endlessly if you enable sharing (when used with Joplin server). Bug #5133 on Github. https://github.com/laurent22/joplin/issues/5133 This is fixed in 2.1.8.

Neural_oD commented on 2021-06-30 09:03 (UTC)

Hi. @masterkorp - just checking in on when you're likely to update to the latest version: 2.1.7 - seems to be the latest now as per 4 days ago.

Usually there's no issue in waiting, however, I've had some issues crop up, and the suggestions have been to upgrade to the 2.1.x version.

Thanks for your effort in this, you maintainers rock!

peeweep commented on 2021-06-25 01:41 (UTC)

@txtsd @masterkorp Add python2 to makedepends could fix this, or wait upstream (electron-rebuild) merge this pr. https://github.com/electron/electron-rebuild/pull/669