Subversion Repositories livecd

Rev

Rev 423 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 423 Rev 424
Line 1142... Line 1142...
1142
 
1142
 
1143
# don't enable the gnome-settings-daemon packagekit plugin
1143
# don't enable the gnome-settings-daemon packagekit plugin
1144
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &>/dev/null || :" >> /home/liveuser/.bashrc
1144
echo -e "\ngsettings set org.gnome.settings-daemon.plugins.updates active 'false' &>/dev/null || :" >> /home/liveuser/.bashrc
1145
 
1145
 
1146
# arrange icons on desktop
1146
# arrange icons on desktop
1147
echo >> /home/liveuser/.bashrc
-
 
1148
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/system-config-keyboard.desktop' 'metadata::nautilus-icon-position' '60,120' &>/dev/null || :" >> /home/liveuser/.bashrc
1147
echo -e "\ngvfs-set-attribute -t string '/home/liveuser/Desktop/system-config-keyboard.desktop' 'metadata::nautilus-icon-position' '60,22'  &>/dev/null || :" >> /home/liveuser/.bashrc
1149
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop'               'metadata::nautilus-icon-position' '60,220' &>/dev/null ||:" >> /home/liveuser/.bashrc
1148
echo      "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop'               'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
-
 
1149
 
-
 
1150
# no trash icon
-
 
1151
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
1150
 
1152
 
1151
# don't start cron/at as they tend to spawn things which are
1153
# don't start cron/at as they tend to spawn things which are
1152
# disk intensive that are painful on a live image
1154
# disk intensive that are painful on a live image
1153
systemctl --no-reload disable crond.service 2> /dev/null || :
1155
systemctl --no-reload disable crond.service 2> /dev/null || :
1154
systemctl --no-reload disable atd.service 2> /dev/null || :
1156
systemctl --no-reload disable atd.service 2> /dev/null || :