Karl Mikaelsson
Karl Mikaelsson
Thanks for the report. I installed ratpoison to try it out, but the only issue I'm seeing is that rdesktop consumes the Ctrl-T keypresses so ratpoison never sees them. I'm...
Thanks for the report! I had a quick look at the RDP specs, but I could not find any hints to if these caches are supposed to be reused between...
@uglym8 if you don't mind, I'll split the EWMH fullscreen fixes (nice!) to a separate PR, there shouldn't be any opposition to merging these right away. I'll take a look...
This doesn't seem to work on Gnome on Fedora 29 (haven't tried other platforms yet). The rdesktop window immediately gets a FocusIn event after ungrabbing the keyboard, leading to a...
> > This doesn't seem to work on Gnome on Fedora 29 (haven't tried other platforms yet). The rdesktop window immediately gets a FocusIn event after ungrabbing the keyboard, leading...
@trentasis I believe there were still somes issues with this PR, so #255 was created to deal with the immediate problems. I don't fully recall the differences any longer, maybe...
So if I understand it right there's no code that actually uses this new `rdpdr_send_client_device_list_remove` function? I like the idea of having dynamic redirection of disks, smart card readers etc.,...
This is probably a solution to have the login window show up on one screen, reported on issue #87.
On second thought... After reading more about endianness and bit field structs, I get the impression that this isn't portable to big endian systems. Can anyone with more C experience/knowledge...
Thanks for the report! > UI(warning): ui_create_xcursor_cursor(): Unhandled cursor bit depth 16 It looks like we lost support for 16-bit color pointers when support for alpha/color colors was implemented earlier...