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

David Rosca <now...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from David Rosca <now...@gmail.com> ---
Yes, that's how it works.

In general, applets shouldn't register global shortcuts exactly for this reason
- there can be multiple instances of one applet, but only one can have global
shortcut registered at time. But of course, in this case, it is needed because
there have to be global shortcuts for volume control.

Proper way for global shortcuts is to handle them from daemon (eg. kded
module), but plasma-pa doesn't have it.

To fix this, it would be needed to track the lifetime of GlobalActions, add a
proxy object and route the triggered signal only to one applet at time.

I'm not sure if it is really worth fixing though. In 99.99% cases you won't hit
this, only when you are playing with applets :D

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

Reply via email to