You can write a pacman hook to just run the fix PreTransaction.
this post was submitted on 21 Jan 2025
15 points (100.0% liked)
Linux
5756 readers
435 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
If you weren't aware, distrobox
is just a wrapper for podman
. This isn't something I know a ton about, but you might look at the manual and Podman Desktop and see if there's some setting you should be passing to your container. Maybe it's trying to utilize the host dbus or access a keyring that doesn't exist within the container.
The other two options are to write a note somewhere with the fix or write an executable bash script you can just call inside the container.