Description of problem: podman is unusable in Plasma under Wayland. It crashes on a sd-bus error. Version-Release number of selected component (if applicable): podman-2.1.0-0.231.dev.gitf1323a9.fc34.x86_64 kwin-wayland-5.19.5-1.fc34.x86_64 How reproducible: always Steps to Reproduce: 1. Start Plasma/Wayland session 2. Create Containerfile: FROM fedora:33 RUN dnf -y makecache 3. podman build . Actual results: $ podman build . STEP 1: FROM fedora:33 STEP 2: RUN dnf -y makecache 2020-09-09T06:48:24.000256883Z: sd-bus call: Input/output error error running container: error creating container for [/bin/sh -c dnf -y makecache]: : exit status 1 Error: error building at STEP "RUN dnf -y makecache": error while running runtime: exit status 1 Expected results: `podman build .` passes Additional info: The commands work fine under Plasma/Xorg Using following env variable workarounds the problem: DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
PR opened here: https://github.com/containers/podman/pull/8500
This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle. Changing version to 34.
Should be fixed now, tested with kwin-5.21.3-1.fc34.x86_64 podman-3.1.0-1.fc34.x86_64