hi...

there are some windows that should NEVER have focus stealing applied. one is 
the shutdown dialog.

right now a very inneficient way of making this happen is being employed:

    QApplication::syncX();
    kapp->updateRemoteUserTimestamp( "org.kde.ksmserver" );

oi vey. this is in libkworkspace's requestShutDown, and it seems to be causing 
very bad behaviour on devices such as freezing the whole system for seconds 
(or even over a minute).

what is the best way, which doesn't involve such tricks, of disabling focus 
stealing for a given window?

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to