Fix blurring of original panel when using DTP#808
Fix blurring of original panel when using DTP#808mammo0 wants to merge 1 commit intoaunetx:masterfrom
Conversation
-> fixes aunetx#785 -> the Main.panel is handled in blur_existing_panels() method
|
If you could fix the blurred in overview too, it would be wonderful |
|
@Neo-29 what issue do you mean? The blurred overview works just fine for me. |
flexagoon/rounded-window-corners#36 I mean this |
|
First of all it your bug is in connection with another extension. I do not use this one, so I'm currently not affected by this bug. And as stated out in your linked issue it's an upstream bug. So it must be fixed by Gnome developers. |
What do you mean "i do not use this one"? Everybody is affected... Most of not gtk4 apps are blurry in overview. |
|
I do not use the "Rounded Window Corners" extension. And I'm not affected by this bug. And I'm also not a Gnome developer. So I can't help here. |
Oh... Sorry for the misunderstanding. |
|
Why is this not merged yet? |
|
As mentioned by @arthur-robog the issue still persists (#785 (comment)) I'm not familiar with developing Gnome extensions. Therefore it would be good if someone with more experience would have a look on it. |
Hello,
without Dash to Panel (DTP) extension the blurring of the original Gnome panel is done outside of the
GLib.idle_add()context, which works without any issues. With the current implementation and enabled DTP #785 occurs.I think the blurring of the DTP panels works just fine in the
GLib.idle_add()context but not for the original panel. Therefore, I moved the code which blurs the original panel out of this context. It is now handled in theblur_existing_panels()method like it is done if the DTP extension is not present.This fixes the above issue for me.