Package Details: dangerzone-bin 0.9.0-1

Git Clone URL: https://aur.archlinux.org/dangerzone-bin.git (read-only, click to copy)
Package Base: dangerzone-bin
Description: Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF
Upstream URL: https://github.com/freedomofpress/dangerzone
Licenses: AGPL-3.0
Submitter: username227
Maintainer: username227
Last Packager: username227
Votes: 13
Popularity: 0.051820
First Submitted: 2024-06-09 13:17 (UTC)
Last Updated: 2025-04-09 16:09 (UTC)

Pinned Comments

username227 commented on 2024-06-09 14:17 (UTC)

Changing package name to dangerzone-bin.

Proudmuslim commented on 2023-09-29 15:42 (UTC)

Extremely late comment but I rewrote the package and it works perfectly well on my machine, please let me know if it fails to work on yours

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

username227 commented on 2024-06-10 04:46 (UTC)

@taivlam, does the program work for you after installation?

taivlam commented on 2024-06-10 03:50 (UTC)

This package now installs, thank you! (I also didn't realize pyside2 moved into the AUR, so I rebuilt it so that I could install pyside2 and python-shiboken2.)

username227 commented on 2024-06-10 03:22 (UTC)

OK I think I fixed this issue by making some minor changes to correct the python version. Please rebuild the package now and you should no longer get the error. However, I am getting a segfault, and gdb is not providing any backtrace.

username227 commented on 2024-06-10 01:15 (UTC)

After doing more research, your issue most likely, @taivlam, is that one of the dependencies for this package that also uses python was installed prior to the update to version 3.12 and needs to be rebuilt.

username227 commented on 2024-06-10 00:17 (UTC)

Well, i'm just taking a wild guess here, but try installing the package python-importlib-metadata.

If it works, i'll add it to depends.

taivlam commented on 2024-06-09 23:18 (UTC)

Dangerzone doesn't run when I launch it in Manjaro Unstable. In the CLI, I received the error below when trying to start Dangerzone in a terminal? Do anyone have any suggestions?

$ dangerzone
Traceback (most recent call last):
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/dangerzone", line 33, in <module>
    sys.exit(load_entry_point('dangerzone==0.6.1', 'console_scripts', 'dangerzone')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/dangerzone", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for dangerzone

username227 commented on 2024-06-09 14:17 (UTC)

Changing package name to dangerzone-bin.

username227 commented on 2024-06-09 13:16 (UTC)

I'm renaming this package dangerzone-bin, since it's a binary. This pkgbase will be deleted. Please switch over. Thanks.

OctopusET commented on 2024-01-22 04:40 (UTC)

package name should be dangerzone-bin since it's using .deb package.

https://wiki.archlinux.org/title/AUR_submission_guidelines#Rules_of_submission

Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix. An exception to this is with Java. The AUR should not contain the binary tarball created by makepkg, nor should it contain the filelist.

Proudmuslim commented on 2023-10-18 16:06 (UTC)

@thomzane thanks, I'll add that.

For those who marked the package out of date, the PKGBUILD relies on the deb package, which has not yet been updated.