Krdc uses freerdp now and no more rdesktop.
erro-krdc
dependency is broken in krdc #11
Thanks for reporting, please test with:
sudo pacman -U http://kaosx.us/repo/build/freerdp-1.2.0beta-1-x86_64.pkg.tar.xz
sudo pacman -U http://kaosx.us/repo/build/kdenetwork-krdc-4.13.3-2-x86_64.pkg.tar.xz
If you don't use the [build] repo, if working correctly will move to the [apps] repo shortly.
The issue of dependence is OK. Now the problem is the parameters:
The new freerdp uses:
Usage: xfreerdp [file] [options] [/v:[:port]]
Syntax:
/flag (enables flag)
/option: (specifies option with value)
+toggle -toggle (enables or disables toggle, where '/' is a synonym of '+')
/v:<server>[:port] Server hostname
/port:<number> Server port
/w:<width> Width
/h:<height> Height
/size:<width>x<height> Screen size
/f Fullscreen mode
...
I believe we need to change the rdpview.cpp where
...
arguments << "-g" << QString::number(width) + 'x' + QString::number(height); # "/size:"
arguments << "-k" << m_hostPreferences->keyboardLayout(); # "/kdb:
if (!m_url.userName().isEmpty())
arguments << "-u" << m_url.userName(); # "/u:"
else
arguments << "-u" << ""; # "/u:"
if (!m_url.password().isNull())
arguments << "-p" << m_url.password(); # "/p:"
...
Those are not packaging issues, but rather need to be taken upstream.
Did you file a bug report with either freerdp or krdc?
Problem in krdc. The new freerdp uses different parameters, and krdc is sending to xfreerdc deprecated parameters. Excuse the horrible English. I speak Portuguese.
krdc 14.12.1 had an upstream fix for this.
Please report back if working correctly now.
No further response from submitter
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?