Petros S

Results 57 comments of Petros S

>Install the project... -- Install configuration: "Release" -- Installing: /usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/sierrabreeze.so -- Installing: /usr/share/kservices5/sierrabreezeconfig.desktop Is the installation path correct? Is there a way to manually change/force the use of SierraBreeze? Someone...

@dreszczyk I don't think neon has anything to do with Sierra breeze. Are you sure you are looking at the correct place?

I don't have access to my gentoo box now, but you should find sierrabreeze where all the other window decorations exist.

Ok, one thing I noticed. It doesn't respect the color of the window if the user changes it inside the application - e.g. Krita has this functionality. It's titlebar color...

Ok, I made `painter` and `repaintRegion` private members of the class. This code snippet inside `Decoration::init` ``` connect(c, static_cast(&KDecoration2::DecoratedClient::paletteChanged), this, [this] { this->paintTitleBar(&painter, repaintRegion); }); ``` helped but for KDevelop,...

@trmdi One can always deselect the matching checkbox and everything can run like before. I don't see the problem or the supposed overhead. Some other users already liked that Sierrabeeeze...

@ishovkun I am thinking if with kf5::plasma I can read the background colors of non qt applications as well. Also instead of qpallete signal I will try with `void colorsChanged()...

Unchecking the box changes something? Is there any chance that there is a rule in systemsettings for some applications?

@yaabdalla IDEA is a java IDE? This patch works only with Qt applications. Other than that, konsole title bar should work as it's shown in my post.

Is [this](https://user-images.githubusercontent.com/19599325/52867481-53330a80-3141-11e9-9e70-67498b0f340b.png) using kvantum or breeze? ~~Correct me if I am wrong but SierraBreeze (and this option) works with the breeze theme.~~ The titlebar [get's](https://github.com/ishovkun/SierraBreeze/blob/master/breezedecoration.cpp#L580) it's color from the window's...