Skip to content

Commit dbcfed1

Browse files
committed
Update feature grid
- Update label for 24.04 LTS. - Pipewire is the default audio server. - Simplify where possible to have less rows and 3 columns.
1 parent af36be5 commit dbcfed1

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

_data/apps.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,6 @@ preinstalled:
264264
src_url: https://github.com/celluloid-player/celluloid
265265
translations_url: https://github.com/celluloid-player/celluloid#contributing-translations
266266

267-
- name: Cheese
268-
img: /images/icons/camera-app.png
269-
src_url: https://gitlab.gnome.org/GNOME/cheese
270-
translations_url: https://translations.launchpad.net/ubuntu/+source/cheese
271-
272267
- name: Rhythmbox
273268
img: /images/icons/rhythmbox.png
274269
src_url: https://gitlab.gnome.org/GNOME/rhythmbox

_data/feature-grid.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
icon: /images/icons/mate-panel.svg
66
url: /features/panel/
77

8-
- string_name: theming
9-
icon: /images/icons/preferences-desktop-wallpaper.png
10-
118
- string_name: mate_tweak
129
icon: /images/icons/user-desktop.png
1310

@@ -115,19 +112,9 @@
115112
icon: /images/icons/applications-multimedia.png
116113
not_in_min_install: true
117114

118-
- name: Cheese
119-
icon: /images/icons/camera-app.png
120-
not_in_min_install: true
121-
class:
122-
- "not-in-21-10"
123-
- "not-in-22-04"
124-
- "not-in-23-04"
125-
126115
- name: Webcamoid
127116
icon: /images/icons/camera-app.png
128117
not_in_min_install: true
129-
class:
130-
- "not-in-20-04"
131118

132119
- name: Rhythmbox
133120
icon: /images/icons/rhythmbox.png
@@ -179,36 +166,22 @@
179166
technology: bash
180167
icon: /images/icons/terminal-app.png
181168

182-
- string_name: installer
183-
technology: ubiquity
184-
icon: /images/icons/ubiquity.png
185-
186169
- string_name: printer
187170
technology: cups
188171
icon: /images/icons/printer.png
189172

190-
- string_name: apport
191-
technology: apport
192-
icon: /images/icons/apport.svg
193-
194173
- string_name: display
195174
technology: X.org
196175

197176
- string_name: init
198177
technology: systemd
199178

200179
- string_name: audio
201-
technology: pulseaudio
202-
not_in_min_install: true
203-
class:
204-
- "not-in-23-04"
180+
technology: pipewire
205181

206182
- string_name: win_man
207183
technology: marco
208184

209-
- string_name: boot_splash
210-
technology: plymouth
211-
212185
- string_name: bootloader
213186
technology: grub2
214187

_layouts/feature-grid.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
<label>
2424
{{ site.data.strings.filter_distro }}
2525
<select id="filter-distro" class="feature-filter" onchange="refreshFeatureFilters()">
26-
<option name="not-in-22-04">22.04 LTS</option>
27-
<option name="not-in-23-04">23.04</option>
26+
<option name="not-in-24-04">24.04 LTS</option>
2827
</select>
2928
</label>
3029
<label>

0 commit comments

Comments
 (0)