I've tried version 2.10.18-1 and the GUI didn't show up. I needed to close it and reopen it few times for it to show.
I've rolled it back to the previous version since I don't have time to investigate (might be related to the system upgrade I did at the same time). When doing that, it complained that the config files are newer. I then removed ~/.config/Joplin
and ~/.config/joplin-desktop
to start fresh (beware that this will delete all your notes and plugins, which is not an issue if you sync them on the cloud).
Update: it's doing it also with the previous version. There are quite a few issues with latest gnome and app in fullscreen mode. It seems that if I don't use the app in fullscreen then it opens up fine.
Search Criteria
Package Details: joplin-desktop 3.0.14-1
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: | MIT |
Groups: | joplin |
Conflicts: | joplin-desktop-electron |
Submitter: | masterkorp |
Maintainer: | masterkorp |
Last Packager: | masterkorp |
Votes: | 262 |
Popularity: | 1.28 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2024-07-29 19:54 (UTC) |
Dependencies (22)
- electron
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, 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-hydrogen, nodejs-lts-iron)
- nss (nss-hgAUR)
- orc
- electron (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR, jaq-binAUR) (make)
- libgsf (libgsf-gitAUR) (make)
- node-gyp (corepackerAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (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 2 3 4 5 6 7 8 9 10 .. 54 Next › Last »
mixin commented on 2023-05-12 16:32 (UTC) (edited on 2023-05-12 18:40 (UTC) by mixin)
tomacrisan commented on 2023-05-09 10:19 (UTC) (edited on 2023-05-09 10:21 (UTC) by tomacrisan)
Joplin v2.10.17 has been "Released". I can't flag it as others have been flagging the "Pre-Release" versions.
menteith commented on 2023-04-14 22:09 (UTC)
For people with error:
==> Missing dependencies:
-> nodejs>=17.3
You need to install newer version of nodejs. I had nodejs-lts-gallium (v16) but newer version is required. This should probably be fixed in pkgbuild as it states that v16 is ok.
bobpaul commented on 2023-03-30 22:45 (UTC)
It looks like joplin
needs openslide
added to the dependencies. I'm getting this error:
node main.js
(process:2000255): VIPS-WARNING **: 18:43:33.251: unable to load "/usr/lib/vips-modules-8.14/vips-openslide.so" -- libopenslide.so.0: cannot open shared object file: No such file or directory
(process:2000255): GModule-CRITICAL **: 18:43:33.252: g_module_make_resident: assertion 'module != NULL' failed
Unhandled promise rejection Promise {
<rejected> TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/home/paulk/.cache/yay/joplin/src/joplin-2.9.17/packages/app-cli/build/command-done.js:8:23)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at /home/paulk/.cache/yay/joplin/src/joplin-2.9.17/packages/app-cli/build/app.js:154:26
at Array.forEach (<anonymous>)
at Application.commands (/home/paulk/.cache/yay/joplin/src/joplin-2.9.17/packages/app-cli/build/app.js:148:30)
} reason: TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/home/paulk/.cache/yay/joplin/src/joplin-2.9.17/packages/app-cli/build/command-done.js:8:23)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
at Module.load (node:internal/modules/cjs/loader:1117:32)
at Module._load (node:internal/modules/cjs/loader:958:12)
at Module.require (node:internal/modules/cjs/loader:1141:19)
at require (node:internal/modules/cjs/helpers:110:18)
at /home/paulk/.cache/yay/joplin/src/joplin-2.9.17/packages/app-cli/build/app.js:154:26
at Array.forEach (<anonymous>)
at Application.commands
Pippip19 commented on 2023-02-27 10:21 (UTC) (edited on 2023-03-10 09:13 (UTC) by Pippip19)
I receive the following build error:
⨯ Get "https://github.com/electron/electron/releases/download/v19.0.10/electron-
v19.0.10-linux-x64.zip": dial tcp: lookup github.com on [::1]:53: read udp
[::1]:52216->[::1]:53: read: connection refused
EDIT: This was an issue with my DNS configuration (systemd-resolved); following the steps under 2.1 DNS allowed me to complete the build. However I am now experiencing the same issue as @Gabscap.
Gabscap commented on 2023-02-14 14:46 (UTC)
joplin help
generates the following error Class extends value undefined is not a constructor or null
. If I enter a random command in joplin itself, it crashes with:
Unhandled promise rejection Promise {
<rejected> TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/usr/share/joplin/node_modules/joplin/app/command-done.js:8:23)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at /usr/share/joplin/node_modules/joplin/app/app.js:154:26
at Array.forEach (<anonymous>)
at Application.commands (/usr/share/joplin/node_modules/joplin/app/app.js:148:30)
} reason: TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/usr/share/joplin/node_modules/joplin/app/command-done.js:8:23)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at /usr/share/joplin/node_modules/joplin/app/app.js:154:26
at Array.forEach (<anonymous>)
at Application.commands (/usr/share/joplin/node_modules/joplin/app/app.js:148:30)
sergeimipt commented on 2023-01-20 18:04 (UTC) (edited on 2023-01-20 18:14 (UTC) by sergeimipt)
I also sucessfully installed joplin-desktop 2.8.8-2 today with the following commands as suggested by jostino below without any modifications of the installation files:
# npm install -g n
# n 16
$ yay -S joplin-desktop
tomacrisan commented on 2022-12-19 16:21 (UTC) (edited on 2022-12-25 17:33 (UTC) by tomacrisan)
With help from the other comments here, there is how I was able to build Joplin 2.9.7 (released version) and Joplin 2.10.2 (pre-released version) using the the 2.8.8 Joplin yay setup.
The PKGBUILD file can be found in ~/.cache/yay/joplin
Edit the PKGBUILD file to change:
pkgver=2.9.17 or pkgver=2.10.2
pkgrel=1
makedepends=('git' 'npm' 'yarn' 'python' 'rsync' 'jq' 'yq' 'electron' 'libgsf' 'node-gyp>=8.4.1' 'libvips')
The last line is simply to change the makedepends from 'python2' to 'python'
After saving the file, run:
# npm install -g n
# n 16
Then run:
$ updpkgsums
$ makepkg --install
mixin commented on 2022-12-17 15:19 (UTC) (edited on 2022-12-20 08:47 (UTC) by mixin)
Hi, I've just created this issue that contains a PR to update to the new Joplin version 2.9.17 and fix that build issue that is present in version 2.8.8 as well. Until it get merged, you can test it as per usual manual process:
- go to your AUR dir (or any other dir)
git clone git@github.com:mixin82/arch-pkgbuilds.git
(otherwise extract https://github.com/mixin82/arch-pkgbuilds/archive/refs/heads/master.zip)cd arch-pkgbuilds/joplin
sudo pacman -S --needed base-devel
makepkg -sic
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.
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