From e09e278fb2ce1075db77ae3e53ab59e7a098ad69 2018-01-01 13:52:10 From: drtyhlpr Date: 2018-01-01 13:52:10 Subject: [PATCH] Fix: Package dbus-session-bus is not installed crazy stupid missing package dep that breaks alot of xstuff --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index 274afd1..dff8218 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -450,7 +450,7 @@ fi # Add xorg package if [ "$ENABLE_XORG" = true ] ; then - APT_INCLUDES="${APT_INCLUDES},xorg" + APT_INCLUDES="${APT_INCLUDES},xorg,dbus-x11" fi # Replace selected packages with smaller clones