Closed kachelaqa closed 11 years ago
That part is already removed since it is fixed in Qt5 and it causes other problem as well.
I assume you are using my qtcurve-qt5-git
package, please use the qtcurve-git
package instead for now. I will update qtcurve-qt5-git
after making the next release (should be soon) and making qtcurve-git
a split package.
Using qtcurve-qt5 (2117), window positioning seems to ignore the title-bar and frame. This can result in the window being positioned beyond the edge of the screen (because of the negative offsets).
It looks like this problem was introduced with the recent wmclass workaround. When I comment out these lines (in _style/qtcurveapi.cpp):
the problem goes away.
Examining the information from xprop shows that the only significant difference seems to be that WM_NORMAL_HINTS: window gravity gets changed from NorthWest (which works) to Static (which is broken).
This is using openbox-3.5.2 with qt-5.1.1, on Arch Linux.