Bug 491240 - klipper action inserts new line
Summary: klipper action inserts new line
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-04 01:15 UTC by meex
Modified: 2024-08-04 01:17 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 meex 2024-08-04 01:15:54 UTC
SUMMARY
klipper action inserts an unwanted new line

STEPS TO REPRODUCE
1. add klipper action:
`iconv -c --to-code=ASCII//TRANSLIT <<< '%s'`
2. copy text, invoke action, paste text

OBSERVED RESULT
pasted text has new line added

EXPECTED RESULT
new line shouldn't be added

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Comment 1 fanzhuyifan 2024-08-04 01:17:55 UTC
The iconv tool inserts the new line, not klipper.