The current target is the early target date (18 April). Action summary ==================== Accepted blockers ----------------- 1. fcoe-utils — anaconda failed to detect the fcoe target(only affects ixgbe) — NEW ACTION: Maintainer to diagnose issue NEEDINFO: cleech 2. gnome-calendar — After a few searches, search no longer works and cpu is at 100% — VERIFIED ACTION: none 3. gnome-maps — A quick movement breaks tile rendering, gets you banned at the server — VERIFIED ACTION: none 4. gnome-shell — Logout/reboot/poweroff timeout leaves the session in a broken state, doesn't perform the action — POST ACTION: Maintainer to build an update that contains upstream MR #2696 5. gtk4 — With GTK 4.9.1 , Nautilus' target for "Move To" or "Copy To" operations is unexpected and can be invalid — VERIFIED ACTION: none 6. kernel — The kernel sometimes does not initialize SimpleDRM when booting in basic graphics mode on BIOS, causing SDDM to fail — NEW ACTION: Everyone to agree on a suitable workaround 7. mutter — Session crash when reverting Display settings — VERIFIED ACTION: none 8. mutter — Crash when using Win+P shortcut — VERIFIED ACTION: none 9. nautilus — Dragging files is Nautilus doesn't work as expected, quick movements result in a selection box instead — VERIFIED ACTION: none 10. openssh — Update hostkey migration to support OSTree systems and dynamically detect hostkey location — POST ACTION: fedora-release and openssh maintainers to merge pending pull requests 11. sddm — Virtual keyboard (on-screen) not working at sddm-wayland-plasma — NEW ACTION: Maintainers to diagnose issue or revert to using X11 12. shim — Live image made with BOOTX64.EFI from latest shim-x64-15.6-2 fails to boot on some boards — NEW ACTION: kernel upstream to merge NX support Proposed blockers ----------------- 1. f38-backgrounds — The default wallpaper isn't listed among available wallpapers — VERIFIED ACTION: none 2. gnome-abrt — crash data are erased occasionally — NEW ACTION: Maintainer to diagnose issue 3. gnome-calendar — Crash/Hang when clicking a modified Google event right after editing it (due to the preview popover) — NEW ACTION: Upstream to diagnose issue 4. ibus — ibus: XFree(): ibus-x11 killed by SIGABRT — MODIFIED ACTION: QA or reporter to verify FEDORA-2023-e0df9e598e 5. mutter — Fullscreen mode is broken for many games — POST ACTION: Maintainer to create an update the contains upstream MR #2910 6. xdg-desktop-portal-kde — xdg-desktop-portal-kde is launching and crashing when SDDM launches the Wayland greeter — NEW ACTION: Maintainer to diagnose issue Bug-by-bug detail ============= Accepted blockers ----------------- 1. fcoe-utils — https://bugzilla.redhat.com/show_bug.cgi?id=2171350 — NEW anaconda failed to detect the fcoe target(only affects ixgbe) The installer does not detect attached FCOE storage using ixgbe. SELInux warnings appear, but it runs in passive mode, so that is not the root cause. 2. gnome-calendar — https://bugzilla.redhat.com/show_bug.cgi?id=2177992 — VERIFIED After a few searches, search no longer works and cpu is at 100% Several searches result in full CPU and memory utilization, even after closing the application. FEDORA-2023-35421ab32a contains a verified fix. 3. gnome-maps — https://bugzilla.redhat.com/show_bug.cgi?id=2177995 — VERIFIED A quick movement breaks tile rendering, gets you banned at the server Some actions in gnome-maps that involve animations result in being temporarily banned by the server. FEDORA-2023-b3146555f6 contains a verified fix for the blocking behavior. Additional non-blocking behavior remains to be fixed: https://gitlab.gnome.org/GNOME/gnome-maps/-/issues/546 4. gnome-shell — https://bugzilla.redhat.com/show_bug.cgi?id=2177853 — POST Logout/reboot/poweroff timeout leaves the session in a broken state, doesn't perform the action When a user lets the logout/reboot/poweroff confirmation timeout, everything is grayed out and the mouse can't click on anything, but the keyboard can still be used. Upstream MR https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2696 contains a candidate fix. 5. gtk4 — https://bugzilla.redhat.com/show_bug.cgi?id=2173891 — NEW With GTK 4.9.1 , Nautilus' target for "Move To" or "Copy To" operations is unexpected and can be invalid Copying or moving a file to a directory that is not empty results in failure. Empty directory targets work. FEDORA-2023-b6f25977ef contains a verified fix. 6. sddm — https://bugzilla.redhat.com/show_bug.cgi?id=2176782 — NEW The kernel sometimes does not initialize SimpleDRM when booting in basic graphics mode on BIOS, causing SDDM to fail In BIOS mode only, sddm results in a blank screen when using basic graphics mode. This is the result of a SimpleDRM device not being created. gdm uses a fallback to x11 in this scenario, so it works. Configuring GRUB to use a gfxterm for BIOS boots may be a workaround. The proposed `vga=normal` workaround does not appear to work. 7. mutter — https://bugzilla.redhat.com/show_bug.cgi?id=2175809 — VERIFIED Session crash when reverting Display settings Applying a change to Display settings and then reverting (or pressing Escape when presented with the revert dialog) results in a crash. Letting the dialog window time out does not crash. FEDORA-2023-6cec60a347 contains a verified fix. 8. mutter — https://bugzilla.redhat.com/show_bug.cgi?id=2177982 — VERIFIED Crash when using Win+P shortcut Using Win+P to switch between displays configuration crashes gnome-shell. FEDORA-2023-6cec60a347 contains a verified fix. 9. nautilus — https://bugzilla.redhat.com/show_bug.cgi?id=2176766 — VERIFIED Dragging files is Nautilus doesn't work as expected, quick movements result in a selection box instead In order to successfully drag-and-drop a file, you must first hold the mouse still with the left button pressed for ~half a second. FEDORA-2023-287e6e502b contains a verified fix. 10. openssh — https://bugzilla.redhat.com/show_bug.cgi?id=2172956 — POST Update hostkey migration to support OSTree systems and dynamically detect hostkey location rpm-ostree systems don't run RPM scriptlets on upgrade, which could result in an upgrade locking users out of remote machines. Package pull requests https://src.fedoraproject.org/rpms/fedora-release/pull-request/253 and https://src.fedoraproject.org/rpms/openssh/pull-request/45 contain a candidate fix. 11. sddm — https://bugzilla.redhat.com/show_bug.cgi?id=2174563 — NEW Virtual keyboard (on-screen) not working at sddm-wayland-plasma The virtual keyboard at the login screen does not appear when you click the appropriate button. This appears to be a Wayland-specific issue; reverting to X11 allows the keyboard to work as expected. 12. shim — https://bugzilla.redhat.com/show_bug.cgi?id=2113005 — NEW Live image made with BOOTX64.EFI from latest shim-x64-15.6-2 fails to boot on some boards UEFI LoadOptions that start with NUL cause boot failure. This is fixed upstream in https://github.com/rhboot/shim/pull/505 but the SecureBoot signing process requires NX support in the kernel, which is still pending upstream. Proposed blockers ----------------- 1. f38-backgrounds — https://bugzilla.redhat.com/show_bug.cgi?id=2178172 — VERIFIED The default wallpaper isn't listed among available wallpapers The default background is correctly applied, but if the users switches to a different wallpaper, the default is not visible in the selection. FEDORA-2023-359dafca1d contains a verified fix. 2. gnome-abrt — https://bugzilla.redhat.com/show_bug.cgi?id=2177153 — NEW crash data are erased occasionally It appears that abrt is removing report data when disk usage exceeds a threshold, but it's not clear why the reporter is expericing this worse than others. There may be some user experience improvements to make. In any case, the vote looks likely to be for rejecting this as a blocker. 3. gnome-calendar — https://bugzilla.redhat.com/show_bug.cgi?id=2177993 — NEW Crash/Hang when clicking a modified Google event right after editing it (due to the preview popover) Clicking on a remote event immediately after editing it results in either a crash or an unresponsive window. Waiting a few seconds before clicking results in expected behavior. 4. ibus — https://bugzilla.redhat.com/show_bug.cgi?id=2156108 — MODIFIED ibus: XFree(): ibus-x11 killed by SIGABRT Typing is sometimes "sluggish" with frequent pauses. Eventually ibus crashes. FEDORA-2023-e0df9e598e contains a candidate fix. 5. mutter — https://bugzilla.redhat.com/show_bug.cgi?id=2178167 — POST Fullscreen mode is broken for many games Many games fail to work in fullscreen and if they launch in fullscreen, they may not be usable at all. Upstream MR https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2910 contains a candidate fix. 6. xdg-desktop-portal-kde — https://bugzilla.redhat.com/show_bug.cgi?id=2178971 — NEW xdg-desktop-portal-kde is launching and crashing when SDDM launches the Wayland greeter When the greeter launches, xdg-desktop-portal-kde also launches and crashes. This appears to only happen on Wayland. -- Ben Cotton He / Him / His Fedora Program Manager Red Hat TZ=America/Indiana/Indianapolis _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue