File tree Expand file tree Collapse file tree 3 files changed +8
-248
lines changed Expand file tree Collapse file tree 3 files changed +8
-248
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /bin/sh
2+
3+ # For xed line count
24dbus-launch dconf load / < ~ /xed.dconf
5+
6+ # For setting calamares.desktop as trusted
7+ for f in ~ /Desktop/calamares.desktop; do chmod +x " $f " ; gio set -t string " $f " metadata::xfce-exe-checksum " $( sha256sum " $f " | awk ' {print $1}' ) " ; done
8+
9+ # Removing script and set_once_xfce4.desktop
310rm ~ /xed.dconf ~ /.config/autostart/set_once_xfce4.desktop ~ /set_once_xfce4.sh
11+
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size'
1818file_permissions=(
1919 [" /etc/shadow" ]=" 0:0:400"
2020 [" /etc/skel/set_once_xfce4.sh" ]=" 0:0:755"
21- [" /etc/skel/Desktop/calamares.desktop" ]=" 0:0:755"
2221 [" /root" ]=" 0:0:750"
2322 [" /root/.automated_script.sh" ]=" 0:0:755"
2423 [" /usr/local/bin/choose-mirror" ]=" 0:0:755"
You can’t perform that action at this time.
0 commit comments