Search Criteria
Package Details: ausweiskopie 0.1.4-5
Package Actions
| 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) |
Dependencies (11)
- python
- python-dbus
- python-gobject
- python-importlib_resources
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- tk (tk-fossilAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-ttkbootstrapAUR (optional) – modern theme
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:Installing tk via
pacman -S tkfixed 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-scmandgit(because you download the source using git) need to be added to themakedependsarray.Without
python-setuptools-scm,build()fails with: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-gnomeinstalled, so maybe try adding that one too? (Or-kdeor similar depending on your desktop.)That said, I don’t appear to have
org.freedesktop.portal.FileChooserin my DBus either (looking atbusctl --user treeand 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-portaland (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'?