start the terminator from the container will show dbus error. **Solution:** install the `dbus-x11` package inside container: ```sh sudo apt install dbus-x11 ``` ## Reference - [Fix: /bin/dbus-launch terminated abnormally without any error message and solution](https://www.cyberciti.biz/faq/fix-bindbus-launch-terminated-abnormally-without-on-centos-rhel/)
start the terminator from the container will show dbus error.
Solution: install the
dbus-x11package inside container:Reference