Skip to content

Commit 8dcda6b

Browse files
committed
added script to make calamares.desktop as trusted on Desktop
1 parent bd87361 commit 8dcda6b

File tree

3 files changed

+8
-248
lines changed

3 files changed

+8
-248
lines changed

airootfs/etc/skel/Desktop/calamares.desktop

Lines changed: 0 additions & 247 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
#!/bin/sh
2+
3+
# For xed line count
24
dbus-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
310
rm ~/xed.dconf ~/.config/autostart/set_once_xfce4.desktop ~/set_once_xfce4.sh
11+

profiledef.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size'
1818
file_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"

0 commit comments

Comments
 (0)