Been using joplin for some time now and very happy with it. This week i received a pinebook pro (linux debian laptop with armhf). So far it seems like a perfect tool for work. But for this i need joplin
the appimage does not work for armhf so i was wondering if there is something i can do in order to get acces to joplin on a armhf ? if not, is there a option that in the future there also will be an armhf
I used this aur package: AUR (en) - joplin .
You need to changethe PKGBUILD file a little.
yay -G joplin
cd joplin
vim PKGBUILD
3.1 change arch=("x86_64" "i686") to arch=("x86_64" "i686" "aarch64")
3.2 change line 71. /ElectronClient/app/dist/linux-unpacked/"* to /ElectronClient/app/dist/linux-arm64-unpacked/"*
That’s great!
I will be receiving my Pinebook Pro in the coming weeks.
Now I’m not so familiar with the package building. What if a new version of Joplin comes out; how would to upgrade it on your system?
Thanks.
you sir are amazing! took me some time as it did not work on the sd version of manjaro. Now ive got manjaro flashed it worked like a charm..so so happy!!
Anyone get this working on the stock Debian image? I was running Manjaro but went back to the stock image for awhile. I tried to use the instructions from the Manjaro post but that did not work. Not asking for someone to do this for me just point me in the right direction. Total Noob here.
Thanks in advance!
I was able to successfully install it using the instructions from klei on a Manjaro install, but using the GUI. I’m not that handy with the terminal. I did want to try the new Manjaro KDE 20.2, so I ended up reinstalling. Joplin also moved to 1.0.193. I am getting an error using the same steps. I found this message at the end before it says it says failure occured in the build:
Any ideas on what else needs to be installed? I’m not that good at reading, this but from what I can tell there is a missing dependency preventing the install from completing. If anyone can point me to a possible solution, that would be much appreciated. This is a really great app and I miss it when I am on the PBP.
I am happy to report I got it to work. I found a discussion the in the AUR and decided to give it a try. I installed yarn before I started the install. I used Pamac (the GUI software tool) and edited the pkgbuild using the changes recommended from klei's post. I hit install, waited, then yarn kicked in and installed some other packages. This time the install completed! I am syncing it right now Posting this and hope it helps anybody else looking to install Joplin on the PBP.
i really like joplin and i just begin to work with arm64 machines. Of course i want to use the great joplinapp on these machines too:)
I know, that there is no official arm-team for joplin yet. But with more and more people using raspi’s and pinebooks, chromebooks and so on, i thought, maybe there is a change, that some developers start to work an official “joplin-arm”.
How is the chance for that happening?
There is the x86 version and there are android and ios version (arm machines). So is there a realistic chance of making joplin arm for desktop? So that people can install and update joplin as easy as with the install-script.
That would be awesome.
Wow! Working on the Raspberry Pi 4 4GB. Thanks @klei
Found the package in Pamac (need to enable AUR)
Clicked ‘Build files’ on the left menu bar.
Followed @klei step 3.1 and 3.2 instructions above. note: Step 3.2 was on line 51 rather than 71.
“3.1 change arch=(“x86_64” “i686”) to arch=(“x86_64” “i686” “aarch64”)
3.2 change line 71. /ElectronClient/app/dist/linux-unpacked/”* to /ElectronClient/app/dist/linux-arm64-unpacked/"*"
Click “Build”
That’s it.
So happy. I’ve had an extra Pi 4 sitting on the shelf for months because not being able to run Joplin was a deal breaker for me from a desktop perspective.
Ok, so I got it to compile with no errors on my Pinebook Pro. The problem is that it is not syncing with my Nextcloud sever. WebDAV URL is the same as on my Windows (work) laptop, iPhone App, and Linux desktop, but it won’t sync. The sync check in the gui says everything is OK but it will not pull down anything. Any ideas???