diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-10-22 23:19:11 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-10-24 21:55:52 +0200 |
| commit | 80170d9fd0bbe3202c715d32dd1c1f540eb0cc25 (patch) | |
| tree | f8129dd61ac24913ed55584b19901403d288cfb2 /roles/gnome/vars | |
| parent | 3bcf7bd2adb443b881365506dfa3348b0c465264 (diff) | |
Fix removing the packages the breaks ubuntu DNS
This disables install_recommends and revert to using specific gnome
packages that are needed/necessary for functioning
Diffstat (limited to 'roles/gnome/vars')
| -rw-r--r-- | roles/gnome/vars/ubuntu.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/roles/gnome/vars/ubuntu.yml b/roles/gnome/vars/ubuntu.yml index 396a3e90..92552d28 100644 --- a/roles/gnome/vars/ubuntu.yml +++ b/roles/gnome/vars/ubuntu.yml @@ -1,7 +1,33 @@ --- gnome_packages: + # Core GNOME meta-package - "vanilla-gnome-desktop" - "vanilla-gnome-default-settings" - "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" |
