diff --git a/airootfs/etc/skel/set_once_xfce4.sh b/airootfs/etc/skel/set_once_xfce4.sh index 5c72123..3ee8ca9 100755 --- a/airootfs/etc/skel/set_once_xfce4.sh +++ b/airootfs/etc/skel/set_once_xfce4.sh @@ -1,3 +1,11 @@ #!/bin/sh + +# For xed line count dbus-launch dconf load / < ~/xed.dconf + +# For setting calamares.desktop as trusted +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 + +# Removing script and set_once_xfce4.desktop rm ~/xed.dconf ~/.config/autostart/set_once_xfce4.desktop ~/set_once_xfce4.sh + diff --git a/packages.x86_64 b/packages.x86_64 index f9c8316..827156d 100644 --- a/packages.x86_64 +++ b/packages.x86_64 @@ -268,3 +268,6 @@ tcet-linux-welcome # Task Manager glances + +# Calamares Desktop +calamares_desktop