Line 281... |
Line 281... |
281 |
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop' 'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
|
281 |
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop' 'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
|
282 |
|
282 |
|
283 |
# no trash icon
|
283 |
# no trash icon
|
284 |
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
|
284 |
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
|
285 |
|
285 |
|
- |
|
286 |
# trust all .desktop files on liveuser desktop
|
- |
|
287 |
echo -e "\nls -1 /home/liveuser/Desktop/*.desktop | xargs -i gio set \"{}\" \"metadata::trusted\" yes" >> /home/liveuser/.bashrc
|
- |
|
288 |
|
286 |
# don't start cron/at as they tend to spawn things which are
|
289 |
# don't start cron/at as they tend to spawn things which are
|
287 |
# disk intensive that are painful on a live image
|
290 |
# disk intensive that are painful on a live image
|
288 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
291 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
289 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
292 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
290 |
systemctl stop crond.service 2> /dev/null || :
|
293 |
systemctl stop crond.service 2> /dev/null || :
|