You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sw/broken-software.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,35 +135,44 @@ run). You may have varying levels of success by attempting to run your software
135
135
136
136
Issues (other than page size and architectural support issues) in third-party software, reported and/or tracked by Asahi core team members:
137
137
138
+
### Open Bugs
139
+
140
+
| Package | Issue | Notes |
141
+
| ---------------- | ----- | ----- |
142
+
| firefox |[wayland: The first frame on startup is sometimes uninitialized for a moment (also maybe on x11)](https://bugzilla.mozilla.org/show_bug.cgi?id=1831051)|
143
+
| gnome-bluetooth/bluez | Frequent audio stutters and deconnections of audio A2DP output (no issues using blueman) | No bugs filled yet |
144
+
| hyprland |[Explicit Sync timelines fail importing, killing the client](https://github.com/hyprwm/Hyprland/issues/8158)|
145
+
| kwin |[Root background damage regions are calculated incorrectly with multiscreen](https://bugs.kde.org/show_bug.cgi?id=477454)|
146
+
| plasmashell |[startplasma breaks variable merging between profile.d and environment.d](https://bugs.kde.org/show_bug.cgi?id=491579)|
147
+
| systemsettings |[default system keyboard model is not correctly set on Wayland](https://bugs.kde.org/show_bug.cgi?id=475435)|
148
+
| wireplumber |[Cannot pass args to PW modules from lua](https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/538)|
149
+
| wlroots |[Add support for DRM Color Transformation Matrix (Useful for e.g. redshift)](https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1078)|[Related PR](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4815)|
150
+
| wlroots |[cannot open render as master when using seatd](https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3911)|
151
+
| xkeyboard-config |[Handling Mac Fn keys in xkeyboard](https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/379)|
| chromium |[cppgc crashes on Linux w/ 16KiB pages because of hardcoded kGuardPageSize](https://issues.chromium.org/issues/378017037)| Fixed in Chromium 133.0.6943.141 |
144
163
| dracut |[Memoize find_kmod_module_from_sysfs_node](https://github.com/dracut-ng/dracut-ng/pull/408)| Fixed in dracut 103 |
145
-
| firefox |[wayland: The first frame on startup is sometimes uninitialized for a moment (also maybe on x11)](https://bugzilla.mozilla.org/show_bug.cgi?id=1831051)|
146
164
| firefox |[YouTube is capping resolutions to 1080 on Linux aarch64 user agents](https://bugzilla.mozilla.org/show_bug.cgi?id=1869521)| Fixed in Firefox 123 |
147
165
| gcc |[LTO miscompilation of ceph on aarch64 and x86_64](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113359)| Fixed in gcc 13.3 / 14.1 |
| gnome-bluetooth/bluez | Frequent audio stutters and deconnections of audio A2DP output (no issues using blueman) | No bugs filled yet |
150
167
| gtk |[GSK issues illegal render ops with load=dont-care and blend=over with Wayland fractional scaling, causing graphical corruption](https://gitlab.gnome.org/GNOME/gtk/-/issues/7146)| Fixed in gtk 4.17.6 |
151
168
| gtk |[GSK/vulkan uses mipmaps without checking the formats/tiling `VkImageFormatProperties.maxMipLevels`](https://gitlab.gnome.org/GNOME/gtk/-/issues/7229)| Fixed in gtk 4.17.5 |
152
169
| hyprland |[issue with OpenGL applications crashing when using Hyprland 0.42.0](https://github.com/hyprwm/Hyprland/issues/7364)| Fixed in hyprland 0.43.0 |
153
-
| hyprland |[Explicit Sync timelines fail importing, killing the client](https://github.com/hyprwm/Hyprland/issues/8158)|
154
170
| kpipewire |[Spectacle fails to record a window with h264 in specific dimensions](https://bugs.kde.org/show_bug.cgi?id=475472)| Issue Closed |
155
-
| kpipewire |[Screen recording quality is terrible](https://bugs.kde.org/show_bug.cgi?id=476186)|
156
171
| kpipewire |[OpenH264 codec support](https://bugs.kde.org/show_bug.cgi?id=476187)| Fixed in Plasma 6.1.4 |
157
172
| kwin |[Outputs freeze on multi-screen when hardware cursors are not supported](https://bugs.kde.org/show_bug.cgi?id=477451)| Fixed in Plasma 6.0 |
158
-
| kwin |[Root background damage regions are calculated incorrectly with multiscreen](https://bugs.kde.org/show_bug.cgi?id=477454)|
159
173
| kwin |[Software cursor repaints are glitchy with fractional scaling sometimes](https://bugs.kde.org/show_bug.cgi?id=477455)| Fixed in Plasma 6.0 |
160
174
| lsp-common-lib |[Fix atomic operations for AArch64](https://github.com/lsp-plugins/lsp-plugins/issues/463)| Fixed in lsp-common-lib 1.0.40 |
| plasmashell |[startplasma breaks variable merging between profile.d and environment.d](https://bugs.kde.org/show_bug.cgi?id=491579)|
163
177
| qqc2-desktop-style |[Some text glyphs in QML software are vertically mis-aligned or squished when using a fractional scale factor](https://bugs.kde.org/show_bug.cgi?id=479891)| Fixed in KDE Frameworks 6.9.0 |
164
-
| systemsettings |[default system keyboard model is not correctly set on Wayland](https://bugs.kde.org/show_bug.cgi?id=475435)|
165
-
| wireplumber |[Cannot pass args to PW modules from lua](https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/538)|
| wlroots |[Add support for DRM Color Transformation Matrix (Useful for e.g. redshift)](https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1078)|[Related PR](https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4815)|
168
-
| wlroots |[cannot open render as master when using seatd](https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3911)|
169
-
| xkeyboard-config |[Handling Mac Fn keys in xkeyboard](https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/379)|
0 commit comments