From 7d726453b655ef335eebb5eccf6a6a94cc00f328 Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 8 Oct 2024 19:23:05 +0200 Subject: [PATCH] Gnome-shell --- fedora-40.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora-40.sh b/fedora-40.sh index 925a81b..a042691 100644 --- a/fedora-40.sh +++ b/fedora-40.sh @@ -137,7 +137,9 @@ sudo dnf remove -y lvm2 rng-tools thermald '*perl*' # Install custom packages # gnome-shell is needed for theming to work -sudo dnf -y install qubes-ctap qubes-gpg-split adw-gtk3-theme ncurses gnome-console gnome-shell +#sudo dnf -y install qubes-ctap qubes-gpg-split adw-gtk3-theme ncurses gnome-console gnome-shell +# Nuke gnome-shell to fix flatpak file pickers not working. Problematic package seems to be xdg-desktop-portal. RIP theming ig. +sudo dnf -y install qubes-ctap qubes-gpg-split adw-gtk3-theme ncurses gnome-console # Setup hardened_malloc sudo https_proxy=127.0.0.1:8082 dnf copr enable secureblue/hardened_malloc -y