Package Details: logseq-desktop-git 0.9.9.r1.9a8d5ea6a-1

Git Clone URL: https://aur.archlinux.org/logseq-desktop-git.git (read-only, click to copy)
Package Base: logseq-desktop-git
Description: A privacy-first, open-source platform for knowledge sharing and management.
Upstream URL: https://logseq.com
Keywords: logseq
Licenses: AGPL3
Conflicts: logseq-desktop, logseq-desktop-bin
Provides: logseq-desktop
Submitter: pychuang
Maintainer: bader
Last Packager: bader
Votes: 5
Popularity: 0.000548
First Submitted: 2021-03-17 09:10 (UTC)
Last Updated: 2023-10-05 02:52 (UTC)

Pinned Comments

pychuang commented on 2022-08-09 16:03 (UTC)

  1. This package does not support system's electron anymore because yarn's electron already supports Wayland.
  2. The desktop file by default launches Logseq with the regular X11 backend. There's an extra action defined in the desktop file to launch with the Wayland backend. How to trigger an action within a desktop file depends on your desktop environment or app launcher.
  3. The package uses a user's home directory to store cached npm/clojure dependencies. Hope this speeds up the build process for users who don't have high-speed internet.

Extra notes to people who want to flag this package out-of-date:

This is a GIT AUR package. It has nothing to do with the released versions. Whenever you (re-)build a GIT AUR package, it automatically pulls and (re-)builds with the latest commit and updates the version tag. So as long as the building process works fine, a GIT AUR package is not out-of-date.

Latest Comments

1 2 3 4 Next › Last »

voidlesity commented on 2026-06-09 08:35 (UTC) (edited on 2026-06-09 08:36 (UTC) by voidlesity)

Logseq has switched from yarn to pnpm and trying to run the PKGBUILD results in this:

==> Starting prepare()...
error This project's package.json defines "packageManager": "yarn@pnpm@10.33.0". However the current global version of Yarn is 1.22.22.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: logseq-desktop-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
logseq-desktop-git - exit status 4

Please update the PKHBUILD. If it helps you, I can also maintain this PKGBUILD

Best Regards voidlesity

pychuang commented on 2023-08-15 01:34 (UTC)

@bader I disowned the package, so now you should have the full control. Thanks for maintaining it!

bader commented on 2023-08-15 01:24 (UTC)

@pychuang Yes, I still use this package and build it often from different branches. I am happy to take over as a maintainer :)

pychuang commented on 2023-08-14 17:19 (UTC) (edited on 2023-08-14 17:21 (UTC) by pychuang)

Update: oh I didn't notice @bader is still maintaining this package. If you would like to take the full control, please let me know.

Original message: If anyone wants to take over or co-manage this package, please let me know. I no longer use logseq, so while I can make sure the building process work fine, I cannot know whether the software is running fine during runtime.

pychuang commented on 2022-11-28 20:50 (UTC)

@gwpl Have you tried replacing nodejs with nodejs-lts-gallium?

gwpl commented on 2022-11-27 16:44 (UTC)

logseq-desktop-git Archlinux does not compile https://pastebin.com/7ygeqpT8

pychuang commented on 2022-11-07 20:49 (UTC)

Replacing nodejs with nodejs-lts-gallium should resolve the problem. It seems the upstream is still using nodejs v16.

bader commented on 2022-10-27 18:07 (UTC) (edited on 2022-11-07 16:17 (UTC) by bader)

NOTE: This package currently fails to build due to better-sqlite3 incompatibility with Electron 20,21

PR to add Electron 20 support: https://github.com/WiseLibs/better-sqlite3/pull/870

Github issue: https://github.com/WiseLibs/better-sqlite3/issues/867

pychuang commented on 2022-09-19 18:14 (UTC)

@lyhokia Thanks! Added.