JakubMelka / PDF4QT

Open source PDF editor.
https://jakubmelka.github.io/
GNU Lesser General Public License v3.0
634 stars 65 forks source link

There are no plugins in Pdf4QtEditor #195

Closed Jajasek closed 1 month ago

Jajasek commented 1 month ago

First of all, thank you for your excellent work, it looks extremely powerful. Unfortunately, I have not been able to enable the Editor plugin. I have latest git (commit 2a93ca5 installed on Arch via AUR. When I run Pdf4QtEditor and go to Tools > Options > Plugins, there is an empty table, no plugins are available. On stdout there is a message Error loading text-to-speech plug-in "speechd", which is expected as I have no text-to-speech library installed, but no messages about other plugins. Is it possible that when the speechd plugin fails to load, the whole plugin-loading process terminates and no other plugins are loaded?

SnowballV commented 1 month ago

@Jajasek, If you used or tested a previous version earlier on, you may need to reset to factory settings to get all options shown. That was my experience with PDF4QT-1.4.0.0-x86_64.AppImage on Kubuntu 22.04, after testing PDF4QT 1.3.7 and daily builds earlier on.

Jajasek commented 1 month ago

@SnowballV thanks for the tip, unfortunately it still doesn't show any plugins.

raffaem commented 1 month ago

If you are using my pdf4qt-git package, as I think you are if you are installing from the AUR, I am experiencing problems uploading the package to the AUR.

Please try the PKGBUILD here: https://github.com/raffaem/pdf4qt-git-pkgbuild

EDIT: The AUR package has been updated

raffaem commented 1 month ago

@Jajasek if it works now please close the issue

Jajasek commented 1 month ago

Thank you, it works now.