mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 20:21:34 -05:00
Add gnome-session
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
2adde31947
commit
2cb16bcf63
@ -80,6 +80,7 @@ unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/ra
|
|||||||
# Fix GNOME environment variable
|
# Fix GNOME environment variable
|
||||||
echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment
|
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
|
# Remove unnecessary stuff from the Qubes template
|
||||||
sudo dnf -y remove thunderbird httpd keepassxc rygel
|
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
|
sudo dnf config-manager --set-disabled fedora-cisco-openh264
|
||||||
|
|
||||||
# Install custom packages
|
# 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
|
# Setup hardened_malloc
|
||||||
sudo dnf -y install 'https://divested.dev/rpm/fedora/divested-release-20231210-2.noarch.rpm'
|
sudo dnf -y install 'https://divested.dev/rpm/fedora/divested-release-20231210-2.noarch.rpm'
|
||||||
|
Loading…
Reference in New Issue
Block a user