|
@@ -586,7 +586,6 @@ function mesh_client_startup_applications {
|
586
|
586
|
echo 'dconf write /org/mate/desktop/media-handling/automount-open false' >> $START_DESKTOP
|
587
|
587
|
echo 'dconf write /org/mate/desktop/screensaver/lock-enabled false' >> $START_DESKTOP
|
588
|
588
|
chmod +x $START_DESKTOP
|
589
|
|
- chroot "$rootdir" chown $MY_USERNAME:$MY_USERNAME $START_DESKTOP
|
590
|
589
|
|
591
|
590
|
START_DESKTOP2=$rootdir/home/$MY_USERNAME/.config/autostart/mesh-start.desktop
|
592
|
591
|
echo '[Desktop Entry]' > $START_DESKTOP2
|
|
@@ -595,7 +594,6 @@ function mesh_client_startup_applications {
|
595
|
594
|
echo "Exec=bash -c '~/mesh-desktop.sh'" >> $START_DESKTOP2
|
596
|
595
|
echo 'X-GNOME-Autostart-enabled=true' >> $START_DESKTOP2
|
597
|
596
|
chmod +x $START_DESKTOP2
|
598
|
|
- chroot "$rootdir" chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.config
|
599
|
597
|
}
|
600
|
598
|
|
601
|
599
|
function mesh_desktop_icons {
|