Line 1144... |
Line 1144... |
1144 |
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop' 'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
|
1144 |
echo "gvfs-set-attribute -t string '/home/liveuser/Desktop/liveinst.desktop' 'metadata::nautilus-icon-position' '60,122' &>/dev/null || :" >> /home/liveuser/.bashrc
|
1145 |
|
1145 |
|
1146 |
# no trash icon
|
1146 |
# no trash icon
|
1147 |
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
|
1147 |
echo -e "\ngsettings set org.gnome.nautilus.desktop trash-icon-visible false &>/dev/null || :" >> /home/liveuser/.bashrc
|
1148 |
|
1148 |
|
- |
|
1149 |
# trust all .desktop files on liveuser desktop
|
- |
|
1150 |
echo -e "\nls -1 /home/liveuser/Desktop/*.desktop | xargs -i gio set \"{}\" \"metadata::trusted\" yes" >> /home/liveuser/.bashrc
|
- |
|
1151 |
|
1149 |
# don't start cron/at as they tend to spawn things which are
|
1152 |
# don't start cron/at as they tend to spawn things which are
|
1150 |
# disk intensive that are painful on a live image
|
1153 |
# disk intensive that are painful on a live image
|
1151 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
1154 |
systemctl --no-reload disable crond.service 2> /dev/null || :
|
1152 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
1155 |
systemctl --no-reload disable atd.service 2> /dev/null || :
|
1153 |
systemctl stop crond.service 2> /dev/null || :
|
1156 |
systemctl stop crond.service 2> /dev/null || :
|