D13579: apply blur to windows using Konsole as KPart

Alex Nemeth noreply at phabricator.kde.org
Sun Jun 17 12:52:20 UTC 2018


anemeth added a comment.


  In D10063 <https://phabricator.kde.org/D10063> @hein raised a problem that is an (IMHO very very) edge case when the user has a split terminal (for example in Yakuake) that has different profiles with blur enabled and disabled:
  
  F5916970: yakuake.PNG <https://phabricator.kde.org/F5916970>
  
  Solving this problem and handling all kinds of blur area calculations would be relatively easy if it was Yakuake specific, but since this affects all applications that use Konsole part you would have to calculate blur areas of the app window itself and you can't do that in the Konsole part code.
  For this you would have to rewrite how blur area is calculated in KWin. I think this is too much task for this edge case, and this patch would satisfy almost all users.
  
  Switching tabs in Yakuake with blur enabled and disabled profiles is also broken. I believe this can be solved in Konsole part, in `Part::activeViewChanged()` like this https://github.com/KDE/konsole/blob/master/src/MainWindow.cpp#L249

REPOSITORY
  R319 Konsole

REVISION DETAIL
  https://phabricator.kde.org/D13579

To: progwolff, anemeth, hein, #konsole, hindenburg
Cc: konsole-devel, herrold, ngraham, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20180617/fc61cdae/attachment.html>


More information about the konsole-devel mailing list