Hello, Please add 'aarch64' to the supported architectures in PKGBUILD, as it compiles and runs fine there. TIA.
Search Criteria
Package Details: pdfstudioviewer 2022.2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pdfstudioviewer.git (read-only, click to copy) |
---|---|
Package Base: | pdfstudioviewer |
Description: | Review, annotate, and edit PDF Documents |
Upstream URL: | https://www.qoppa.com/pdfstudioviewer |
Licenses: | custom |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 6 |
Popularity: | 0.010185 |
First Submitted: | 2019-07-25 18:39 (UTC) |
Last Updated: | 2023-03-19 14:36 (UTC) |
Dependencies (2)
- java-runtime (java-gcj-compat, jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jre17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jre11-jbr-xdg, jre12-openjdk, jre15-openjdk, jre16-openjdk, jre13-openjdk, jre14-openjdk, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, jre17, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-openj9, zulu-15-bin, jre-jbr-xdg, zulu-embedded-jdk11, jdk-microsoft-openjdk, jre18-openjdk, jdk17-openj9-bin, jdk8-dragonwell-extended, jdk18-openj9-bin, jdk8-openj9-bin, jre8, jdk8, jre11, jdk-android-studio, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jdk19-graalvm-bin, liberica-jdk-full-bin, jre8-adoptopenjdk, jre17-jetbrains-imfix, jre-lts, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-graalvm-ee-bin, jdk8-graalvm-ee-bin, jdk19-graalvm-ee-bin, jdk13-openjdk-bin, zulu-jre-fx-bin, zulu-jdk-fx-bin, liberica-jdk-8-full-bin, jdk17-graalvm-ee-bin, zulu-embedded-jdk, jre-jetbrains, jdk17-temurin, jdk11-temurin, jdk17-dragonwell-standard-bin, jre-openjdk-xdg, jre-openjdk-xdg-bin, mandrel-bin, java-openjdk-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, zulu-20-bin, java-openjdk-ea-bin, jre, amazon-corretto-20-bin, jdk-temurin, jre8-openjdk-xdg, jre17-openjdk-xdg, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
- sane (sane-git, sane-networking)
Required by (0)
Sources (2)
petaramesh commented on 2022-09-21 17:23 (UTC)
petaramesh commented on 2022-01-25 08:12 (UTC)
Hi, Update available, but won't install (wrong checksum), please update.
MrBlister commented on 2021-09-02 11:43 (UTC) (edited on 2021-09-02 11:50 (UTC) by MrBlister)
Gets stuck after the splash screen - leaves an empty window. Invoking pdfstudioviewer from the terminal using jre8 does not show any debug output, but with jre11, there is some debug output:
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.qoppa.pdfStudioViewer.c.e (file:/opt/pdfstudioviewer/lib/pdfstudio.jar) to field sun.awt.X11.XToolkit.awtAppClassName
WARNING: Please consider reporting this to the maintainers of com.qoppa.pdfStudioViewer.c.e
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Any ideas how to debug this - I'm not very familiar with Java apps?
mindbound commented on 2021-02-19 01:10 (UTC) (edited on 2021-02-19 01:46 (UTC) by mindbound)
The added "$1" causes a "File not found" error to be thrown when the script is launched without the argument. I changed the pdfstudioviewer.sh
script to
#!/bin/bash
export INSTALL4J_JAVA_HOME_OVERRIDE=/usr/lib/jvm/java-8-openjdk/jre
if [[ $# -gt 0 ]]; then
/opt/pdfstudioviewer/pdfstudioviewer2020 "$1"
else
/opt/pdfstudioviewer/pdfstudioviewer2020
fi
which works but might or might not be optimal.
yochananmarqos commented on 2020-10-14 14:40 (UTC)
@Asuranceturix: Thanks, done.
Asuranceturix commented on 2020-10-14 10:27 (UTC) (edited on 2020-10-14 15:50 (UTC) by Asuranceturix)
The addition of the pdfstudioviewer.sh
launcher broke the functionality of opening PDFs from the file explorer for me (PDF Studio Viewer launches but it does not open anything). Adding "$1"
at the end of the script fixes it.
Updated: @yochananmarqos Thanks for fixing this so quickly and for carrying this very useful package. :)
saghm commented on 2020-09-24 19:45 (UTC)
Awesome! Thanks a bunch
yochananmarqos commented on 2020-09-22 05:30 (UTC)
@saghm: Updated and also now you can use a different JRE as default and still run this program using JRE 8.
saghm commented on 2020-09-22 04:13 (UTC)
It looks like the URL specified by the PKGBUILD is now downloading the 2020 version, which is causing the checksums to fail. The version number that it's downloading looks to be 2020.0.1: https://kbpdfstudio.qoppa.com/pdf-studio-2020-change-log/
Pinned Comments