Package Details: logseq-desktop-nightly-bin 20260609-1

Git Clone URL: https://aur.archlinux.org/logseq-desktop-nightly-bin.git (read-only, click to copy)
Package Base: logseq-desktop-nightly-bin
Description: Nightly build of Logseq, a privacy-first, open-source knowledge management platform
Upstream URL: https://github.com/logseq/logseq
Licenses: AGPL-3.0-or-later
Conflicts: logseq-desktop
Provides: logseq-desktop
Submitter: voidlesity
Maintainer: voidlesity
Last Packager: voidlesity
Votes: 0
Popularity: 0.000000
First Submitted: 2026-06-09 11:35 (UTC)
Last Updated: 2026-07-05 18:34 (UTC)

Latest Comments

voidlesity commented on 2026-07-05 18:34 (UTC)

should now be implemented @sinofine didn't get an email for some reason...

sinofine commented on 2026-06-13 19:14 (UTC) (edited on 2026-06-13 19:17 (UTC) by sinofine)

For logseq.desktop,

[Desktop Entry]
Type=Application
Name=Logseq (Nightly)
Comment=A privacy-first, open-source knowledge management platform
Exec=logseq %u <-- Here
Icon=logseq
Terminal=false
StartupNotify=true
Categories=Office;
MimeType=x-scheme-handler/logseq;
StartupWMClass=Logseq

the Exec points to logseq binary without full path. At the same time, the first startup of logseq will create a script in ~/.local/bin/logseq for cli usage. In some user's setting, they put ~/.local/bin into the PATH env, thus preventing it starting the GUI. Thus I suggest you put it directly as

Exec=/usr/bin/logseq %u

Further, the binary you point to is not permanent. Seems that it updates from time to time --- maybe you wanna make some scripts for updating that.