-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathgnome.yaml
More file actions
140 lines (130 loc) · 4.08 KB
/
gnome.yaml
File metadata and controls
140 lines (130 loc) · 4.08 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
name: gnome
description: "GNOME - modern, full-featured desktop"
display_manager: gdm3
status: supported
# Minimal tier: GNOME Shell + control center + the daemons that the
# Quick Settings tiles depend on. Mid and full tier additions are
# mostly inherited from common.yaml — see kde-plasma.yaml for the
# pattern of overriding common-tier entries per DE. The only thing
# GNOME drops from the common mid set is `transmission-gtk`,
# because GNOME ships its own torrent integration via the Files
# / Downloads UI and a stand-alone GTK torrent client is redundant.
tiers:
minimal:
packages:
- gnome-session
- gnome-shell
- gnome-control-center
- gnome-system-monitor
- gnome-disk-utility
- gnome-shell-extension-appindicator
- gdm3
- nautilus
# Printing: cups is in common.yaml as the spooler, but without
# drivers the GNOME Settings → Printers panel can't add anything.
# printer-driver-all pulls in HPLIP/Gutenprint/Foomatic/Splix.
# gnome-control-center already provides the printer-add wizard,
# so no system-config-printer is needed.
- printer-driver-all
# Bluetooth: bluez is the daemon, gnome-bluetooth-sendto pulls
# libgnome-bluetooth-3.0 which gnome-shell dlopens to render
# the Bluetooth tile in the Quick Settings popover.
- bluez
- gnome-bluetooth-sendto
# Networking: gnome-shell renders the Wi-Fi/Wired tile only when
# the NetworkManager daemon is present. network-manager-gnome
# provides the legacy nm-applet GUI and is unrelated.
- network-manager
- network-manager-gnome
# Power profiles tile in Quick Settings — gnome-control-center
# only Recommends this, so under --no-install-recommends it
# doesn't get pulled in.
- power-profiles-daemon
- dbus-x11
- gvfs-backends
- lm-sensors
- pulseaudio
- pulseaudio-module-bluetooth
- xdg-user-dirs
- xdg-user-dirs-gtk
- xserver-xorg
- xwayland
- zenity
mid:
# GNOME has its own download/torrent integration; transmission-gtk
# is redundant on GNOME.
packages_remove:
- transmission-gtk
releases:
bookworm:
architectures: [arm64, amd64]
packages:
- accountsservice
- libu2f-udev
trixie:
architectures: [arm64, amd64]
packages:
- accountsservice
- libu2f-udev
- pipewire-audio
- pipewire-pulse
- wireplumber
packages_remove:
- pulseaudio
- pulseaudio-module-bluetooth
noble:
architectures: [arm64, amd64]
packages:
- polkitd
- pkexec
- libu2f-udev
packages_uninstall:
- ubuntu-session
forky:
# Debian 14 — pipewire replaces pulseaudio (same as trixie).
architectures: [arm64, amd64]
packages:
- accountsservice
- libu2f-udev
- pipewire-audio
- pipewire-pulse
- wireplumber
packages_remove:
- pulseaudio
- pulseaudio-module-bluetooth
sid:
# Debian unstable — pipewire replaces pulseaudio (same as trixie/forky).
# loong64 is included: it is a 64-bit arch capable of running GNOME.
architectures: [arm64, amd64, loong64]
packages:
- accountsservice
- libu2f-udev
- pipewire-audio
- pipewire-pulse
- wireplumber
packages_remove:
- pulseaudio
- pulseaudio-module-bluetooth
# ── Ubuntu 22.04 LTS / 25.10 / 26.04 ──────────────────────────────
jammy:
# Ubuntu 22.04 LTS — polkit split available via SRU;
# pulseaudio remains default on jammy.
architectures: [arm64, amd64]
packages:
- polkitd
- pkexec
- libu2f-udev
packages_uninstall:
- ubuntu-session
resolute:
# Ubuntu 26.04 LTS — same as questing; pavumeter still absent.
architectures: [arm64, amd64]
packages:
- polkitd
- pkexec
- libu2f-udev
packages_remove:
# pavumeter remains absent from the Ubuntu archive (dropped in plucky).
- pavumeter
packages_uninstall:
- ubuntu-session