|
@@ -1133,7 +1133,7 @@ function configure_user_interface {
|
1133
|
1133
|
chroot "$rootdir" apt-get -y install mate-desktop-environment
|
1134
|
1134
|
|
1135
|
1135
|
# tool to change desktop settings from command line
|
1136
|
|
- chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend
|
|
1136
|
+ chroot "$rootdir" apt-get -y install dconf-cli dconf-gsettings-backend dbus
|
1137
|
1137
|
|
1138
|
1138
|
if [[ $VARIANT != "usb" ]]; then
|
1139
|
1139
|
# log in automatically
|