[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-10-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=456167

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.26

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-09-30 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=456167

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/e60f26e0abd7 |ma/kwin/commit/abf40c4a94c2
   |1d65044345675b64e45d7b3cd31 |c19dab4324c5879ca01ad048ffd
   |1   |c

--- Comment #8 from Vlad Zahorodnii  ---
Git commit abf40c4a94c2c19dab4324c5879ca01ad048ffdc by Vlad Zahorodnii, on
behalf of Méven Car.
Committed on 29/09/2022 at 11:09.
Pushed by vladz into branch 'Plasma/5.26'.

Disable PrimarySelection in seat setPrimarySelection
(cherry picked from commit e60f26e0abd71d65044345675b64e45d7b3cd311)

M  +1-1src/main_wayland.cpp
M  +33   -1src/wayland/autotests/server/test_datacontrol_interface.cpp
M  +15   -0src/wayland/seat_interface.cpp
M  +2-0src/wayland/seat_interface.h
M  +1-0src/wayland/seat_interface_p.h
M  +2-11   src/wayland_server.cpp
M  +0-2src/wayland_server.h

https://invent.kde.org/plasma/kwin/commit/abf40c4a94c2c19dab4324c5879ca01ad048ffdc

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-09-29 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=456167

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/e60f26e0abd7
   ||1d65044345675b64e45d7b3cd31
   ||1
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Vlad Zahorodnii  ---
Git commit e60f26e0abd71d65044345675b64e45d7b3cd311 by Vlad Zahorodnii, on
behalf of Méven Car.
Committed on 29/09/2022 at 10:32.
Pushed by vladz into branch 'master'.

Disable PrimarySelection in seat setPrimarySelection

M  +1-1src/main_wayland.cpp
M  +33   -1src/wayland/autotests/server/test_datacontrol_interface.cpp
M  +15   -0src/wayland/seat_interface.cpp
M  +2-0src/wayland/seat_interface.h
M  +1-0src/wayland/seat_interface_p.h
M  +2-11   src/wayland_server.cpp
M  +0-3src/wayland_server.h

https://invent.kde.org/plasma/kwin/commit/e60f26e0abd71d65044345675b64e45d7b3cd311

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-09-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456167

--- Comment #6 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/3012

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-09-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=456167

Patrick Silva  changed:

   What|Removed |Added

   Platform|Neon|Archlinux
Version|master  |5.25.90

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-07-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=456167

Nate Graham  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |meven@kdemail.net

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-07-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456167

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/2708

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-07-23 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=456167

--- Comment #4 from Méven Car  ---
(In reply to David Edmundson from comment #3)
> >It does crash
> Technically that's not a crash. Which is why there's no backtrace for Nate.
> It's doing something kwin defines as illegal referencing an object it
> doesn't know about.
> 
> We're doing something very unexpected removing a global. We have all the
> typical races with the global which might be binding in flight but also all
> the existing DataDevices and DataOffers open which should still exist until
> a client drops them. I doubt we do the right thing, I'm even more doubtful
> that Qt and every client will.
> 
> I suspect it might be far easier to add a boolean into Seat to make it do
> nothing for future events than to delete the global at runtime and fix every
> client.

I will try that.

Another workaround would be to make the settings only change on a new session
and not dynamically.

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-07-14 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=456167

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson  ---
>It does crash
Technically that's not a crash. Which is why there's no backtrace for Nate.
It's doing something kwin defines as illegal referencing an object it doesn't
know about.

We're doing something very unexpected removing a global. We have all the
typical races with the global which might be binding in flight but also all the
existing DataDevices and DataOffers open which should still exist until a
client drops them. I doubt we do the right thing, I'm even more doubtful that
Qt and every client will.

I suspect it might be far easier to add a boolean into Seat to make it do
nothing for future events than to delete the global at runtime and fix every
client.

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-06-30 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=456167

Zamundaaa  changed:

   What|Removed |Added

 CC||xaver.h...@gmail.com

--- Comment #2 from Zamundaaa  ---
It does crash, with the following message:
> wl_display@1: error 0: invalid object 45

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

[kwin] [Bug 456167] [Wayland] App closes when I select text after disabling middle-click pasting

2022-06-30 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=456167

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Severity|normal  |crash
Product|kde |kwin
 Status|REPORTED|CONFIRMED
 CC||meve...@gmail.com,
   ||n...@kde.org
  Component|general |wayland-generic
Version|unspecified |master
   Assignee|unassigned-b...@kde.org |kwin-bugs-n...@kde.org
   Priority|NOR |VHI

--- Comment #1 from Nate Graham  ---
Can reproduce 100%. There's no backtrace; the app doesn't seem to be actually
crashing.

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