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

            Bug ID: 364180
           Summary: Invoking fast qdbus org.kde.klipper /klipper
                    setClipboardContents "$line" leads to Panel freeze
           Product: klipper
           Version: 5.6.4
          Platform: Fedora RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: mgraess...@kde.org
          Reporter: mhrus...@redhat.com

Loading many lines of text using 'qdbus org.kde.klipper /klipper
setClipboardContents "$line"' causes freezing of Panel for 10sec-1min
Freezing not occuring if sleep(higher than 0.3) is used between commands.
This behaviour is observable also when klipper is configured to "synchronize
contents of the clippboard and selection" and user is selecting different text
to fast e.g. 5 fast clicks on some text in Konsole

Reproducible: Always

Steps to Reproduce:
1. run command 
for a in `seq 10`; do qdbus org.kde.klipper /klipper setClipboardContents
"$a";done
2. 
3.

Actual Results:  
Panel freezes

Expected Results:  
Panel should not be influenced

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

Reply via email to