| Summary: | krdc mount only /media shared dir | ||
|---|---|---|---|
| Product: | [Applications] krdc | Reporter: | fate2 <faterr> |
| Component: | RDP | Assignee: | Urs Wolfer <uwolfer> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | acelan, hrvooje |
| Priority: | NOR | ||
| Version First Reported In: | 4.13.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
fate2
2014-04-21 09:46:32 UTC
i updated krdc to 4.13.0 version. the same issue I believe this issue had been fixed if you use freerdp v1.1.0 or above, I can share my home directory without any problem. krdc(2843)/krdc (RDP backend) RdpView::start: Use FreeRDP 1.1+ compatible arguments krdc(2843)/krdc (RDP backend) RdpView::start: Starting xfreerdp with arguments: "-decorations /w:1864 /h:1295 +smart-sizing /kbd:0x00000409 /u:acelan /parent-window:134217766 /bpp:24 /audio-mode:0 /drive:media,/home/acelan /network:lan /rfx /cert-ignore +clipboard /port:3389 /v:192.168.2.118" (In reply to AceLan Kao from comment #2) > I believe this issue had been fixed if you use freerdp v1.1.0 or above, I > can share my home directory without any problem. > > krdc(2843)/krdc (RDP backend) RdpView::start: Use FreeRDP 1.1+ compatible > arguments > krdc(2843)/krdc (RDP backend) RdpView::start: Starting xfreerdp with > arguments: "-decorations /w:1864 /h:1295 +smart-sizing /kbd:0x00000409 > /u:acelan /parent-window:134217766 /bpp:24 /audio-mode:0 > /drive:media,/home/acelan /network:lan /rfx /cert-ignore +clipboard > /port:3389 /v:192.168.2.118" And how to do that, plese? Just set the media directory to whatever you want to share, it will be present in windows as "media" drive No, it does not work in KRDC 4.14.16 when trying to connect to Win Server 2003. How do I know if I use freerdp or rdesktop with KDRC? check ps -ef my krdc uses rdesktop sorry, disinformation. my krdc uses xfreerdp(FreeRDP 1.0.2) are you able to upgrade the xfreerdp to v1.1.0+? (In reply to AceLan Kao from comment #8) > are you able to upgrade the xfreerdp to v1.1.0+? I upgraded my system apt-get update, apt-get dist-upgrade. How do I upgrade only one package and what if that package is not in distro repos? I think you can use ubuntu version of xfreerdp https://launchpad.net/ubuntu/+source/freerdp You can try apt-get install freerdp-x11 to install xfreerdp if you use ubuntu You can download the .deb file to install as well http://launchpadlibrarian.net/220258046/freerdp-x11_1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1_amd64.deb dpkg -i freerdp-x11_1.1.0~git20140921.1.440916e+dfsg1-5ubuntu1_amd64.deb Well, it seems I have the latest version. This is what I get in Kubuntu 16.04:
user@probook:~$ man xfreerdp | grep version
/version
user@probook:~$ xfreerdp /version
This is FreeRDP version 2.0.0-dev (git n/a)
|