[frameworks-kauth] [Bug 379215] When 2 processes call the same KAuth action, first executed action result returns to both

2021-12-20 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=379215

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[frameworks-kauth] [Bug 379215] When 2 processes call the same KAuth action, first executed action result returns to both

2020-09-09 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=379215

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org

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

[frameworks-kauth] [Bug 379215] When 2 processes call the same KAuth action, first executed action result returns to both

2020-09-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=379215

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |critical
   Priority|NOR |VHI
 CC||n...@kde.org

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

[frameworks-kauth] [Bug 379215] When 2 processes call the same KAuth action, first executed action result returns to both

2020-09-05 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=379215

Harald Sitter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||sit...@kde.org

--- Comment #1 from Harald Sitter  ---
Mhhh. This may actually be a substantial architectural defect. I'm only
glancing over the code but it looks a whole lot like the way the
client<->helper communication is built assumes that only one action of a single
type e.g. "org.kde.foo.action" is run at any given time. Specifically the
helper gets told to run an action and then informs on progress for that action
via signals that only link to the request by the action name. That is why two
instances of kwrite would get finished, the helper emits
actionPerformed("org.kate.whatevs", {}) and both clients think their request is
the one that was performed.

Fixing this essentially needs the entire IPC to get changed :|
Oh dear oh dear

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

[frameworks-kauth] [Bug 379215] When 2 processes call the same KAuth action, first executed action result returns to both

2017-05-01 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=379215

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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