Re: [FreeRDP-devel] Started getting ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED

2015-04-24 Thread Grant Edwards
On 2015-04-24, Grant Edwards wrote: > [11:10:38:431] [18829:18830] [ERROR][com.freerdp.core.nego] - Protocol > Security Negotiation Failure > [11:10:38:431] [18829:18830] [ERROR][com.freerdp.core] - > freerdp_set_last_error ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x2000C] >

[FreeRDP-devel] Started getting ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED

2015-04-24 Thread Grant Edwards
got power cycled. I _think_ this is the first time I've tried to access those servers since the power outage. So, it could be something to do with servers or firewall, but I've asked around and Windows RDP clients aren't having any problems -- it's just me... -- Grant Edwards

Re: [FreeRDP-devel] Clipboard support for xfreerdp 1.1.0 broken?

2015-03-27 Thread Grant Edwards
After some brief testing, it looks like a build based on git HEAD is working nicely. $ xfreerdp --version This is FreeRDP version 1.2.1-dev (git aa2181d) -- Grant Edwards grant.b.edwardsYow! Am I in GRADUATE at SCHOOL yet

[FreeRDP-devel] Mapping caps-lock to ctrl?

2015-03-26 Thread Grant Edwards
wing line: > >VK_CAPITAL <66> > >to: > >VK_LCONTROL <66> > >Which will have the effect of remapping capslock to left control, but >you can choose any other key as long as the virtual key code name is >valid. It worked for me. Except there doesn't seem to b

Re: [FreeRDP-devel] Clipboard support for xfreerdp 1.1.0 broken?

2015-03-26 Thread Grant Edwards
On 2015-03-26, Grant Edwards wrote: > I see there is a "unstable" Gentoo ebuild for xfreerdp 1.2.0, so I'm > going to try that... FWIW, the server is MS WindowsServer 2008 Standard. $ xfreerdp --version This is FreeRDP version 1.2.0-dev (git n/a) About 1/3 of the time

Re: [FreeRDP-devel] Clipboard support for xfreerdp 1.1.0 broken?

2015-03-26 Thread Grant Edwards
On 2015-03-26, Bernhard Miklautz wrote: > Hi, > > On Wed, Mar 25, 2015 at 10:27:43PM +0000, Grant Edwards wrote: >> With xfreerdp it mostly doesn't work. But sometimes it does. The >> only way I've found to get it to work _reliably_ is this sequence: > could y

[FreeRDP-devel] Clipboard support for xfreerdp 1.1.0 broken?

2015-03-25 Thread Grant Edwards
that data from the clipboard using 'xclip -o', you can't paste into windows from the X11 clipboard. Why do you have to go through such contortions with xfreerdp? Why can't you just copy something to the X11 clipboard and hit Ctrl-V in Windows like you can with rdesktop? --