Bug 486814 - Lines ending with emoji are copied to clipboard without newline character
Summary: Lines ending with emoji are copied to clipboard without newline character
Status: RESOLVED DUPLICATE of bug 473500
Alias: None
Product: konsole
Classification: Applications
Component: copy-paste (show other bugs)
Version: 23.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-09 14:04 UTC by Mariusz
Modified: 2024-05-26 13:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!