schuellerf / xfce-test

Docker/Xephyr environment for XFCE testing
MIT License
56 stars 15 forks source link

Catfish doesn't work #34

Closed philipzae closed 3 years ago

philipzae commented 3 years ago

Tried running catfish in devel, latest and ubuntu 20.04 containers but all gave the same error. image

bluesabre commented 3 years ago

Catfish requires python3-dbus. Most likely, this package is missing from the container.

https://packages.ubuntu.com/hirsute/catfish

philipzae commented 3 years ago

Seems its been needed since 20.04. https://packages.ubuntu.com/focal/catfish

schuellerf commented 3 years ago

Thanks for the hints, I also added python3-pexpect as this also seems to be needed during run-time. Please check once the containers have been rebuilt (usually ~1-2hours)

philipzae commented 3 years ago

Its working now in devel. Thank you. Hope the fix also arrives in the other containers.