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