Package: gnome-shell / 48.5-3

Metadata

Package Version Patches format
gnome-shell 48.5-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/Revert tests Fail on warnings too.patch | (download)

tests/meson.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 revert "tests: fail on warnings too"

This reverts commit 207b9bb3c0a582b830218fd1b6e8760684adbc48.

shell app Warn instead of crashing if disposed before sta.patch | (download)

src/shell-app.c | 24 21 + 3 - 0 !
1 file changed, 21 insertions(+), 3 deletions(-)

 shell/app: warn instead of crashing if disposed before startup
 notification

This is currently easy to reproduce by launching and immediately closing
Chrome, then closing the shell. But automated crash reports show it can
also happen while using the shell, during a garbage collection run.

It's currently the top gnome-shell crasher in Ubuntu, and mostly with
Chromium/Electron apps. But regardless of the offender, we shouldn't
ever trust application behaviour to keep the shell alive.

Bug: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7045
Bug-Ubuntu: https://bugs.launchpad.net/bugs/2037055
debian/data Add im config.desktop to System folder.patch | (download)

data/default-apps/system-folder.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 data: add im-config.desktop to system folder
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Debian installs this by default, but most users will only need to run
it once, or perhaps not at all.

Thanks: Jeremy Bcha
Helps: #1099579