Gnome-shell

This commit is contained in:
mustard 2024-10-08 19:23:05 +02:00
parent 9c625a416b
commit 7d726453b6

View file

@ -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