[Konsole-devel] [konsole] [Bug 339791] New: pasting more than 8k of plain text into console results in lost data

Vadym Krevs vkrevs at yahoo.com
Wed Oct 8 15:05:03 UTC 2014


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

            Bug ID: 339791
           Summary: pasting more than 8k of plain text into console
                    results in lost data
           Product: konsole
           Version: 2.14.1
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: copy-paste
          Assignee: konsole-devel at kde.org
          Reporter: vkrevs at yahoo.com

1. Create a text file that contains more than 8k of text, e.g.,
i=0; while [[ $i -lt 90 ]]; do 
echo
123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789123456789
>> /tmp/xxx.txt; 
i=`expr $i + 1`; 
done

2. Open the file in Kate and select al text via Ctrl-A, Ctrl-C

3. Go back to console and type the following line, hit Enter
cat <<EOF >>/tmp/yyy.txt

4. Press Shift-Ctrl-V to paste into konsole.
5. Type EOF.

6. Compare the /tmp/xxx.txt  and /tmp/yyy.txt files in any diff viewer.

They are not the same.


Reproducible: Always



Expected Results:  
xxx.txt and yyy.txt are identical.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list