Package Details: logseq-desktop 0.10.9-5

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
Licenses: AGPL-3.0-or-later
Submitter: xuanwo
Maintainer: xiota
Last Packager: xiota
Votes: 29
Popularity: 1.07
First Submitted: 2021-03-28 16:28 (UTC)
Last Updated: 2025-01-07 17:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

zany130 commented on 2023-02-03 20:18 (UTC)

ls / -lh | grep opt
drwxr-xr-x     - root  3 Feb 12:07   opt

 ╭─zany130@Garuda in ~ via  v3.10.9 took 11ms
 ╰─λ ls /opt -lh | grep logseq
drwx------     - root  3 Feb 12:07   logseq-desktop

xuanwo commented on 2023-02-03 18:04 (UTC)

@zany130

It's strange to see.

ls /opt/logseq-desktop/Logseq -lh
"/opt/logseq-desktop/Logseq": Permission denied (os error 13)

What's your outout of ls / -lh | grep opt and ls /opt -lh | grep logseq?

I expect the see the following:

:) ls / -lh | grep opt
drwxr-xr-x  13 root root  209 Nov 29 02:14 opt
:) ls /opt -lh | grep logseq
drwxr-xr-x 4 root root 4.0K Jan 13 02:57 logseq-desktop

zany130 commented on 2023-02-03 17:08 (UTC) (edited on 2023-02-03 17:10 (UTC) by zany130)

@xuanwo

ls /usr/bin/logseq -lh
Permissions Size User Date Modified Name
lrwxrwxrwx    26 root  2 Feb 19:11   /usr/bin/logseq -> /opt/logseq-desktop/Logseq
ls /opt/logseq-desktop/Logseq -lh
"/opt/logseq-desktop/Logseq": Permission denied (os error 13)

 ╭─zany130@Garuda in ~ via  v3.10.9 as 🧙 took 1ms
[🔴] × sudo ls /opt/logseq-desktop/Logseq -lh
-rwxr-xr-x 1 root root 147M Feb  2 19:11 /opt/logseq-desktop/Logseq

xuanwo commented on 2023-02-03 13:14 (UTC)

@zany130

Interesting. Can you give the output of ls /usr/bin/logseq -lh?

zany130 commented on 2023-02-03 00:17 (UTC)

Not working on garuda Linux get this

logseq
fish: Unknown command. '/usr/bin/logseq' exists but is not an executable file.

 ╭─zany130@Garuda in ~ via  v3.10.9
[🚫] × bash
[zany130@Garuda-Linux ~]$ /usr/bin/logseq
bash: /usr/bin/logseq: Permission denied
[zany130@Garuda-Linux ~]$ sudo /usr/bin/logseq
[sudo] password for zany130:
[0202/191636.827111:FATAL:electron_main_delegate.cc(298)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
Trace/breakpoint trap

gpery commented on 2023-01-23 15:28 (UTC)

I'm getting a compilation error for the better_sqlite3 dependency, but just bumping up the PKGBUILD to newest release (0.8.15->0.8.16) solves it. @xuanwo any chance for a version bump?

xuanwo commented on 2022-12-06 11:59 (UTC)

@Radeox Thanks for the reminder!

I'm guessing you are talking about logseq-desktop-bin. The package has been updated now!

Radeox commented on 2022-12-06 11:26 (UTC)

@xuanwo I think you've forgot to update the checksum for logseq-desktop.desktop after the last commit

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

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