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: 1.67
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 .. 34 35 36 37 38 39 40 41 42 43 44 .. 53 Next › Last »

sl13kp commented on 2020-02-16 11:35 (UTC)

best mode: wget -O - https://raw.githubusercontent.com/laurent22/joplin/master/Joplin_install_and_update.sh | bash

and copy icon to your set.

justVisiting commented on 2020-02-13 03:23 (UTC)

I got exact the same error as Poetician earlier today. I think the dependency just had it's URL down. The Joplin package installs just fine for me now!

Poetician commented on 2020-02-12 21:41 (UTC)

Hi,

Tried the yay install and got this:

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz npm ERR! 404 npm ERR! 404 'error-ex@1.3.2' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of 'joplin-1.0.179'

Here's the link to my pastebin of the debug https://pastebin.com/bhkn8Fyr

Thanks

fzerorubigd commented on 2020-02-04 09:39 (UTC)

I've got this error for running joplin-desktop :

[2717597:0204/103108.572837:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/share/joplin/chrome-sandbox is owned by root and has mode 4755.
/usr/bin/joplin-desktop: line 12: 2717597 Trace/breakpoint trap   (core dumped) ./joplin "$@"

chmod 4755 /usr/share/joplin/chrome-sandbox fix the problem (as a workaround)

masterkorp commented on 2020-01-30 14:44 (UTC)

@apolatynski

Please do pacman -Syu before

apolatynski commented on 2020-01-29 01:54 (UTC)

When trying to build the package, I get multiple errors about duplicate identifier 'Promise' like below:

tsc

node_modules/typescript/lib/lib.es2015.iterable.d.ts:217:11 - error TS2300: Duplicate identifier 'Promise'.

217 interface Promise<T> { } ~~~~~~~

../../../../node_modules/@types/es6-promise/index.d.ts:11:15 11 declare class Promise<T> implements Thenable<T> { ~~~~~~~ 'Promise' was also declared here. ../../../../node_modules/@types/es6-promise/index.d.ts:42:19 42 declare namespace Promise { ~~~~~~~ and here.

guoguojin commented on 2020-01-23 07:36 (UTC)

/usr/lib/node_modules/npm/node_modules/fs.realpath/old.js script had 2 errors when I tried to update to the release from 2020-01-21. Not sure if this is something that came with the Joplin build or whether something else on my system broke it.

The errors are on line 168 and 211 and easy enough to fix manually to get the build to work.

starkers commented on 2020-01-16 15:13 (UTC)

please fix .SRCINFO ;)

reeeeeeeeeeelity commented on 2020-01-11 11:55 (UTC)

According to https://wiki.archlinux.org/index.php/.SRCINFO

Pushing an edited PKGBUILD to the AUR without also updating its .SRCINFO will cause the AUR to serve stale metadata.

.SRCINFO files may be generated using makepkg.

$ makepkg --printsrcinfo > .SRCINFO

Please make the necessary change soon.