Looks like it was caused by the same underlying issue:
lip 30 11:05:25 F2A gnome-shell[3660]: Object
.Gjs_ui_windowPreview_WindowPreview (0x56796b250c40), has been already disposed
— impossible to access it. This might be caused by the object having been
destroyed from C code using something su
I'll run it on another machine to see if the issue is related to the GPU
or other hardware components.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/2117277
Title:
gnome-shell crash o
** Attachment added: "monitors.xml"
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2117277/+attachment/5894584/+files/monitors.xml
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bug
I've learned how to reproduce the bug, so I can now quickly test
different scenarios.
lip 29 19:51:43 F2A gnome-shell[3569]: ASSERTION WORKAROUND
lip 29 19:52:53 F2A gnome-shell[3569]: ASSERTION WORKAROUND
lip 29 19:59:06 F2A gnome-shell[3569]: ASSERTION WORKAROUND
lip 29 20:00:34 F2A gnome-shell
I'll check this:
--- mutter-48.1.orig/src/core/place.c 2025-04-01 14:41:18.0 +0200
+++ mutter-48.1/src/core/place.c2025-07-29 19:45:00.853407108 +0200
@@ -201,6 +201,20 @@
*/
current = meta_backend_get_current_logical_monitor (backend);
+
+ if (!current) {
+g_messag
Here is your patch I applied to mutter downloaded with 'apt source
mutter':
--- mutter-48.1.orig/src/core/place.c 2025-04-01 14:41:18.0 +0200
+++ mutter-48.1/src/core/place.c2025-07-29 17:39:31.777613238 +0200
@@ -990,6 +990,21 @@
windows = find_windows_relevant_for_placemen
The bug appears very randomly — it can show up three times in a row and
then not at all for three days. I started noticing it after upgrading
from 32GB to 64GB of RAM. At first, I thought it was caused by a
software update, but it’s most likely a timing issue. I’ll test your
patch.
--
You receive
Indeed, this doesn't address the root cause, but since the error doesn't lead
to a crash, it's perfectly fine for me – I don't lose my session or any open
editors.
gnome-extensions list --enabled
d...@rastersoft.com
ubuntu-appindicat...@ubuntu.com
ubuntu-d...@ubuntu.com
The root cause might
This looks very promising:
https://gitlab.gnome.org/GNOME/mutter/-/commit/2682da09f1140df3f20e4ac24bf8ade15ba7e245
It removes the line that seems to cause the crash:
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4413/diffs#3deba119f413185a72190bf5295be54072c3b1d5_1001_1004
--
You rece
Here’s how the function looks after my debugging modifications:
MetaLogicalMonitor *
meta_monitor_manager_get_logical_monitor_at (MetaMonitorManager *manager,
float x,
float y)
{
The assertion was triggered again, fortunately without a crash. I'm
adding logs to inspect this path, as it differs from the previous one.
lip 27 23:06:00 F2A gnome-shell[84990]: [MUTTER DEBUG] Monitor: x=1920 y=683
width=2560 height=1600
lip 27 23:06:00 F2A gnome-shell[84990]: Overwriting exist
A plain return when logical_monitor is not found actually worked — GNOME
Shell no longer crashes. However, it causes the cursor to freeze briefly
when triggering the issue.
I also added some logging to the meta_monitor_manager_get_logical_monitor_at
and here’s what it shows:
lip 27 22:52:14 F2A
Unfortunately, the patch didn’t work. GNOME Shell still crashes with the
same error:
lip 27 19:40:49 F2A gnome-shell[3748]: ASSERTION WORKAROUND
lip 27 19:40:49 F2A gnome-shell[3748]: **
lip 27 19:40:49 F2A gnome-shell[3748]:
libmutter:ERROR:../src/core/window.c:5986:meta_window_get_work_area_fo
The issue has become disruptive enough that I decided to make a fast
workaround to avoid the crash. I’ve applied it locally — we'll see if it
at least prevents the crash for now.
** Patch added: "workaround.patch"
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2117277/+attachment/589316
I'm sending the full backtrace now, after installing the missing debug
symbols.
** Attachment added: "backtrace.txt"
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2117277/+attachment/5892960/+files/backtrace.txt
--
You received this bug notification because you are a member of Desk
Here's the full backtrace — I realized the previous one I sent was
incomplete. I've compared it with an earlier crash, and the backtraces
are identical.
#0 __pthread_kill_implementation (threadid=, signo=6, no_tid=0)
at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (threadid=, signo=6) a
#0 __pthread_kill_implementation (threadid=, signo=6, no_tid=0)
at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (threadid=, signo=6) at
./nptl/pthread_kill.c:89
#2 __GI___pthread_kill (threadid=, signo=signo@entry=6) at
./nptl/pthread_kill.c:100
#3 0x731b3be4579e in __GI_raise (si
lip 25 00:12:22 G5 gnome-shell[22]:
meta_monitor_manager_get_logical_monitor_from_number: assertion '(unsigned int)
number < g_list_length (manager->logical_monitors)' failed
lip 25 00:12:22 G5 acpid[1164]: input device has been disconnected, fd 20
lip 25 00:12:22 G5 gnome-shell[22]:
met
I didn't experience this issue on my other PC running Ubuntu 22.04.5 —
everything worked fine even when unplugging monitors.
However, after a recent reboot (most likely after some updates were installed
automatically), the crashes started occurring there as well.
I've also had crashes when unplug
Yep:
lip 22 04:40:56 F2A gnome-shell[3450]:
libmutter:ERROR:../src/core/window.c:5986:meta_window_get_work_area_for_logical_monitor:
assertion failed: (logical_monitor)
lip 22 04:40:56 F2A gnome-shell[3450]: Bail out!
libmutter:ERROR:../src/core/window.c:5986:meta_window_get_work_area_for_logica
OK, today I had two crashes.
Both occurred while playing YouTube videos in Chrome and then disconnecting the
screen that was displaying the video.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launch
So far, no crashes since I disabled tiling-assist...@ubuntu.com. I’ll
need a few more days to be 99% sure, but it’s looking promising.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/
Public bug reported:
While unplugging an external monitor (HDMI), GNOME Shell crashed
immediately. The session was terminated and returned to the login
screen.
I am running Ubuntu 25.04 with GNOME Shell 48.0 and Mutter 48.1 under
Wayland. This issue seems related to monitor hotplug or logical mon
The verification of the Stable Release Update for mutter has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a r
The verification of the Stable Release Update for speex has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a re
Hello Julian, or anyone else affected,
Accepted mesa into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/mesa/24.0.9-0ubuntu0.3
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.
Corrected the bug description to not mention noble being a full
backport, as this is not accurate anymore.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/2083538
Title:
amdgpu: [mmhub] p
Hello Matthias, or anyone else affected,
Accepted vsftpd into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/vsftpd/3.0.5-0ubuntu3.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
Hello Matthias, or anyone else affected,
Accepted sqlite3 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/sqlite3/3.45.1-1ubuntu2.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https
Hello Matthias, or anyone else affected,
Accepted ruby3.2 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ruby3.2/3.2.3-1ubuntu0.24.04.2 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
Hello Matthias, or anyone else affected,
Accepted perl into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/perl/5.38.2-3.2build2.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wi
Hello Matthias, or anyone else affected,
Accepted pcre2 into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/pcre2/10.42-4ubuntu2.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wi
Hello Matthias, or anyone else affected,
Accepted openvswitch into noble-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/openvswitch/3.3.0-1ubuntu3.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. Se
Hello Matthias, or anyone else affected,
Accepted mpfr4 into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/mpfr4/4.2.1-1build1.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wik
Hello Matthias, or anyone else affected,
Accepted mpclib3 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/mpclib3/1.3.1-1build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
Hello Matthias, or anyone else affected,
Accepted openldap into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/openldap/2.6.7+dfsg-1~exp1ubuntu8.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package.
Hello Matthias, or anyone else affected,
Accepted nghttp2 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/nghttp2/1.59.0-1ubuntu0.2 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https
Hello Matthias, or anyone else affected,
Accepted nfs-utils into noble-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/nfs-
utils/1:2.6.4-3ubuntu5.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
Hello Matthias, or anyone else affected,
Accepted libzpc into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libzpc/1.2.0-0ubuntu1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
Hello Matthias, or anyone else affected,
Accepted libunwind into noble-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/libunwind/1.6.2-3build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
htt
Hello Matthias, or anyone else affected,
Accepted libselinux into noble-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/libselinux/3.5-2ubuntu2.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
ht
Hello Matthias, or anyone else affected,
Accepted libunistring into noble-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/libunistring/1.1-2build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
Hello Matthias, or anyone else affected,
Accepted libnl3 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libnl3/3.7.0-0.3build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
Hello Matthias, or anyone else affected,
Accepted libmd into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/libmd/1.1.0-2build1.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wik
Hello Matthias, or anyone else affected,
Accepted libidn2 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libidn2/2.3.7-2build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
Hello Matthias, or anyone else affected,
Accepted libgpg-error into noble-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/libgpg-
error/1.47-3build2.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. S
Hello Matthias, or anyone else affected,
Accepted libcap2 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libcap2/1:2.66-5ubuntu2.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https
Hello Matthias, or anyone else affected,
Accepted libbsd into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libbsd/0.12.1-1build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
Hello Matthias, or anyone else affected,
Accepted libaio into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/libaio/0.3.113-6build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
Hello Matthias, or anyone else affected,
Accepted krb5 into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/krb5/1.20.1-6ubuntu2.2
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wik
Hello Matthias, or anyone else affected,
Accepted kmod into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/kmod/31+20240202-2ubuntu7.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:
Hello Matthias, or anyone else affected,
Accepted isl into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/isl/0.26-3build1.1 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubu
Hello Matthias, or anyone else affected,
Accepted isc-kea into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/isc-
kea/2.4.1-3build3.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
https:
Hello Matthias, or anyone else affected,
Accepted gmp into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/gmp/2:6.3.0+dfsg-2ubuntu6.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
Hello Matthias, or anyone else affected,
Accepted haproxy into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/haproxy/2.8.5-1ubuntu3.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:
Hello Matthias, or anyone else affected,
Accepted elfutils into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/elfutils/0.190-1.1build4.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
htt
Hello Matthias, or anyone else affected,
Accepted chrony into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/chrony/4.5-1ubuntu4.2
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wi
Hello Matthias, or anyone else affected,
Accepted eigen3 into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/eigen3/3.4.0-4build0.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Matthias, or anyone else affected,
Accepted boost1.83 into noble-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/boost1.83/1.83.0-2.1ubuntu3.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
Hello Matthias, or anyone else affected,
Accepted audit into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/audit/1:3.1.2-2.1build1.1 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:/
Hello Matthias, or anyone else affected,
Accepted attr into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/attr/1:2.5.2-1build1.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wik
Hello Matthias, or anyone else affected,
Accepted apache2 into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apache2/2.4.58-1ubuntu8.5 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https
Hello Matthias, or anyone else affected,
Accepted acl into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/acl/2.3.2-1build1.1 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ub
The verification of the Stable Release Update for wsl-setup has
completed successfully and the package is now being released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter
Hello Jean-Baptiste, or anyone else affected,
Accepted adsys into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~24.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Jean-Baptiste, or anyone else affected,
Accepted adsys into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~24.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Jean-Baptiste, or anyone else affected,
Accepted adsys into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~24.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Denison, or anyone else affected,
Accepted adsys into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~24.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ub
Hello Denison, or anyone else affected,
Accepted adsys into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~22.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ub
Hello Jean-Baptiste, or anyone else affected,
Accepted adsys into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~22.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Jean-Baptiste, or anyone else affected,
Accepted adsys into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~22.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Jean-Baptiste, or anyone else affected,
Accepted adsys into jammy-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/adsys/0.14.2~22.04 in
a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Didier, or anyone else affected,
Accepted ubuntu-meta into jammy-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/ubuntu-meta/1.481.4
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://w
Hello Didier, or anyone else affected,
Accepted livecd-rootfs into jammy-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/livecd-
rootfs/2.765.50 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
htt
Hello Didier, or anyone else affected,
Accepted wsl-setup into jammy-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/wsl-
setup/0.5.4~22.04 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
Hello Didier, or anyone else affected,
Accepted wsl-setup into noble-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/wsl-
setup/0.5.4~24.04 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://
The verification of the Stable Release Update for ubuntu-drivers-common
has completed successfully and the package is now being released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that y
Hello Daniel, or anyone else affected,
Accepted ubuntu-drivers-common into jammy-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-drivers-
common/1:0.9.6.2~0.22.04.7 in a few hours, and then in the -proposed
repository.
Please help us by testing
Hello Kuba, or anyone else affected,
Accepted ubuntu-drivers-common into jammy-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-drivers-
common/1:0.9.6.2~0.22.04.7 in a few hours, and then in the -proposed
repository.
Please help us by testing t
Hello Kuba, or anyone else affected,
Accepted ubuntu-drivers-common into jammy-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-drivers-
common/1:0.9.6.2~0.22.04.7 in a few hours, and then in the -proposed
repository.
Please help us by testing t
Hello Daniel, or anyone else affected,
Accepted ubuntu-drivers-common into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-drivers-
common/1:0.9.7.6ubuntu3.1 in a few hours, and then in the -proposed
repository.
Please help us by testing
I think we have all the answers now. Let me accept this into proposed,
but I'd request lots of test coverage from users using the -proposed
package on different hardware.
** Changed in: ubuntu-drivers-common (Ubuntu Noble)
Status: In Progress => Fix Committed
** Tags added: verification-ne
Hello Kuba, or anyone else affected,
Accepted ubuntu-drivers-common into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-drivers-
common/1:0.9.7.6ubuntu3.1 in a few hours, and then in the -proposed
repository.
Please help us by testing th
The verification of the Stable Release Update for ubuntu-release-
upgrader has completed successfully and the package is now being
released to -updates. Subsequently, the Ubuntu Stable Release Updates
Team is being unsubscribed and will not receive messages about this bug
report. In the event tha
The verification of the Stable Release Update for gnome-shell has
completed successfully and the package is now being released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encount
Hello Matthias, or anyone else affected,
Accepted s390-tools-signed into noble-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/s390-tools-
signed/2.31.0-0ubuntu5.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this ne
Hello Skia, or anyone else affected,
Accepted ubuntu-release-upgrader into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:24.04.22
in a few hours, and then in the -proposed repository.
Please help us by testing this ne
The verification of the Stable Release Update for gnome-calendar has
completed successfully and the package is now being released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you enco
The verification of the Stable Release Update for gsettings-desktop-
schemas has completed successfully and the package is now being released
to -updates. Subsequently, the Ubuntu Stable Release Updates Team is
being unsubscribed and will not receive messages about this bug report.
In the event th
The verification of the Stable Release Update for gnome-online-accounts
has completed successfully and the package is now being released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that y
The verification of the Stable Release Update for gnome-online-accounts
has completed successfully and the package is now being released to
-updates. Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that y
Hello Matthias, or anyone else affected,
Accepted postgresql-16 into noble-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/postgresql-16/16.4-0ubuntu0.24.04.2
in a few hours, and then in the -proposed repository.
Please help us by testing this new pac
Hello Skia, or anyone else affected,
Accepted ubuntu-release-upgrader into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:24.04.21
in a few hours, and then in the -proposed repository.
Please help us by testing this ne
Hello Matthias, or anyone else affected,
Accepted systemd into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/systemd/255.4-1ubuntu8.4 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https:
Hello Matthias, or anyone else affected,
Accepted runc-app into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/runc-
app/1.1.12-0ubuntu3.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
ht
Hello Matthias, or anyone else affected,
Accepted rustc into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/rustc/1.75.0+dfsg0ubuntu1-0ubuntu7.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package.
Hello Matthias, or anyone else affected,
Accepted s390-tools into noble-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/s390-tools/2.31.0-0ubuntu5.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
Hello Matthias, or anyone else affected,
Accepted zlib into noble-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/zlib/1:1.3.dfsg-3.1ubuntu2.1 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https
Hello Matthias, or anyone else affected,
Accepted xz-utils into noble-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/xz-
utils/5.6.1+really5.4.5-1build0.1 in a few hours, and then in the
-proposed repository.
Please help us by testing this new packag
Hello Matthias, or anyone else affected,
Accepted util-linux into noble-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/util-
linux/2.39.3-9ubuntu6.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. Se
1 - 100 of 1073 matches
Mail list logo