Bug 486814

Summary: Lines ending with emoji are copied to clipboard without newline character
Product: [Applications] konsole Reporter: Mariusz <mariusz.atamanczuk.tlen>
Component: copy-pasteAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ninjalj
Priority: NOR    
Version: 23.08.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Mariusz 2024-05-09 14:04:46 UTC
SUMMARY
When I'm copying&pasting text from Konsole to text editor if there's an emoji at the end of line, that line gets concatenated with next line.

STEPS TO REPRODUCE
1. Invoke `$ ls /etc/vim  | sed -e "s/$/🔵/"`
2. Select result
3. Paste into text editor (e.g. middle click in kate)

Using Ctrl-Shift-C and pasting via edit->paste has the same result.

OBSERVED RESULT
gvimrc🔵vimrc🔵vimrc.tiny🔵

EXPECTED RESULT
(obtained in Terminator)
gvimrc🔵
vimrc🔵
vimrc.tiny🔵


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.10

ADDITIONAL INFORMATION
I'm seeing this behaviour at least since Febuary 2023.
Comment 1 ninjalj 2024-05-20 23:36:06 UTC

*** This bug has been marked as a duplicate of bug 473500 ***
Comment 2 Mariusz 2024-05-26 13:18:19 UTC
(In reply to ninjalj from comment #1)
> 
> *** This bug has been marked as a duplicate of bug 473500 ***

Thanks!