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

olehage...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olehage...@gmail.com

--- Comment #5 from olehage...@gmail.com ---
Created attachment 144873
  --> https://bugs.kde.org/attachment.cgi?id=144873&action=edit
Debug log of klipper in infinite loop syncing selection and clipboard

I have the same problem in fedora 35 with plasmashell 5.23.3. I enabled debug
output by changing /usr/share/qt5/qtlogging.ini to 

[Rules]
*.debug=true

To reproduce:
1. Log out and in again to make sure all qt5 apps picks up the new config.
2. Set "Synchronize contents of the clipboard and the selection" in the
clipboard configuration. 
3. Select text

The log shows that klipper goes into a loop of synchronizing selection and
clipboard that goes on for almost a full second, and does not stop until
plasmashell exits.

Dec 26 09:36:39.307288 staslin konsole[98675]: qt.qpa.wayland.input: Setting
frame event  QEvent::MouseButtonRelease
Dec 26 09:36:39.307333 staslin konsole[98675]: qt.qpa.wayland.input: Setting
frame event  QEvent::MouseButtonPress
Dec 26 09:36:39.307803 staslin plasmashell[98114]: org.kde.klipper: Checking
clip data
Dec 26 09:36:39.308117 staslin plasmashell[98114]: org.kde.klipper:
Synchronize? true
Dec 26 09:36:39.308130 staslin plasmashell[98114]: org.kde.klipper: Setting
clipboard to < "staslin" >
Dec 26 09:36:39.308272 staslin plasmashell[98114]: org.kde.klipper: Checking
clip data
Dec 26 09:36:39.308293 staslin plasmashell[98114]: org.kde.klipper:
Synchronize? true
Dec 26 09:36:39.308302 staslin plasmashell[98114]: org.kde.klipper: Setting
selection to < "staslin" >
...
Dec 26 09:36:39.989223 staslin plasmashell[98114]: org.kde.klipper: Checking
clip data
Dec 26 09:36:39.989293 staslin plasmashell[98114]: org.kde.klipper:
Synchronize? true
Dec 26 09:36:39.989353 staslin plasmashell[98114]: org.kde.klipper: Setting
selection to < "staslin" >
Dec 26 09:36:39.989418 staslin plasmashell[98114]: org.kde.klipper: Checking
clip data
Dec 26 09:36:39.989481 staslin plasmashell[98114]: org.kde.klipper:
Synchronize? true
Dec 26 09:36:39.989547 staslin plasmashell[98114]: org.kde.klipper: Setting
selection to < "staslin" >
Dec 26 09:36:39.990078 staslin plasmashell[98114]: The Wayland connection
broke. Did the Wayland compositor die?

$ grep "org.kde.klipper: Setting clipboard to" debug.log | wc -l 
1366
$ grep "org.kde.klipper: Setting selection to" debug.log | wc -l
1542

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

Reply via email to