Package Details: joplin-desktop 3.2.13-2

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.40
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-03-12 23:14 (UTC)

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.

  • 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 .. 24 25 26 27 28 29 30 31 32 33 34 .. 57 Next › Last »

taken commented on 2020-12-31 21:00 (UTC) (edited on 2020-12-31 21:01 (UTC) by taken)

@lucianf I had the same error when upgrading to 1.5.14-1. The error was resolved following a rebuild of the package:

yay -S --rebuild joplin-desktop

masterkorp commented on 2020-12-31 19:05 (UTC)

@lucianf Can you paste the pacman -Ql joplin-desktop, do a pastebin please

lucianf commented on 2020-12-30 13:25 (UTC)

man I don't know what is happening, but after all these changes to this package, I have removed what I had installed on my system, then did a yay -S joplin-desktop and I still get this error when I try to run it:

$ joplin-desktop 
/usr/bin/joplin-desktop: line 12: ./@joplinapp-desktop: No such file or directory

Only the appimage works for me and that take quite a bit to load.

paro commented on 2020-12-30 12:45 (UTC)

@masterkorp From my own experience with other packages, trying to compile different packages with different dependencies in a single pkgbuild brings to only more problems. Anyway, cli version is shipped by joplin authors with different version numbers, so having two different pkgbuild is really the only solution.

masterkorp commented on 2020-12-30 12:28 (UTC)

@mprom, this is a limitation of the makepkg, you cant just built one packaege,

Edit the pkgname array, and remove the joplin-desktop that will work.

I am trying to do a workaround without having to create 2 separate packages. But I guess making a repository its the only response.

paro commented on 2020-12-30 12:16 (UTC)

@mprom Unfortunately, if you use this pkgbuild you have to "compile" both cli and desktop versions, and yes, this is very annoying for the ones who just want the cli version.

I'm splitting the pkgbuild in order to "fix" this behavior, and I will send my results to the maintainer.

mprom commented on 2020-12-30 11:43 (UTC)

Why does this package compile using Electron? Electron is a framework for developing GUI applications, and this is the CLI version.

masterkorp commented on 2020-12-29 16:14 (UTC)

Hello,

I have updated the package, to 1.5.12 The packages are now much smaller, I have also disabled the checks since I can't reproduce the error in any way. Enable them by uncommenting the line if you want. Please if you have any problems report to https://github.com/alfredopalhares/arch-pkgbuilds/issues

Hanzo commented on 2020-12-28 05:42 (UTC) (edited on 2020-12-28 07:39 (UTC) by Hanzo)

@gregLTS

Confirming. Since *-14 it changed to same:

$ yay -Ss joplin

aur/joplin-beta 1.5.11-1 (+3 0.93%) The latest pre-release - open source note taking and to-do application

aur/joplin-appimage 1.5.11-1 (+16 0.89%) The latest pre-released AppImage of Joplin - a cross-platform note taking and to-do app

aur/joplin-desktop 1.4.19-14 (+155 12.12%) A note taking and to-do application with synchronization capabilities - Desktop

aur/joplin 1.4.19-14 (+155 12.12%) (Installed: 1.4.19-12) A note taking and to-do application with synchronization capabilities - CLI App

You can see pkgdesk change on the last version https://aur.archlinux.org/cgit/aur.git/commit/?h=joplin&id=2c86bba5bb110f62689049bee0723779594c06a2

UPD:

  • Last upgrade ran without any failures.

  • After updgrade "joplin" became CLI only version and I had to install "joplin-desktop" in addition.

aur/joplin-desktop 1.4.19-14 (+155 12.10%) (Installed) A note taking and to-do application with synchronization capabilities - Desktop

aur/joplin 1.4.19-14 (+155 12.10%) (Installed) A note taking and to-do application with synchronization capabilities - CLI App

gregLTS commented on 2020-12-28 02:06 (UTC) (edited on 2020-12-28 02:25 (UTC) by gregLTS)

@Hanzo, I'm not sure where you're seeing those descriptions, but I'm getting completely different results.

A yay search gives the following description, which doesn't indicate that the package includes the desktop version:

aur/joplin 1.4.19-14 (+155 12.16) A note taking and to-do application with synchronization capabilities - CLI App

And when I check the AUR web interface (https://aur.archlinux.org/packages/?O=0&SeB=nd&K=joplin&outdated=&SB=n&SO=a&PP=50&do_Search=Go) I'm seeing the same thing:

joplin 1.4.19-14 155 12.16 Yes A note taking and to-do application with synchronization capabilities - CLI App

I can't find a combined package anywhere. I can confirm that my system is fully up-to-date.