From 2cb16bcf63bfede66d455c1d0891d70b9619f8dc Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 10 May 2024 06:31:45 -0700 Subject: [PATCH] Add gnome-session Signed-off-by: Tommy --- fedora/fedora-gnome.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora/fedora-gnome.sh b/fedora/fedora-gnome.sh index 74a663a..6e049f9 100644 --- a/fedora/fedora-gnome.sh +++ b/fedora/fedora-gnome.sh @@ -80,6 +80,7 @@ unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/ra # Fix GNOME environment variable echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment +# We do the dnf tasks last, because dnf will break after we configure https repos and we need a reboot to fix it. # Remove unnecessary stuff from the Qubes template sudo dnf -y remove thunderbird httpd keepassxc rygel @@ -121,7 +122,8 @@ sudo dnf remove -y lvm2 rng-tools thermald '*perl*' sudo dnf config-manager --set-disabled fedora-cisco-openh264 # Install custom packages -sudo dnf -y install qubes-ctap qubes-gpg-split adw-gtk3-theme gnome-console +# gnome-session is needed for theming to work +sudo dnf -y install qubes-ctap qubes-gpg-split adw-gtk3-theme gnome-console gnome-session # Setup hardened_malloc sudo dnf -y install 'https://divested.dev/rpm/fedora/divested-release-20231210-2.noarch.rpm'