Re: [FreeRDP-devel] Rendering issues - especially when scrolling (blocks/artefacts)

2024-08-07 Thread armin.novak--- via FreeRDP-devel
Hi Justin, one thing that might cause this: check that you actually have openh264 installed, Fedora ships with a noopenh264.x86_64 package. regards Armin On 07.08.24 17:40, Justin Eastham via FreeRDP-devel wrote: Hi all, I've signed-up to this mailing list, in the hope that somebody can

Re: [FreeRDP-devel] Clipboard issues with Server 2022 and Excel (for real this time)

2024-07-22 Thread armin.novak--- via FreeRDP-devel
Hi Brent, I´ve created https://github.com/FreeRDP/FreeRDP/issues/10364 to track this in between and we´ve fixed a bug recently with https://github.com/FreeRDP/FreeRDP/pull/10385 could you check if that, by chance, also fixes the issue in your issue? regards Armin On 21.06.24 19:37, Bren

[FreeRDP-devel] FreeRDP release 2.11.4

2023-12-14 Thread armin.novak--- via FreeRDP-devel
Hi, FreeRDP version 2.11.4 was just released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ FreeRDP 2.11.4 is a maintainance and bugfix release. Notworthy changes: * fix a typo in unicode commit (#9652) sorry for the inconvenience. Best regards, the Free

Re: [FreeRDP-devel] passphrase.c/wait_for_fd()

2023-06-14 Thread armin.novak--- via FreeRDP-devel
Hi, thank you for the hint, fixed with https://github.com/FreeRDP/FreeRDP/pull/9057 regards Armin On 14.06.23 00:15, Andrey Vasilkin via FreeRDP-devel wrote: Hi libfreerdp/utils/passphrase.c function     static int wait_for_fd(int fd, int timeout) The argument is fd, but the function us

Re: [FreeRDP-devel] freerdp-shadow: NTLM not working from ipc-socket

2023-03-22 Thread armin.novak--- via FreeRDP-devel
Hi Andrey, can´t tell from the log alone. Do you authenticate against a SAM file? which changes do you have in your sources (or are you using an older commit?) I can´t find the log lines for [nla_server_authenticate]: remote session info empty [nla_server_authenticate]: local session inf

Re: [FreeRDP-devel] Unable to connect to one of my servers

2023-02-21 Thread armin.novak--- via FreeRDP-devel
Hi Andrey, could you give a few more details? 1. which security model RDP|TLS|NLA do you expect, which command line and which openssl version? 2. also, are you using stable or master freerdp? regards Armin On 20.02.23 22:49, Andrey Vasilkin via FreeRDP-devel wrote: Hi. Unable to connec

Re: [FreeRDP-devel] Shadow server: GSSAPI is supported?

2023-02-01 Thread armin.novak--- via FreeRDP-devel
Hi Andrey, kerberos authentication is not really working properly with FreeRDP 2. There have been huge advancements on master regarding that though. regards Armin On 01.02.23 09:44, Andrey Af via FreeRDP-devel wrote: Hi All! I build a freerdp 2.8.1 with the flag WITH_GSSAPI=ON. And for th

Re: [FreeRDP-devel] /client-hostname is causing the problem

2022-12-07 Thread armin.novak--- via FreeRDP-devel
Hi Andrey, could you tell which version you use? There has been a huge state machine rewrite lately. As for the error, changing the client-hostname triggers a client license upgrade on the server in your case and for some reason the request is short. so we would definitely need more details

Re: [FreeRDP-devel] about color depth

2022-10-02 Thread armin.novak--- via FreeRDP-devel
Hi, the color depth is send/received in rdp_read_bitmap_capability_set and rdp_write_bitmap_capability_set I think what you want is in rdp_read_bitmap_capability_set [preferredBitsPerPixel] but that setting is currently ignored in server mode. regargs Armin On 03.10.22 07:29, Andrey Af v

Re: [FreeRDP-devel] pixel format detects

2022-09-14 Thread armin.novak--- via FreeRDP-devel
: Thanks for the answer, I looked at the source code freerdp-2.4, gdi_init is used only on the client side. But I'm changing the code for part of the server. What other solutions are there? ср, 14 сент. 2022 г. в 07:06, armin.novak--- via FreeRDP-devel : you don´t. you tell which forma

Re: [FreeRDP-devel] pixel format detects

2022-09-14 Thread armin.novak--- via FreeRDP-devel
you don´t. you tell which format the client expects and the library will decode/convert to that. you do that with an argument at gdi_init regards Armin On 14.09.22 07:11, Andrey Af via FreeRDP-devel wrote: Hi all, How to correctly determine PIXEL_FORMAT from the server side for clients?

Re: [FreeRDP-devel] Reasons for using 'android_event_quque'?

2022-09-12 Thread armin.novak--- via FreeRDP-devel
Hi, android client was written a long time ago and freerdp (library) improved a lot since then. the queue is there to send all events on the RDP main thread. You can also do that in different threads now, but be warned, there will be some log entries if messages occur before the RDP session is

Re: [FreeRDP-devel] function /app still not working?

2022-05-16 Thread armin.novak--- via FreeRDP-devel
Hi, /app is working as well with server 2019 as it was with previous ones (e.g. some graphical glitches might happen), what exactly is your issue? The issue you referenced is a server configuration problem, nothing the client can do to fix. regards Armin On 13.05.22 17:16, Jörn Frenzel

Re: [FreeRDP-devel] freerdp-nightly suddenly stopped connecting to RDS server after most recent updates - Triston Line

2022-02-26 Thread armin.novak--- via FreeRDP-devel
Hi, yes, our fault. already fixed with https://github.com/FreeRDP/FreeRDP/pull/7674 next nightly builds should work normal again. regards Armin On 26.02.22 01:06, Triston Line via FreeRDP-devel wrote: Hello wonderful people! Quite recently (<24h) I updated my Linux Mint Cinnamon worksta