6 Commits

Author SHA1 Message Date
Simon McVittie
6a16fc6e65 default-apps: Correct Nautilus' app ID
Fixes: fb289fa0 "data: Reorganize default apps"
Resolves: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/8230
Signed-off-by: Simon McVittie <smcv@debian.org>
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3662>
2025-03-05 12:40:16 +00:00
Daniel Rusek
f612f5975d data: Fix typo in App Grid apps
Add missing .desktop suffix

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3651>
2025-02-26 18:46:13 +00:00
Allan Day
fb289fa05d data: Reorganize default apps
* Remove obsolete apps
* Add new core apps
* Deduplicate apps which were in both the grid and a folder
* Split system tools out of the utilities folder
* Rearrange the dash a little

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3642>
2025-02-26 13:09:16 +00:00
Florian Müllner
c0e3dfd166 data: Add "System" default folder
The "Utilities" folder is potentially getting quite crowded,
so set up an additional "System" folder. It will be populated
in a follow-up commit.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3642>
2025-02-26 13:09:16 +00:00
AsciiWolf
33ea672605 data: Add org.gnome.Sysprof to Utilities
Sysprof is pre-installed on Ubuntu and possibly some other distributions,
and can be confusing for regular users. Let's add it to the curated list.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3616>
2025-02-14 14:57:43 +00:00
Florian Müllner
38c6293f4f data: Generate dash/app-grid defaults from text files
Defining default apps as serialized GVariants isn't very human-friendly,
which likely contributes to the fact that the lists are in parts horribly
outdated (Books! Cheese! Screenshot! gedit!).

Instead, generate the lists at build time from simple text files, which
should be much easier to update.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3632>
2025-02-13 19:59:17 +00:00