From b99636a3d74d0b7372e29ce0da6d675c016c8cda Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 11 Nov 2024 22:40:29 -0700 Subject: [PATCH] Switch to ptyxis on Fedora --- fedora-gnome/fedora-gnome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-gnome/fedora-gnome.sh b/fedora-gnome/fedora-gnome.sh index ec138ac..42b751d 100644 --- a/fedora-gnome/fedora-gnome.sh +++ b/fedora-gnome/fedora-gnome.sh @@ -137,7 +137,7 @@ sudo dnf config-manager --set-disabled fedora-cisco-openh264 # 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-shell ptyxis # Setup hardened_malloc sudo https_proxy=127.0.0.1:8082 dnf copr enable secureblue/hardened_malloc -y