focus stealing prevention and the log out dialog

Dario Freddi drf54321 at gmail.com
Fri Sep 30 13:37:10 UTC 2011


Is this issue related to https://bugs.kde.org/show_bug.cgi?id=265405 ?

2011/9/26 Martin Gräßlin <mgraesslin at kde.org>:
> On Mon, 26 Sep 2011 13:43:42 +0200, "Aaron J. Seigo" <aseigo at kde.org> wrote:
>>
>> 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?
>
> shipping a window specific rule disabling focus stealing prevention.
>
> Cheers
> Martin
> _______________________________________________
> Plasma-devel mailing list
> Plasma-devel at kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>


More information about the Plasma-devel mailing list