https://bugs.kde.org/show_bug.cgi?id=198175
--- Comment #74 from Mark <mark...@gmail.com> --- (In reply to Eike Hein from comment #73) > If you're saying you only want blur support in Konsole: TerminalDisplay is > private API, so it can have a setBlurSupported or whatever that only Konsole > calls but not the KPart. But that means no blur for e.g. Yakuake, which > means many users won't be satisfied by the solution. We're mixing things up here. That's probably because you know a lot more about Konsole then I do :) I want to implement this in a way that satisfies everyone. You just told me that - for instance - konsole shouldn't set the blur region if the parent app in which it lives sets the blur (Yakuake for instance). Therefore i'm proposing an idea to only have the blur be set when the application itself is Konsole, not embedded. That way, if it gets embedded it should still behave nicely when the parent sets the blur hint for the region it wants. If Konsole happens to be in that region, it would be blurred as well, right? I don't know how the internals work, but in my mind this "idea" should work and allows other parties that embed it to blur whatever they want. Please elaborate in detail if this doesn't work in principle for whatever reason. -- You are receiving this mail because: You are watching all bug changes.