Search Criteria
Package Details: foxitreader 2.4.5.0727-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/foxitreader.git (read-only, click to copy) |
---|---|
Package Base: | foxitreader |
Description: | A fast, secure and complete PDF viewer |
Upstream URL: | https://www.foxitsoftware.com/products/pdf-reader/ |
Licenses: | custom:eula |
Submitter: | tdy |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 463 |
Popularity: | 0.36 |
First Submitted: | 2009-01-21 18:59 (UTC) |
Last Updated: | 2022-08-18 00:52 (UTC) |
Dependencies (15)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gstreamer0.10-baseAUR
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libsecret
- libsm
- libxcomposite
- libxi (libxi-gitAUR)
- libxrender
- libxslt (libxslt-gitAUR)
- openssl-1.0AUR
- chrpath (chrpath-gitAUR) (make)
- p7zip (p7zip-full-binAUR, p7zip-natspecAUR, 7zip) (make)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (optional) – use GTK+ dialogs under GTK+ based desktop environments
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 25 Next › Last »
drws commented on 2021-07-06 21:08 (UTC)
There is an error in line 101 of PKGBUILD: wrong permissions of the .desktop file are set. Desktop file should not have an execution permission ("install -m 644 ..." should suffice).
guanmfei commented on 2021-04-24 03:04 (UTC)
It can't open a URL of a PDF doc in my KDE desktop.
KDE 5.81.0 / Plasma 5.21.4
I tried to find the log in terminal. This is the error message when I click the link in PDF.
kde-open5: symbol lookup error: /usr/lib/libQt5WaylandClient.so.5: undefined symbol: _ZN20QPlatformIntegration7destroyEv, version Qt_5_PRIVATE_API
Dose anyone know how to solve it?
Philzli commented on 2021-04-07 16:21 (UTC)
If you include the version byte of the header in your grep string you only get valid 7z files.
BenSYZ commented on 2021-02-28 23:34 (UTC) (edited on 2021-02-28 23:37 (UTC) by BenSYZ)
Save file with caution: foxit reader may delete your pdf files when you want to save the file after taking notes. And foxit reader for Linux is no longer maintained.
https://forums.foxitsoftware.com/forum/portable-document-format-pdf-tools/foxit-reader/166221-serious-problem-foxit-reader-is-deleting-my-pdf-files
Good news is:
https://forums.foxitsoftware.com/forum/portable-document-format-pdf-tools/foxit-reader/181226-middle-click-linux-behavior
floreen commented on 2020-12-10 16:26 (UTC) (edited on 2020-12-10 16:28 (UTC) by floreen)
@tornado99 This replaces the Monospace font everywhere in the system. To limit this to Foxit-Reader, add this to the fontconfig::
Alkkem commented on 2020-12-03 12:58 (UTC)
Even though I applied Static_rocket's fix, it's still not working. It cannot find a missing dependency but I really don't know why this happens: ==> Making package: gstreamer0.10-base 0.10.36-13 (Thu 03 Dec 2020 13:57:38 CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... error: target not found: gstreamer0.10>=0.10.36 ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> gstreamer0.10>=0.10.36 ==> ERROR: Could not resolve all dependencies.
solarkraft commented on 2020-11-02 12:05 (UTC) (edited on 2020-11-02 12:06 (UTC) by solarkraft)
On my desktop it starts with
This application failed to start because it could not find or load the Qt platform plugin "wayland".
suggesting it's shipping its own version of Qt without Wayland support. Could it be patched to use the system version of Qt?tornado99 commented on 2020-08-31 22:10 (UTC) (edited on 2020-09-06 10:48 (UTC) by tornado99)
I found a solution to the ugly font issue. Just put the following in your fonts.config. Shouldn't affect the rest of your system unless you're using Droid Sans anywhere. In KDE the system settings monospace setting overrides this for most other apps. Still not great though as the size is too small. <match target="pattern"> <test qual="any" name="family"> <string>monospace</string> </test> <edit mode="assign" name="family" binding="same"> <string>Droid Sans</string> </edit> </match> <match target="font"> <test name="family"> <string>Droid Sans</string> </test> <edit mode="assign" name="embolden"> <bool>true</bool> </edit> </match>
sievelau commented on 2020-06-08 06:13 (UTC) (edited on 2020-06-08 06:15 (UTC) by sievelau)
@dschense 's solution worked for me too! Thanks! If yay complains unable to find gstreamer0.10-base, use the "-a" option:
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 25 Next › Last »