Package Details: ausweiskopie 0.1.4-5

Git Clone URL: https://aur.archlinux.org/ausweiskopie.git (read-only, click to copy)
Package Base: ausweiskopie
Description: Create privacy friendly and legal copies of your Ausweisdokument
Upstream URL: https://github.com/Varbin/ausweiskopie
Licenses: MPL-2.0
Submitter: lucaswerkmeister
Maintainer: lucaswerkmeister
Last Packager: lucaswerkmeister
Votes: 1
Popularity: 0.000348
First Submitted: 2025-03-19 18:56 (UTC)
Last Updated: 2026-04-08 18:06 (UTC)

Latest Comments

lucaswerkmeister commented on 2026-04-08 18:07 (UTC)

Done, thanks!

dan361 commented on 2026-04-08 16:14 (UTC) (edited on 2026-04-08 16:15 (UTC) by dan361)

This failed for me when the tkpackage is not installed:

Traceback (most recent call last):
  File "/usr/bin/ausweiskopie", line 5, in <module>
    from ausweiskopie.ui import main
  File "/usr/lib/python3.14/site-packages/ausweiskopie/ui/__init__.py", line 6, in <module>
    import tkinter as tk
  File "/usr/lib/python3.14/tkinter/__init__.py", line 38, in <module>
    import _tkinter # If this fails your Python may not be configured for Tk
    ^^^^^^^^^^^^^^^
ImportError: libtk8.6.so: cannot open shared object file: No such file or directory

Installing tk via pacman -S tk fixed it, maybe add it to dependencies.

lucaswerkmeister commented on 2025-05-09 12:21 (UTC)

Fixed, thanks!

dreieck commented on 2025-05-09 11:46 (UTC)

python-setuptools-scm and git (because you download the source using git) need to be added to the makedepends array.
Without python-setuptools-scm, build() fails with:

ERROR Missing dependencies:
    setuptools-scm

Regards and thanks for the package!

lucaswerkmeister commented on 2025-04-09 17:43 (UTC)

re edit: Apparently I have both of those packages and also xdg-desktop-portal-gnome installed, so maybe try adding that one too? (Or -kde or similar depending on your desktop.)

That said, I don’t appear to have org.freedesktop.portal.FileChooser in my DBus either (looking at busctl --user tree and similar commands), yet it works for me… curious.

n-st commented on 2025-04-09 13:45 (UTC) (edited on 2025-04-09 13:55 (UTC) by n-st)

Trying to load a file (by clicking one the preview images) raises dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.FileChooser” on object at path /org/freedesktop/portal/desktop.

Am I missing a dependency somewhere?

Edit: https://github.com/Varbin/ausweiskopie/issues/33 -> presumably missing xdg-desktop-portal and (e.g.) xdg-desktop-portal-gtk, but that alone doesn't fix the error on my system…

lucaswerkmeister commented on 2025-03-23 00:53 (UTC)

Done, thanks!

3j14 commented on 2025-03-22 22:32 (UTC)

I got the error message '/usr/bin/python: No module named build'. Could you add 'python-build' and 'python-installer' as 'makedepends'?