Your message dated Thu, 12 Jun 2025 21:49:18 +0000
with message-id <[email protected]>
and subject line Bug#1099579: fixed in gnome-shell 48.2-3
has caused the Debian Bug report #1099579,
regarding gnome-shell: re-evaluate initial apps to show in the Dash for trixie
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1099579: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099579
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnome-shell
Version: 48~rc-1
Severity: important
Tags: trixie, sid
Control: affects -1 + gnome gnome-core
X-Debbugs-Cc: [email protected]
We have a GSettings override to set Debian-appropriate apps to appear in
the Dash in new installations, which means that upstream changes to the
list of apps in the Dash are not reflected in Debian.
Currently in Debian we have:
> favorite-apps=[
> 'firefox-esr.desktop',
> 'org.gnome.Evolution.desktop',
> 'rhythmbox.desktop',
> 'libreoffice-writer.desktop',
> 'org.gnome.Nautilus.desktop',
> 'org.gnome.Software.desktop',
> 'yelp.desktop'
> ]
— debian/gnome-shell.gsettings-override
overriding upstream's:
> org.gnome.Epiphany.desktop
> org.gnome.Calendar.desktop
> gnome.Nautilus.desktop
> org.gnome.Software.desktop
> org.gnome.TextEditor.desktop
> org.gnome.Calculator.desktop
— data/default-apps/dash.txt
Epiphany → Firefox seems a reasonable swap. I believe Fedora does the same.
Upstream used to have Firefox in this position here too.
Do we want Calendar instead of Evolution? Upstream replaced Evolution with
Geary and Calendar in 2019 (commit d0507ec6 "Update default favorite apps
list", https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/907) and
then removed Geary in 2021 (80e22740 "schemas: Define default app grid
arrangement", https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1700).
We should probably remove Rhythmbox? We dropped it from the gnome
metapackage. Upstream replaced it with gnome-music in 2019
(commit d0507ec6 again) before dropping it entirely in 2025
(commit fb289fa0 "data: Reorganize default apps",
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3642).
I don't know whether Libreoffice Writer is there intentionally, or just
because upstream used to have OpenOffice and then Libreoffice. It was
removed upstream in 2014 (6a142c42 "Remove some apps from the default
favourite apps list", https://bugzilla.gnome.org/show_bug.cgi?id=735682).
Adding Yelp (help browser) seems reasonable, although upstream never did.
TextEditor was added in 2024 by commit c991239c "data: Add Text Editor to
the dash by default" with justification "to prevent it from being too empty
by default", so I think we only need to do that if our list becomes very
short. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3135
Calculator was added in
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3642 with no
justification that I can see.
smcv
--- End Message ---
--- Begin Message ---
Source: gnome-shell
Source-Version: 48.2-3
Done: Simon McVittie <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gnome-shell, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Simon McVittie <[email protected]> (supplier of updated gnome-shell package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 12 Jun 2025 21:08:12 +0100
Source: gnome-shell
Architecture: source
Version: 48.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Closes: 1099579 1104630
Changes:
gnome-shell (48.2-3) unstable; urgency=medium
.
* Team upload
* Adjust wording of previous changelog entry to reflect that gnome-music
is still installed by default
* Release to unstable
.
gnome-shell (48.2-2) experimental; urgency=medium
.
* Team upload
* Summarize upstream changes in previous changelog entry
* d/gnome-shell.gsettings-override: Update default pinned apps for trixie.
The pinned (favourite) apps appear in the Dash (the bottom panel),
instead of appearing in the main app grid.
This file is a Debian-specific override for upstream's default list.
The changes compared with previous versions in Debian:
- Remove Rhythmbox. We no longer recommend a specific music player for
GNOME; users are welcome to install Amberol, GNOME Music, Lollypop,
Rhythmbox or any other music player of their choice.
- Remove LibreOffice Writer. Pinned apps don't appear in the app grid,
and it seems inconsistent to have Writer in the Dash (and not the
app grid) but every other LibreOffice component such as Calc in the
app grid (not the dash).
- Add gnome-text-editor, matching upstream.
- Add gnome-calculator, matching upstream.
The changes compared with upstream:
- Replace Epiphany (GNOME Web) with Firefox ESR, matching what we
install by default
- Replace GNOME Calendar with Evolution
- Add Yelp (GNOME Help)
This doesn't necessarily have any effect for existing users:
if the user has pinned or unpinned an app at least once, once,
then their list of pinned apps is saved and will be unaffected
by this override. Please test with a completely new installation,
a newly-created test user, or a user with an empty home directory.
(Closes: #1099579)
* d/patches: Move im-config from main app grid to the System folder,
as requested by Jeremy Bícha on #1099579.
A known issue is that this only has an effect for completely new
installations or newly-created users: if the user has logged in at
least once, then their app -> folder mapping is saved, even if they
never explicitly modified it.
.
gnome-shell (48.2-1) experimental; urgency=medium
.
* New upstream bugfix release
- Track screen-time for the Wellbeing feature correctly across
suspend/resume, not counting time spent suspended as screen time
(Closes: #1104630; gnome-shell!3707 upstream)
- Check for surrounding text before enabling that capability
(mutter#3102, gnome-shell!3666 upstream)
- Fix a crash that can occur during startup when an extension is
updated
(gnome-shell#8417 upstream)
- Fix a regression that broke the ability to run commands in
terminals via: Alt+F2, <command>, Ctrl+Enter
(gnome-shell#7516 upstream)
- Fix VPN toggle in system menu not working when clicking the switch
(gnome-shell#8204 upstream)
- Always close folders when clicking outside them
(gnome-shell#7541 upstream)
- Add comments to give context for translators
(gnome-shell!3716 upstream)
- Translation updates: ro
Checksums-Sha1:
1099a2be38010a767af71d963981a78c57293989 3847 gnome-shell_48.2-3.dsc
c36d4fc834dfc57f27bea8dc8e00e6aeaffd022d 52608 gnome-shell_48.2-3.debian.tar.xz
dc81c5761df05f14de675fe3e211d1533482091d 24278
gnome-shell_48.2-3_source.buildinfo
Checksums-Sha256:
ea5a41f84141d090e5561e9adb2567e590d5b91fbd2ed25ddcbc4beab83655de 3847
gnome-shell_48.2-3.dsc
434676a3b7880adee974bf2a3a6287133008d458270621e3bbc1d8efe9016dd1 52608
gnome-shell_48.2-3.debian.tar.xz
2b4f2cdf0bd962393b33b0ef2439cdc8217367ca652fa2b240fffae27eebda12 24278
gnome-shell_48.2-3_source.buildinfo
Files:
9e5977bd3c8aebf664b92d09ab503981 3847 gnome optional gnome-shell_48.2-3.dsc
537cb54efa5b22fd04df32e479ee29ab 52608 gnome optional
gnome-shell_48.2-3.debian.tar.xz
b64fb64c20c0279d052f9d2d51ecee8a 24278 gnome optional
gnome-shell_48.2-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEegc60a5pT6Jb/2LlI1wJnT6zMHYFAmhLSEQACgkQI1wJnT6z
MHa2+A/7BktB/3e0yC0rXJOTz3J+XOqPhAFxfJlEVFh8mM5R6WWgPmY6y9MJUZEh
knhgJVtvoK1OduZDMd0CXe63G3kXfd5BBoFg5Qp1DX0N/pLfGju3JOqp4nHkTfEh
GNZluA7eoeZgRN0eUjhFL87TK/MATpOEXPKh0ggVnbq6kuwZyB5Y02LPxcn2uLd8
jIybuUEB/mJW2VQVD4cnYtpumLvbNelYL1BCiT9iWfiH3SIEd3IIeEckPCkrckhs
UhIa7/V6W9IfZrtDzjhSTwxDYcO4UoD9j3tnkekyfsYqUfGioQMpHXHUNKbH4sEu
27W1UO4+V/11OJqRnH89xebnqDUkbWoSuzxA9wAxArqOQq8ks/Elny8RnKUnXO8V
ooGbSL8I8rK+Q8mEgrxvgsIRoEEPFagZBdb9OpKtc7n6QYScVhy+QF+7SOKuoR37
VUfFg7yG+8sI4wj4w9AZJpePCdR4EhYmYvRu6NYVb9o1qKUmyFSaqkBc+hq91vEM
J8FoLLscRlePXvjFebTWZsgLgyy1h0QVDbqLq+GfpcuE/8I7E/O7M0gi5n+EkqiK
iVqimCNGngdyHv66TZjSDdBf07uSyTQ3Fdc1tHKoGhIx/gvrOGpjZRm1bwZDEtDj
FPRQEwxNQyGeioBJqx6IULQd9OewgfiB914n3YlFG5MkmqGTyKs=
=Kj0W
-----END PGP SIGNATURE-----
pgpaxiIwKVgDk.pgp
Description: PGP signature
--- End Message ---