diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-05 01:35:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-05 14:54:51 +0100 |
| commit | ca6e202e192d0db007924ae4a34d15b01b6424ae (patch) | |
| tree | ffc1bf1260c22cabd61b34774cdb32169f120202 | |
| parent | 1f0a7565ac4cde7eced771907aa20838edd03ade (diff) | |
Replace vanilla gnome with ubuntu-gnome-desktop
| -rw-r--r-- | roles/gnome/vars/ubuntu.yml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/roles/gnome/vars/ubuntu.yml b/roles/gnome/vars/ubuntu.yml index 92552d28..93005950 100644 --- a/roles/gnome/vars/ubuntu.yml +++ b/roles/gnome/vars/ubuntu.yml @@ -1,33 +1,19 @@ --- gnome_packages: - # Core GNOME meta-package - - "vanilla-gnome-desktop" - - "vanilla-gnome-default-settings" + - "ubuntu-gnome-desktop" - "gdm3" - - "gnome-software" - - "gnome-tweaks" - - # Web browser - "firefox" - - # Office suite - "libreoffice-calc" - "libreoffice-writer" - "libreoffice-impress" - "libreoffice-gnome" - - # Media applications - "rhythmbox" - "totem" - "cheese" - - # Utilities - "file-roller" - "gnome-calculator" - "gnome-calendar" - "gnome-characters" - "simple-scan" - "baobab" - - # Accessibility - "orca" |
