Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922905 - >net-misc/freerdp-3.0.0 clipboard broken
Summary: >net-misc/freerdp-3.0.0 clipboard broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-25 14:08 UTC by Ferry
Modified: 2024-02-07 11:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ferry 2024-01-25 14:08:06 UTC
For some reason clipboard support is broken for me in versions >3.0.0-r?.

This has been the case for quite some time. Not sure what's causing it, think it initially worked ~month ago, but that another update broke it.

It was working fine when downgrading to 3.0.0-r1, but it's now been removed from tree unfortunately.

Did discuss this in chat of freerdp, but they have no idea why it's not working. There have been no changes in freerdp clipboard code according to them.

I run KDE under wayland. Using xfreerdp as other clients all have shortcomings and/or issues.

Use this shell script to connect:
#!/bin/sh
xfreerdp /size:1912x1047 +clipboard /cert:tofu +auto-reconnect /dynamic-resolution /drive:Freaky-Home,/home/freaky /drive:Freaky-TMP,/tmp /v:${1} /t:${1} ${@:2}


Nothing special about it.

Reproducible: Always

Steps to Reproduce:
1. Build freerdp >3.0.0-r1
2. Clipboard no longer works
Comment 1 Ferry 2024-02-07 11:08:24 UTC
Not sure what changed, but it's working again. At least with git (9999) version.