https://bugs.kde.org/show_bug.cgi?id=444385

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-workspace/commit/
                   |                            |e55c2744cd13b00d2ca379b34e1
                   |                            |67ca381b2e7d7
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #15 from Nate Graham <n...@kde.org> ---
Git commit e55c2744cd13b00d2ca379b34e167ca381b2e7d7 by Nate Graham, on behalf
of David Edmundson.
Committed on 28/10/2021 at 18:00.
Pushed by ngraham into branch 'master'.

Disconnect watcher for xdgActivationTokenArrived

XdgActivationTokens are loaded async. To acheive a job like pattern we
were comparing serials in our slot when one was created.

On wayland this isn't ideal because we're slowly building up an
increasibly long list of lambdas being run, but they'll all no-op.

On X11 because lastInputSerial is always 0 we run the slot multiple
times for every system tray item each time an item is clicked or an
application is launched.

For xembedsniproxy this is especially problematic problematic as we will
trigger synthesised input events in our slot.

M  +4    -1    applets/systemtray/statusnotifieritemjob.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/e55c2744cd13b00d2ca379b34e167ca381b2e7d7

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to