Bug 466088 - Discussion: Shared text is saved to file instead of storing in clipboard
Summary: Discussion: Shared text is saved to file instead of storing in clipboard
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: common (show other bugs)
Version: 22.12.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-19 13:57 UTC by fabian
Modified: 2023-07-22 21:09 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 fabian 2023-02-19 13:57:00 UTC
When you select text on Android and click share, you can choose to send it to kdeconnect. What happens when you receive that text on at least Linux is that a file is created in your home directory and the shared text is stored there.
What is the rational behind this? For me it seems more intuitive that the text is directly copied to your clipboard. Additionally, the text should be available in some UI of kde connect.

Copying to clipboard is a minor change. I implemented it on my fork: https://github.com/fabian-thomas/kdeconnect
Feel free to cherry pick the commit.

On Windows I'm not sure if this share feature even works. I couldn't find the shared text/files.
Comment 1 Albert Vaca Cintora 2023-07-22 21:09:33 UTC
This was done.