Skip to content
Snippets Groups Projects
Commit e071f066 authored by Bob Mottram's avatar Bob Mottram
Browse files

mesh autostart script

parent a27c11d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment