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: 257
Popularity: 1.78
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 .. 24 25 26 27 28 29 30 31 32 33 34 .. 53 Next › Last »

lucianf commented on 2020-12-14 10:43 (UTC)

I tried installing joplin-desktop-electron even with the suggestions below but I get this error when running it:

/usr/bin/joplin-desktop: line 12: ./@joplinapp-desktop: No such file or directory

I can only run the joplin-cli version successfully. Any ideas?

Tucniak commented on 2020-12-11 07:12 (UTC)

yay -S --mflags="--nocheck" joplin-desktop-electron worked for me as well

phonemic commented on 2020-12-10 14:39 (UTC)

Confirmed that yay -S --mflags="--nocheck" joplin-desktop-electron works.

phonemic commented on 2020-12-10 13:30 (UTC)

@masterkorp Upgrade still doesn't work. See output below.

lerna ERR! npm run test exited 1 in 'joplin'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! root@ test: `lerna run test --stream`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the root@ test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/[user]/.npm/_logs/2020-12-10T13_09_05_372Z-debug.log
==> ERROR: A failure occurred in check().
    Aborting...

professed commented on 2020-12-08 18:40 (UTC)

@masterkorp: The package build for joplin-desktop-electron succeeds with `makepkg --nocheck'.

As expected, passing the --nocheck flag to yay also yields success (yay -S --mflags="--nocheck" joplin-desktop-electron).

I have opened an issue on GitHub as requested. Thank you for your help!!

masterkorp commented on 2020-12-08 17:14 (UTC)

@figue, I added that on the latest update.

masterkorp commented on 2020-12-08 17:13 (UTC)

@professed, that is on the check() function, it seems you run out of proceess spawning capabilites.

You can run makepkg --nocheck to see ?

You can you open an issue here? https://github.com/alfredopalhares/arch-pkgbuilds It would be easier for me.

masterkorp commented on 2020-12-08 17:13 (UTC)

@professed, that is on the check() function, it seems you run out of proceess spawning capabilites.

You can run makepkg --nocheck to see ?

You can you open an issue here? https://github.com/alfredopalhares/arch-pkgbuilds It would be easier for me.

figue commented on 2020-12-08 17:10 (UTC) (edited on 2020-12-08 17:14 (UTC) by figue)

I have to build the new splitted package with extra-x86_64-build (package release 1.4.19-1) then uninstall joplin and install joplin-desktop-electron (as I don't need the CLI). Whould be nice to print an advice in post-upgrade() for users to take it into account.

Edit: I have seen the message in latest commit. Thanks!

professed commented on 2020-12-08 17:03 (UTC)

@masterkorp: Just tried again after you updated the package. Same result. I tried `yay -S joplin-desktop-electron' for good measure to no avail. Here's the npm debug log of that run.