iiordanov / remote-desktop-clients

VNC, RDP, SPICE, and oVirt/RHEV/Proxmox Clients for Android and Blackberry 10
GNU General Public License v3.0
2.1k stars 566 forks source link

Feature request: clipboard sharing #283

Closed Silent-Hunter closed 1 month ago

Silent-Hunter commented 3 years ago

Would it be possible to add clipboard sharing to bVNC and Opaque? I've tried using Send Text but it truncates capital letters and pound sign.

nkotixwolf commented 3 years ago

New feature request added to development backlog.

Feature requests are tackled based on priority sequence and user demand. Updates will be posted here once selected for development.

pachuco commented 2 years ago

Clipboard sharing...

I think a better-than-nothing implementation is to have menu item inside RDP menu for one-time transfer of clipboard from host to phone. Beats joining own IRC channel and posting to transfer text to mobile irc client, then copying it from there.

iiordanov commented 2 years ago

bVNC already has clipboard sharing. aRDP already has clipboard sharing. Please let me know if I'm wrong on these points.

Opaque does not, so I'll keep this enhancement report for it.

Silent-Hunter commented 2 years ago

Oh I feel stupid. I couldn't find a paste option in the bVNC menu, so I assumed it had no clipboard sharing. But I can just use Ctrl+V. But it would be nice if Opaque also had it.

pachuco commented 2 years ago

I know it can share Android clipboard to rdp client, but not viceversa, last I tried.

iiordanov commented 2 years ago

Retested aRDP and it shares clipboard both ways as it is supposed to in my testing.

pachuco commented 2 years ago

Fails on my end in Server -> Client direction, works in the other.

Client specs:

Server specs:

Edit: simply, text copied in android reaches client and can be pasted on server. Text copied on server does not reach android(can still be pasted on server).

iiordanov commented 2 years ago

I don't have any Windows XP installations to test with, unfortunately. I test with Windows 10 and 11. I understand that you probably have a good reason to be using XP for your purposes, of course. If you can test with your Sony Xperia and Windows 10 or newer, we can get an answer if it's Android 9's fault or Windows XP's fault!

On Tue, May 10, 2022 at 5:31 AM pachuco @.***> wrote:

Fails on my end in Server -> Client direction, works in the other.

Client specs:

  • latest aRDP pro with beta enabled on GPlay.
  • Sony Xperia H4213, andro 9.

Server specs:

  • XP SP3 x86

— Reply to this email directly, view it on GitHub https://github.com/iiordanov/remote-desktop-clients/issues/283#issuecomment-1122154043, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK3EV4DXVDQYQRYSTI72YLVJIUFXANCNFSM47E4GZNQ . You are receiving this because you commented.Message ID: @.***>

-- The conscious mind has only one thread of execution.

iiordanov commented 1 year ago

I recently found a limitation in FreeRDP where text copied in apps like Notepad and Wordpad is of a metadata type that is unhandled by the FreeRDP library and text is not sent to aRDP. Copying in an app like a web browser works. Could somebody confirm that this issue is caused by what I discovered?

iiordanov commented 1 year ago

@pachuco :point_up:

iiordanov commented 1 year ago

@Silent-Hunter Opaque now has clipboard integration - could you please confirm?

Silent-Hunter commented 1 year ago

Yes that seems to be working now. Thank you very much!

pachuco commented 1 year ago

@pachuco ☝️

I'm updating(beta channel) and I will re-check. I've been under impression that I can copy no text at all from server side so far.

Let's see...

pachuco commented 1 year ago

I've updated to v5.1.2 of RDP Pro(beta channel), released on 2023.feb.17. Same woes as before on my part. I tried copying a filename in explorer and copying text from "notepad2". The result is that I can only paste android->server.

Admitedly, I've been a lazy bumarse and did not test with alternate servers beyond my XP machine. Derp.

pachuco commented 1 year ago

I've gotten a win7 x64 thin client to play with. RDP clipboard works in both directions as it should.

iiordanov commented 1 year ago

@pachuco so on Windows 7 you have no trouble copy/pasta-ing even from Notepad? That's unexpected. I'd expect to have to fix FreeRDP for that to work :)

pachuco commented 1 year ago

oh, didn't try notepad.exe(I used explorer filename and url in browser), let me rectify that. Also worth mentioning I have "Unicode Input" option off.

pachuco commented 1 year ago

Notepad works.

pachuco commented 1 month ago

A quick mention here. I tried connecting from win10 x64 machine to my XP x86 machine. Clipboard works both ways with official MS client. So maybe I need to make issue with FreeRDP project?

iiordanov commented 1 month ago

Does copy/pasting with xfreerdp work?

On Sun, Sep 29, 2024, 8:44 p.m. pachuco @.***> wrote:

A quick mention here. I tried connecting from win10 x64 machine to my XP x86 machine. Clipboard works both ways with official MS client. So maybe I need to make issue with FreeRDP project?

— Reply to this email directly, view it on GitHub https://github.com/iiordanov/remote-desktop-clients/issues/283#issuecomment-2381790123, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK3EVYVYVO6MQI2VKQEQX3ZZCNHRAVCNFSM6AAAAABPCGMW3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRG44TAMJSGM . You are receiving this because you commented.Message ID: @.***>

pachuco commented 1 month ago

Confirming this is issue with FreeRDP. Specifically, tested wfreerdp and sdl-freerdp win x64. Same issue. Clipboard only works one way(client -> host).

I'll go bug them.

iiordanov commented 1 month ago

Thanks @pachuco !

pachuco commented 1 month ago

https://github.com/FreeRDP/FreeRDP/issues/10691 Issue to follow.