@mastercorp You can unflag it. Can you please do that?
Search Criteria
Package Details: joplin-desktop 3.2.13-2
Package Actions
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 |
Conflicts: | joplin-desktop-electron |
Submitter: | masterkorp |
Maintainer: | dosenpils |
Last Packager: | dosenpils |
Votes: | 268 |
Popularity: | 2.31 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2025-03-12 23:14 (UTC) |
Dependencies (23)
- electron
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libexif (libexif-gitAUR)
- libgsf (libgsf-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libwebp (libwebp-gitAUR)
- libxss
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod)
- nss (nss-hgAUR)
- orc
- electron (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- libgsf (libgsf-gitAUR) (make)
- libxcrypt-compat (make)
- node-gyp (corepackerAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- yq (make)
- libappindicator-gtk3 (optional) – for tray icon
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 57 Next › Last »
macxcool commented on 2020-08-25 11:09 (UTC)
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)
allsyed commented on 2020-08-05 05:06 (UTC) (edited on 2020-08-05 05:07 (UTC) by allsyed)
Packages (1) joplin-1.0.233-1
Total Installed Size: 514.94 MiB
:: Proceed with installation? [Y/n]
Half GB? Serioulsly
SweetestRug commented on 2020-08-03 16:14 (UTC)
Hi, as of 1.0.233, joplin builds fine. The GUI works well. However, on launching the cli version, it throws this error:
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'
]
}
masterkorp commented on 2020-07-08 08:40 (UTC)
I would like to remmind that this package does not update to pre-releases
Deuchnord commented on 2020-06-25 12:49 (UTC) (edited on 2020-06-25 12:50 (UTC) by Deuchnord)
Can you copy the application icon to /usr/share/pixmaps/joplin.png
and update the line 6 of the joplin.desktop to:
Icon=joplin
This will make it possible to customize it in icon themes.
Pinned Comments
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.
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