https://bugs.kde.org/show_bug.cgi?id=357893

--- Comment #3 from RJVB <rjvber...@gmail.com> ---
Agreed to take this to a ML ... if it's one I'm already on ;) Maybe the general
ML (k...@mail.kde.org) ?

It sounds like what you would need is a check on startup if the current desktop
theme is the GTk+ theme. I presume it shows up under a distinctive name, in
`desktopStyle`. If so you would probably be set with something along the lines:

if (!userStyle.isEmpty())
    if (userStyle != desktopStyle)
        // apply the user's kdenlive-specific style selection
else if (desktopStyle == "GTK+" /* or any other style to avoid by default */ )
    // apply an appropriate KDE style, falling back to Fusion if Breeze and/or
Oyxgen don't exist

I don't have the sourcecode at hand so I've made some educated guesses about
variable names and how to determine if the user indeed selected a style.

About Fusion: I can't check right now, but I think I didn't see it show up in
the list I got. Which is surprising since it should always be present and is
actually not bad at all for a style.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to