Search Criteria
Package Details: logseq-desktop 0.10.9-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 |
Licenses: | AGPL-3.0-or-later |
Submitter: | xuanwo |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 28 |
Popularity: | 1.62 |
First Submitted: | 2021-03-28 16:28 (UTC) |
Last Updated: | 2024-11-01 02:49 (UTC) |
Dependencies (29)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxkbcommon (libxkbcommon-gitAUR)
- libxrandr (libxrandr-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- Show 9 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
AlbertoAru commented on 2023-11-03 21:32 (UTC)
GitHub is back, and with it the first part of the error (before the
rm -rf .cache/yay/*
section of my comment)AlbertoAru commented on 2023-11-03 19:00 (UTC) (edited on 2023-11-03 19:01 (UTC) by AlbertoAru)
I found this error during the upgrade.
.cache/yay/logseq-desktop/src/logseq-0.9.20/static/node_modules/electron-deeplink: Command failed.
[...]
After a
rm -rf .cache/yay/*
I got:heijul commented on 2023-09-11 06:48 (UTC) (edited on 2023-09-11 07:05 (UTC) by heijul)
@xiota Thanks for the update, though the permission issue remains.
Took me a bit to find a fix and the reason (building takes too long :P ), but here's why: The problem is that the
-a
flag ofcp
preserves the mode (which for the files is what we want, I guess). When using./
as source path the mode of the destination directory is updated, as well.With either of these changes below it works properly:
Same as in logseq-desktop-git:
Alternatively, but I'm not certain whether there are side-effects (though I don't see why there would be any):
heijul commented on 2023-09-10 10:52 (UTC) (edited on 2023-09-10 10:56 (UTC) by heijul)
@xiota I am not sure if I missed anything (I'm new to packaging), but wanted to mention that building in a clean chroot worked for me.
FWIW, here's what I did (as normal user):
Using:
Using
pkgver=0.9.14
with the proper sha256sum worked as well.Also, I had to run
sudo chmod 755 /opt/logseq-desktop
afterwards, to runlogseq
as normal user. AFAICT this should probably be done in the PKGBUILD.Hope this helps :)
BlackLotus89 commented on 2023-06-17 17:56 (UTC)
Only tested this on aarch64
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »