I have the same problem as @jinmax100. I can't edit my notes and the UI has some weird bugs (icons not displaying and some text displaying with the wrong font). I tried the AppImage of the same version (2.6.10) and it works perfectly. It might be a compilation problem
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.44 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2024-07-29 19:54 (UTC) |
Dependencies (22)
- electron (electron-binAUR)
- 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-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- nss (nss-hgAUR)
- orc
- electron (electron-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (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, yarn-berryAUR, corepackerAUR) (make)
- yq (make)
- libappindicator-gtk3 (optional) – for tray icon
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 54 Next › Last »
Paragoumba commented on 2022-02-24 13:52 (UTC)
jinmax100 commented on 2022-02-08 13:24 (UTC) (edited on 2022-02-08 13:31 (UTC) by jinmax100)
Hello Team, Recently I installed Joplin Desktop App (v2.6.10-4) in my Arch Linux (with BSPWM). The installation went fine and I was able to sync my notes from Dropbox as well. I ran into a problem however and that was I couldn't write anything in editor layout nor can edit my existing notes. It's like editor is simply broken.
Console outputs the following issue. But I don't think this is correlated. Anyway I am posting it here
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. In a future version of Chrome, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
Help is much appreciated. Thanks
LT_Horn commented on 2022-02-07 19:32 (UTC) (edited on 2022-02-07 19:42 (UTC) by LT_Horn)
@professed thank you! Had the below error
your user’s .npmrc file (${HOME}/.npmrc)
has a `globalconfig` and/or a `prefix` setting, which are incompatible with nvm.
Run `nvm use --delete-prefix v16.9.1` to unset it.
commented out the prefix line in the .npmrc file and everything continued successfully. *fixed formatting
thayne commented on 2022-02-02 09:09 (UTC)
would it be possible to change the python2 make dependency to python 3?
thurisaz commented on 2022-01-31 17:59 (UTC)
@manouchk: When building with makepkg
, you can remove the source folder by using the -C
flag.
That said, note that you need to answer yes
to the prompt about the patch, and even then many people have ended up with a broken interface after building joplin with this PKGBUILD. You can try it and see if it works for you; if not, there's a link in the comments to another PKGBUILD that should work. (It didn't work for me, and I've ended up using the -appimage package for the moment instead.)
I hope that helps!
manouchk commented on 2022-01-31 17:39 (UTC) (edited on 2022-01-31 17:41 (UTC) by manouchk)
I got the same error as j0hannes.One suggestion made was "remove your src/ folder before using this version" but I don't know how to implement it.
Tilduke commented on 2022-01-21 12:31 (UTC)
Should have an explicit dependency on npm
. Build fails without it.
tovo commented on 2022-01-20 13:42 (UTC)
Thanks a lot @professed ! Your procedure saved my life!
j0hannes commented on 2022-01-20 13:39 (UTC)
I see this error building it:
The next patch would create the file yarn.lock,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
==> ERROR: A failure occurred in prepare().
professed commented on 2022-01-20 01:31 (UTC) (edited on 2022-01-21 15:38 (UTC) by professed)
Thanks to Luis Carvalho and Rob Sears over on Github, I was able to successfully build and install both packages using the following procedure. The resulting Joplin Desktop application has a working interface.
First, install nvm
from the AUR.
Next, clone Joplin from the AUR and navigate to the new joplin
folder:
$ git clone https://aur.archlinux.org/joplin.git; cd joplin
Next, delete the existing PKGBUILD
:
$ rm PKGBUILD
Then replace it with this new PKGBUILD file, courtesy of Luis Carvalho.
And finally, run makepkg
to build/install Joplin and Joplin Desktop:
$ makepkg -si
Voila!
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