summaryrefslogtreecommitdiffstats
path: root/roles/gnome/vars/ubuntu.yml
blob: 92552d28756b43ab65f196e85daea2718814c726 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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"