Package Details: sioyek-git 2.0.0.r890.gb312fe0-1

Git Clone URL: https://aur.archlinux.org/sioyek-git.git (read-only, click to copy)
Package Base: sioyek-git
Description: PDF viewer for research papers and technical books.
Upstream URL: https://github.com/ahrm/sioyek
Licenses: GPL3
Conflicts: sioyek
Provides: sioyek
Submitter: r4ndom
Maintainer: hrdl
Last Packager: hrdl
Votes: 8
Popularity: 0.060263
First Submitted: 2021-09-05 20:20 (UTC)
Last Updated: 2024-05-13 22:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

misagh commented on 2021-09-20 05:57 (UTC) (edited on 2021-09-20 06:12 (UTC) by misagh)

Please take a look at this comment by Sioyek devs regarding building for linux: https://github.com/ahrm/sioyek/issues/26#issuecomment-911644098

You are supposed to "put the shaders folder and tutorial.pdf in ~/.local/share/sioyek and put the keys.config and prefs.config files in ~/.config/sioyek."

Manually placing the .pdf, the config files, and shaders in the correct place resolves the issue. However the user has to manually download them from github and this is not ideal.

Right now this is not the case, and the application is unusable. The compilation error regarding user groups have been fixed.

rien333 commented on 2021-09-19 20:41 (UTC)

No single pdf seems to render, I only get a blank, white screen where the pdf should be rendering. Terminal output shows no errors. Anybody with the same issue?

MithicSpirit commented on 2021-09-19 13:34 (UTC)

Getting an error where ld cannot find -lmupdf-threads:

g++ -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-rpath-link,/usr/lib -o sioyek book.o config.o database.o document.o document_view.o input.o main.o main_widget.o pdf_renderer.o pdf_view_opengl_widget.o checksum.o sqlite3.o ui.o path.o utils.o synctex_parser.o synctex_parser_utils.o RunGuard.o moc_pdf_renderer.o moc_RunGuard.o   -ldl -Lmupdf/build/release -lmupdf -lmupdf-third -lmupdf-threads -lharfbuzz -lz /usr/lib/libQt5OpenGL.so /usr/lib/libQt5QuickWidgets.so /usr/lib/libQt5Widgets.so /usr/lib/libQt5Quick.so /usr/lib/libQt53DAnimation.so /usr/lib/libQt53DExtras.so /usr/lib/libQt53DRender.so /usr/lib/libQt53DInput.so /usr/lib/libQt53DLogic.so /usr/lib/libQt53DCore.so /usr/lib/libQt5OpenGLExtensions.a /usr/lib/libQt5Gui.so /usr/lib/libQt5Sql.so /usr/lib/libQt5QmlModels.so /usr/lib/libQt5Qml.so /usr/lib/libQt5Network.so /usr/lib/libQt5Core.so -lGL -lpthread
/usr/bin/ld: cannot find -lmupdf-threads
collect2: error: ld returned 1 exit status
make: *** [Makefile:267: sioyek] Error 1

I thought it might be because I was missing libmupdf but installing that did not help.

r4ndom commented on 2021-09-19 11:24 (UTC)

The errors should now all be removed. If they still persist, please comment.

misagh commented on 2021-09-19 05:41 (UTC)

I have exactly the same issue as flylightning does. Installation only looks for user:user when it should also consider user in wheel group. Currently package is unusbale.

flylightning commented on 2021-09-19 00:16 (UTC)

my user name is xyz, my user group name is wheel, current pkgbuild will produce error chown: invalid group: ‘xyz:xyz’

Camuse commented on 2021-09-08 13:51 (UTC) (edited on 2021-09-08 13:51 (UTC) by Camuse)

Maybe it's better to add '' install -Dm644 ./resources/sioyek-icon-linux.png ${pkgdir}/usr/share/icons/${pkgname%-git}-icon-linux.png install -Dm644 ./resources/${pkgname%-git}.desktop $pkgdir/usr/share/applications/${pkgname%-git}.desktop '' in the package() function. Besides, it's not a good idea to touch anything within the home directory in the PKGBUILD file.