[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2023-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=424855

--- Comment #8 from m.orl...@gmail.com ---
(In reply to Vlad Zahorodnii from comment #7)
> This sounds like bug 464509

You're right, thanks!

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2023-01-20 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=424855

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Vlad Zahorodnii  ---
This sounds like bug 464509

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2023-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=424855

m.orl...@gmail.com changed:

   What|Removed |Added

 CC||m.orl...@gmail.com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #6 from m.orl...@gmail.com ---
I'm still affected by this issue: if I open Firefox and copy something, it is
saved into Klipper, but if I try to copy again Klipper's history is not updated
correctly.

Firefox version: 109.0
Plasma version: 5.26.5
Kernel version: 6.1.7-arch1-1

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-30 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=424855

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-13 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=424855

Andrey  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=424519

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424855

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=424754

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-03 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=424855

--- Comment #5 from Andrey  ---
I wonder if this related or not:
"Can't copy/paste from any app to Plasma panel's fields"
https://bugs.kde.org/show_bug.cgi?id=424519

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=424855

--- Comment #4 from David Edmundson  ---
Brainstorming I have solutions, but none which are great.

1) Introduce a whole new fencing protocol, kwin will only accept data from
wlr_data_control if the fence is up-to-date showing it has the latest clipboard

2) Introduce some only-replace-empty flag on the set_selection from klipper.
SeatInterface will then only apply it if the current clipboard (as it sees it)
is empty.

Potentially we could abuse a mime type to signify this without protocol
changes, which shouldn't take too long to roll out.


For now I'll make a unit test for this case in kwayland so we have a starting
point and can think of other ideas.

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424855

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=424731

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=424855

--- Comment #3 from David Edmundson  ---
Following this up further.

Firefox isn't quite sending

-> send_selection(nullptr);
-> send_selection(some_offer);

It's actually sending

wl_data_offer@oldOffer.destroy()
before creating the new offer for the new clipboard

It's kwayland-server that's tracking the old offer resource being destroyed and
sending that the selection has changed to nil.

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-03 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=424855

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-03 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=424855

Méven Car  changed:

   What|Removed |Added

 CC||meven@enioka.com

--- Comment #2 from Méven Car  ---
Seems to have duplicate:
https://bugs.kde.org/show_bug.cgi?id=424731

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

[kwin] [Bug 424855] Firefox (wayland) and klipper aren't interacting correctly

2020-08-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424855

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Can confirm.

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