We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b09e155 + a121cb5 commit f3b4a8bCopy full SHA for f3b4a8b
airootfs/etc/skel/set_once_xfce4.sh
@@ -1,3 +1,11 @@
1
#!/bin/sh
2
+
3
+# For xed line count
4
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
10
rm ~/xed.dconf ~/.config/autostart/set_once_xfce4.desktop ~/set_once_xfce4.sh
11
packages.x86_64
@@ -268,3 +268,6 @@ tcet-linux-welcome
268
269
# Task Manager
270
glances
271
272
+# Calamares Desktop
273
+calamares_desktop
0 commit comments