Re: Detect window manager using KWindowSystem

2014-10-26 Thread Paulo Lieuthier
ask for a system tray after the system tray is active as well). There probably is a better way, but that's our solution for now. Thanks for your help! Paulo Lieuthier On Sun, Oct 19, 2014 at 10:15 AM, Thomas Lübking wrote: > On Sonntag, 19. Oktober 2014 15:08:51 CEST, Martin Gräßlin wrote

Detect window manager using KWindowSystem

2014-10-18 Thread Paulo Lieuthier
fter I kill KWin. Is that something missing from my code? Or am I really going in the wrong direction here? Thanks in advance. Paulo Lieuthier

About X11's WM_HINTS.UrgencyHint and KF5's NET::DemandsAttention

2014-09-04 Thread Paulo Lieuthier
; bool urgencyHint = info.hasState(NET::DemandsAttention); Isn't NET::DemandsAttention supposed to be equal to WM_HINTS.UrgencyHint? What am I missing? Thanks in advance! --- Paulo Lieuthier

About X11's WM_HINTS.UrgencyHint and KF5's NET::DemandsAttention

2014-09-04 Thread Paulo Lieuthier
NET::XAWMState); bool urgencyHint = info.hasState(NET::DemandsAttention); Isn't NET::DemandsAttention supposed to read WM_HINTS? What am I missing? Thanks in advance! --- Paulo Lieuthier