Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ vanilla-first-setup (3.4.0) unstable; urgency=medium
* Updated subsystem setup script
* Added Apx GUI and Resources to apps
* Removed File Roller and Photos from apps
* Improved descriptions for application categories
* Updated translations

-- NN708 <nn708@outlook.com> Tue, 19 May 2025 00:00:00 +0000
-- NN708 <nn708@outlook.com> Sat, 20 Jun 2026 00:00:00 +0000

vanilla-first-setup (3.1.0) unstable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions vanilla_first_setup/gtk/layout-applications.ui
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Browsers</property>
<property name="subtitle" translatable="yes">Essential GNOME apps like Calendar or Document Viewer</property>
<property name="subtitle" translatable="yes">Web browsers for surfing the Internet</property>
<property name="activatable-widget">browsers_switch</property>
<child type="suffix">
<object class="GtkSwitch" id="browsers_switch">
Expand Down Expand Up @@ -103,7 +103,7 @@
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Office</property>
<property name="subtitle" translatable="yes">The LibreOffice suite</property>
<property name="subtitle" translatable="yes">Office suites for creating and editing documents</property>
<property name="activatable-widget">office_switch</property>
<child type="suffix">
<object class="GtkSwitch" id="office_switch">
Expand Down
Loading