Search Criteria
Package Details: sioyek-appimage 2.0.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sioyek-appimage.git (read-only, click to copy) |
|---|---|
| Package Base: | sioyek-appimage |
| Description: | A PDF viewer designed for reading research papers and technical books |
| Upstream URL: | https://github.com/ahrm/sioyek |
| Keywords: | appimage pdf-reader research research-papers sioyek technical-books |
| Conflicts: | sioyek |
| Provides: | sioyek |
| Submitter: | dhruvasambrani |
| Maintainer: | dhruvasambrani |
| Last Packager: | dhruvasambrani |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-07-11 17:02 (UTC) |
| Last Updated: | 2023-02-17 15:58 (UTC) |
Latest Comments
sphpr commented on 2025-07-14 17:43 (UTC)
Thanks for this package. I couldn't run Sioyek on Wayland, but setting the environment variable
QT_QPA_PLATFORM=xcbsolved it for me. Therefore, I believe changing this line:to
would prevent this problem.
rtviii commented on 2023-09-24 00:13 (UTC) (edited on 2023-09-24 00:13 (UTC) by rtviii)
This is great. The other repos fail for me, endless dependency chasing. This was a breeze.
dhruvasambrani commented on 2023-02-17 16:00 (UTC)
@Snich, thank you, made the change.
Snich commented on 2023-02-17 15:20 (UTC)
Hi, it seems that the .desktop entry is incorrect. The reason being this line in PKGBUILD:
It doesn't work because DE looks for
env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1executable, treating whole string (including spaces) as file path, which is missing, of course.https://unix.stackexchange.com/a/536006
FabioLolix commented on 2022-07-11 21:01 (UTC)
Hello,
source=("${pkgname}-${pkgver}.zip::https://github.com/ahrm/sioyek/releases/download/v${pkgver}/sioyek-release-linux.zip")