Package Details: joplin-desktop 3.0.14-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: MIT
Groups: joplin
Conflicts: joplin-desktop-electron
Submitter: masterkorp
Maintainer: masterkorp
Last Packager: masterkorp
Votes: 262
Popularity: 1.44
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2024-07-29 19:54 (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 .. 29 30 31 32 33 34 35 36 37 38 39 .. 54 Next › Last »

Darkmind2007 commented on 2020-09-07 09:02 (UTC) (edited on 2020-09-07 11:15 (UTC) by Darkmind2007)

Sorry, how likely is a chance that v1.0.241 will be packaged soon? This release breaks backward compatibility and currently desktop cannot sync anymore due to mobile devices that have already upgraded the server storage

macxcool commented on 2020-08-31 15:37 (UTC) (edited on 2020-08-31 15:37 (UTC) by macxcool)

@masterkorp Thanks for unflagging that. Sorry for telling you something that you already know ;-) I hope you had a good vacation.

masterkorp commented on 2020-08-31 15:24 (UTC)

Hello everyone,

I was on vacations, I unflagged the package, I would like to remind you again, that that is is the latest stable release for joplin, I don't package pre-releases.

quenyen commented on 2020-08-27 13:30 (UTC)

Unflag it is up to date

macxcool commented on 2020-08-25 11:09 (UTC)

@mastercorp You can unflag it. Can you please do that?

bigbrozer commented on 2020-08-25 09:12 (UTC)

This package has been flagged out of date but beware v1.0.233 is still the latest "stable" release. Upper versions are still pre-releases. Details here: https://github.com/laurent22/joplin/releases

Retro64XYZ commented on 2020-08-10 17:15 (UTC) (edited on 2020-08-10 17:17 (UTC) by Retro64XYZ)

To fix the issue related to joplin-cli not running.

internal/modules/cjs/loader.js:1033
  throw err;
  ^

Error: Cannot find module 'immer'
Require stack:
- /usr/share/joplin-cli/lib/services/ResourceEditWatcher/reducer.js
- /usr/share/joplin-cli/lib/reducer.js
- /usr/share/joplin-cli/lib/BaseApplication.js
- /usr/share/joplin-cli/app.js
- /usr/share/joplin-cli/main.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1030:15)
    at Function.Module._load (internal/modules/cjs/loader.js:899:27)
    at Module.require (internal/modules/cjs/loader.js:1090:19)
    at require (internal/modules/cjs/helpers.js:75:18)
    at Object.<anonymous> (/usr/share/joplin-cli/lib/services/ResourceEditWatcher/reducer.js:3:17)
    at Module._compile (internal/modules/cjs/loader.js:1201:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1221:10)
    at Module.load (internal/modules/cjs/loader.js:1050:32)
    at Function.Module._load (internal/modules/cjs/loader.js:938:14)
    at Module.require (internal/modules/cjs/loader.js:1090:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/share/joplin-cli/lib/services/ResourceEditWatcher/reducer.js',
    '/usr/share/joplin-cli/lib/reducer.js',
    '/usr/share/joplin-cli/lib/BaseApplication.js',
    '/usr/share/joplin-cli/app.js',
    '/usr/share/joplin-cli/main.js'
  ]
}

Run the following.

cd /usr/share/joplin-cli
sudo npm install immer --unsafe-perm
sudo npm install sqlite3 --unsafe-perm

This is a temporary fix but it will resolve the issue with complaints by joplin-cli that immer or sqlite3 are not available.

mprom commented on 2020-08-08 11:03 (UTC)

Installation currently crashes with this error:

> Joplin@1.0.233 dist /home/mp/.cache/yay/joplin/src/joplin-1.0.233/ElectronClient
> electron-builder

  • electron-builder  version=22.3.2 os=5.7.11-arch1-1
  • loaded configuration  file=package.json ("build" field)
  • electron-rebuild not required if you use electron-builder, please consider to remove excess dependency from devDependencies

To ensure your native dependencies are always matched electron version, simply add script `"postinstall": "electron-builder install-app-deps" to your `package.json`
  • writing effective config  file=dist/builder-effective-config.yaml
  • skipped dependencies rebuild  reason=npmRebuild is set to false
  • packaging       platform=linux arch=x64 electron=8.2.5 appOutDir=dist/linux-unpacked
  ⨯ Get https://github.com/electron/electron/releases/download/v8.2.5/electron-v8.2.5-linux-x64.zip: dial tcp: lookup github.com on [::1]:53: read udp [::1]:57377->[::1]:53: read: connection refused
github.com/develar/app-builder/pkg/download.(*Downloader).follow.func1
    /Volumes/data/Documents/app-builder/pkg/download/downloader.go:158
github.com/develar/app-builder/pkg/download.(*Downloader).follow
    /Volumes/data/Documents/app-builder/pkg/download/downloader.go:186
github.com/develar/app-builder/pkg/download.(*Downloader).Download
    /Volumes/data/Documents/app-builder/pkg/download/downloader.go:80
github.com/develar/app-builder/pkg/electron.(*ElectronDownloader).doDownload
    /Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:192
github.com/develar/app-builder/pkg/electron.(*ElectronDownloader).Download
    /Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:177
github.com/develar/app-builder/pkg/electron.downloadElectron.func1.1
    /Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:73
github.com/develar/app-builder/pkg/util.MapAsyncConcurrency.func2
    /Volumes/data/Documents/app-builder/pkg/util/async.go:68
runtime.goexit
    /usr/local/Cellar/go/1.13.6/libexec/src/runtime/asm_amd64.s:1357  
  ⨯ /home/mp/.cache/yay/joplin/src/joplin-1.0.233/ElectronClient/node_modules/builder-util/node_modules/app-builder-bin/linux/x64/app-builder exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE  stackTrace=
                                                                                                                                                                                                      Error: /home/mp/.cache/yay/joplin/src/joplin-1.0.233/ElectronClient/node_modules/builder-util/node_modules/app-builder-bin/linux/x64/app-builder exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE

                                                                                                                                                                                                          at ChildProcess.<anonymous> (/home/mp/.cache/yay/joplin/src/joplin-1.0.233/ElectronClient/node_modules/builder-util/src/util.ts:239:14)
                                                                                                                                                                                                          at Object.onceWrapper (events.js:421:26)
                                                                                                                                                                                                          at ChildProcess.emit (events.js:314:20)
                                                                                                                                                                                                          at maybeClose (internal/child_process.js:1051:16)
                                                                                                                                                                                                          at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Joplin@1.0.233 dist: `electron-builder`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the Joplin@1.0.233 dist 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/mp/.npm/_logs/2020-08-08T10_59_19_697Z-debug.log
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x55574753ebb0)