diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 6ac55841..a1acfea4 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -577,9 +577,7 @@ function mesh_client_startup_applications { START_DESKTOP=$rootdir/home/$MY_USERNAME/.config/autostart/mesh-desktop echo '#!/bin/bash' > $START_DESKTOP - echo 'PID=$(pgrep mate-session)' >> $START_DESKTOP - echo 'export DBUS_SESSION_BUS_ADDRESS=$(grep -z DBUS_SESSION_BUS_ADDRESS /proc/$PID/environ|cut -d= -f2-)' >> $START_DESKTOP - echo 'gsettings set org.mate.caja.desktop volumes-visible false' >> $START_DESKTOP + echo 'dconf write /org/mate/caja/desktop/volumes-visible false' >> $START_DESKTOP echo 'dconf write /org/mate/caja/desktop/computer-icon-visible false' >> $START_DESKTOP echo 'dconf write /org/mate/caja/desktop/home-icon-visible false' >> $START_DESKTOP echo 'dconf write /org/mate/caja/desktop/network-icon-visible false' >> $START_DESKTOP