Line 261... |
Line 261... |
261 |
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop' 'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
|
261 |
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop' 'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
|
262 |
|
262 |
|
263 |
# no trash icon
|
263 |
# no trash icon
|
264 |
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
|
264 |
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
|
265 |
|
265 |
|
- |
|
266 |
# trust all .desktop files on liveuser desktop
|
- |
|
267 |
echo -e "\nls -1 /home/liveuser/Desktop/*.desktop | xargs -i gio set \"{}\" \"metadata::trusted\" yes" >> /home/liveuser/.bashrc
|
- |
|
268 |
|
266 |
# don't start cron/at as they tend to spawn things which are
|
269 |
# don't start cron/at as they tend to spawn things which are
|
267 |
# disk intensive that are painful on a live image
|
270 |
# disk intensive that are painful on a live image
|
268 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
271 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
269 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
272 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
270 |
systemctl stop crond.service 2> /dev/null || :
|
273 |
systemctl stop crond.service 2> /dev/null || :
|