Search Criteria
Package Details: logseq-desktop 0.10.14-3
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: | 30 |
| Popularity: | 0.184218 |
| First Submitted: | 2021-03-28 16:28 (UTC) |
| Last Updated: | 2025-10-14 19:54 (UTC) |
Dependencies (7)
- electron34 (electron34-binAUR)
- asar (make)
- clojure (clojure-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (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-10-15 01:59 (UTC)
@skimm Package already fixed.
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.
projectgus commented on 2025-09-29 04:41 (UTC) (edited on 2025-09-29 04:42 (UTC) by projectgus)
GitHub seems to have regenerated its tarballs since the 0.10.14 release. I now get:
(Thanks for all your work packaging logseq!)
Swamp commented on 2025-08-18 17:26 (UTC)
I just updated Logseq Desktop and noticed a warning about the version of Electron being used:
WARNING: Logseq uses Electron/34.5.6. To check whether this version of Electron still receives security updates, see https://endoflife.date/electronIt's worth noting that support for version 34 ended 1 month and 3 weeks ago (on June 24, 2025). I want to second tiziodcaio's question—can we use the Electron version from the extra repository instead?
rc0r commented on 2025-01-07 17:31 (UTC)
The .desktop in
-4is still not quite right. TheExecdirective is fixed, but theIcondirective was reverted to a broken state: For icon installation,$_pkgnameis used, so the .desktop entry should use it too.1 2 3 4 5 6 .. 9 Next › Last »