https://bugs.kde.org/show_bug.cgi?id=515052
--- Comment #12 from Dmitry Kazakov <[email protected]> --- Hi, Ming! Could you please test the patch? https://invent.kde.org/graphics/krita/-/merge_requests/2620 The test plan is simple: 1) Activate "Preferred" surface management mode 2) Try to move the window between screens 3) Verify no crashes happen 4) Verify Help->Color Management Report doesn't have any "ERROR" lines telling about initialization failures. PS: And don't forget to report this bug to hyprland developers. That is definitely a bug in their implementation. The compositor should never send nonsense like that: [3996291.759] {Default Queue} wp_image_description_info_v1#42.primaries(0, 0, 0, 0, 0, 0, 0, 0) [3996291.761] {Default Queue} wp_image_description_info_v1#42.tf_power(10000) [3996291.763] {Default Queue} wp_image_description_info_v1#42.tf_named(2) [3996291.764] {Default Queue} wp_image_description_info_v1#42.luminances(2000, 80, 80) [3996291.765] {Default Queue} wp_image_description_info_v1#42.target_primaries(0, 0, 0, 0, 0, 0, 0, 0) [3996291.767] {Default Queue} wp_image_description_info_v1#42.target_luminance(0, 0) [3996291.769] {Default Queue} wp_image_description_info_v1#42.target_max_cll(0) [3996291.770] {Default Queue} wp_image_description_info_v1#42.target_max_fall(0) [3996291.771] {Default Queue} wp_image_description_info_v1#42.done() Primaries is an obligatory even according to the wayland protocol and it should report non-nonsense (well, the latter is not guaranteed by wayland though :) ) -- You are receiving this mail because: You are watching all bug changes.
