Bali10050/Darkly

frames bieng drawn on resize

Opened this issue · 13 comments

here is a video of what i am trying to say

Screencast_21-12-2024.mp4

and when the cursor updates the window is frame disappears
same happens with kate

Does this only happen with blur on?

no even with blur off, frames are drawn

I don't see it happening in kate, only in dolphin when „Transparent Dolphin view” is enabled

I'm not sure if this can be fixed, if I understand the code correctly, it achieves transparecy by setting setAutoFillBackground to false, and until that happens, a background is drawn. By default it's false, and I have no idea what sets it to true

I don't see it happening in kate

yes, in kate it does not happen on normal resize, but when resizing using a script(e.g. krohnkite) it happens

here is a video

Screencast_22-12-2024.mp4

@mashrit are you using a custom custom color scheme or one that can be downloaded from kde.store ?
For testing purposes, can you please share the link or contents of the scheme here.

@DeltaCopy yes I do use a custom theme(modified version of cantadark)

here, the scheme
Cantadark.colors.zip

See if #86 fixes things.
I have tested using the provided color scheme.
Resizing Dolphin specifically doesn't produce any flickering on my end.

Still a draft because it needs further testing.

#86 seems to work for me, you did some elite level coding there.
Thanks for the support, and happy holidays!

how do you guys build the pull request without updating the original build?

The easiest way is to download the source code from the source of the pull request, then use ./install.sh

The easiest way is to download the source code from the source of the pull request, then use ./install.sh

yes, that builds the pull, but also deletes the released version

See if #86 fixes things.

yep, fixed it👍