Search Criteria
Package Details: logseq-desktop 0.10.15-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/logseq-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | logseq-desktop |
| Description: | Privacy-first, open-source platform for knowledge sharing and management |
| Upstream URL: | https://github.com/logseq/logseq |
| Keywords: | clojure clojurescript git graph knowledge-base knowledge-graph local-first markdown note-taking org-mode pkm |
| Licenses: | AGPL-3.0-or-later |
| Submitter: | xuanwo |
| Maintainer: | xiota (Edu4rdSHL) |
| Last Packager: | xiota |
| Votes: | 32 |
| Popularity: | 0.094254 |
| First Submitted: | 2021-03-28 16:28 (UTC) |
| Last Updated: | 2025-12-04 01:16 (UTC) |
Dependencies (7)
- electron38 (electron38-binAUR)
- asar (make)
- clojure (clojure-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nvm (nvm-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- python-setuptools (make)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
xiota commented on 2025-12-04 01:02 (UTC)
Thanks for the notice. Will push update momentarily.
Related: logseq/logseq/12243
Tagman commented on 2025-11-25 09:05 (UTC)
Apparently the sha of tarball has changed again. The checksum validation is failing when updating.
skimm commented on 2025-10-15 01:14 (UTC)
Same issue as @gnaeljmdmmcbqvpz, the quick fix is just setting the term in the desktop entry, but that shouldn't be required.
Adding
TERM=xterm-256colorto my menu item for it allows me to launch it via Plasma 6 without issue.gnaeljmdmmcbqvpz commented on 2025-10-14 00:44 (UTC)
Since a recent update, Logseq is no longer launching. I'm using Plasma 6. Looking in my logs, I can see the following messages:
I assume this is an interaction between the
setopt, Plasma, andtput. Plasma runs applications under Systemd, Systemd doesn't set$TERM, andtputfails because it can't find a terminal to produce colour codes for.Running
logseqfrom within a terminal works just fine, as expected, but I'd really rather not have to do that.luqtas commented on 2025-10-09 05:17 (UTC) (edited on 2025-10-09 05:18 (UTC) by luqtas)
setting it to launch with %u didn't worked for me, however if we enable Run on Terminal on XFCE and we launch exclusively from the App Finder it works... the below script also launch the app for me,
!/bin/bash
TERM=xterm-256color logseq
xiota commented on 2025-09-30 16:40 (UTC)
Switched to system Electron. Will switch back to vendored Electron if not updated to newer Electron before electron34 drops out of official repos.
1 2 3 4 5 6 .. 9 Next › Last »