[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-30 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-30 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-30 Thread Łukasz
** 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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-29 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-29 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-29 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-29 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-28 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-27 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-27 Thread Łukasz
Here’s how the function looks after my debugging modifications: MetaLogicalMonitor * meta_monitor_manager_get_logical_monitor_at (MetaMonitorManager *manager, float x, float y) {

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-27 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-27 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-27 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-25 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-24 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-24 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-24 Thread Łukasz
#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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-24 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-24 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-21 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-21 Thread Łukasz
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

[Desktop-packages] [Bug 2117277] Re: gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-19 Thread Łukasz
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/

[Desktop-packages] [Bug 2117277] [NEW] gnome-shell crash on unplugging external monitor – meta_window_get_work_area_for_logical_monitor assertion

2025-07-18 Thread Łukasz
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

[Desktop-packages] [Bug 2081728] Update Released

2024-12-05 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2085896] Update Released

2024-12-05 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083538] Re: amdgpu: [mmhub] page fault (src_id:0 ring:8 vmid:6 pasid:32781 / Fence fallback timer expired on ring sdma0

2024-12-02 Thread Łukasz Zemczak
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.

[Desktop-packages] [Bug 2083538] Re: amdgpu: [mmhub] page fault (src_id:0 ring:8 vmid:6 pasid:32781 / Fence fallback timer expired on ring sdma0

2024-12-02 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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://

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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:/

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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.

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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://

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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:/

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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:/

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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://

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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:/

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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:

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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:

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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:/

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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:

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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:/

[Desktop-packages] [Bug 2083480] Please test proposed package

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2083480] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-10-15 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2080223] Update Released

2024-09-23 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078246] Re: Ignore casing in domain/ section of sssd.conf

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078245] Re: DCONF policy manager removes userdb on empty policy

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078247] Re: rewrite from / to @ formats overwrites usernames

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078473] Re: Discovery of KRB5 ticket fails even if ticket is discoverable

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078473] Please test proposed package

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078246] Please test proposed package

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078247] Please test proposed package

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2078245] Please test proposed package

2024-09-17 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2080223] Please test proposed package

2024-09-12 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2080223] Please test proposed package

2024-09-12 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2080223] Please test proposed package

2024-09-12 Thread Łukasz Zemczak
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://

[Desktop-packages] [Bug 2080223] Re: Ensure WSL instances do not rely on the Windows launcher by using the new build pipeline

2024-09-12 Thread Łukasz Zemczak
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://

[Desktop-packages] [Bug 2077654] Update Released

2024-09-10 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2060268] Re: Phantom "Unknown Display" shown in Settings after installing the Nvidia driver

2024-09-02 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2077646] Re: revert RLIMIT_NOFILE set and test

2024-09-02 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2077654] Re: Race condition on builders result in 100% fail rate

2024-09-02 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2060268] Please test proposed package

2024-09-02 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2060268] Re: Phantom "Unknown Display" shown in Settings after installing the Nvidia driver

2024-09-02 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2077646] Re: revert RLIMIT_NOFILE set and test

2024-09-02 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2043820] Update Released

2024-08-27 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2069559] Update Released

2024-08-27 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2076340] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-08-22 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2043820] Re: Unable to contact snap store on Xubuntu from Jammy to Noble

2024-08-22 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2072742] Update Released

2024-08-21 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2064656] Update Released

2024-08-21 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2072775] Update Released

2024-08-21 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2072782] Update Released

2024-08-21 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2076340] Please test proposed package

2024-08-21 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2043820] Re: Unable to contact snap store on Xubuntu from Jammy to Noble

2024-08-12 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2076340] Re: SRU: no-change rebuild to pick up changed build flags on ppc64el and s390x

2024-08-09 Thread Łukasz Zemczak
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:

[Desktop-packages] [Bug 2076340] Please test proposed package

2024-08-09 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2076340] Please test proposed package

2024-08-09 Thread Łukasz Zemczak
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.

[Desktop-packages] [Bug 2076340] Please test proposed package

2024-08-09 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2076340] Please test proposed package

2024-08-09 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2076340] Please test proposed package

2024-08-09 Thread Łukasz Zemczak
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

[Desktop-packages] [Bug 2076340] Please test proposed package

2024-08-09 Thread Łukasz Zemczak
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   2   3   4   5   6   7   8   9   10   >