Bug Report

Report bugs in Remote Desktop Manager for Linux.

avatar

btojs

"Disconnected" on wrong tab

Hi. I have 3 tabs opened. First one is correctly "Disconnected". Second one is disconnected but "Disconnected" on tab is missing. Third tab is connected but "Disconnected" on tab is shown. Noticed that on previous version, newest one still has this problem.

28

5

avatar

Eduard SepĂşlveda LĂłpez

avatar

Guillaume

System permission - Different behavior and rights

Hi Everyone. I'm facing a new behavior in the 2026.2.0.6. I'm not allowed to do anything into the root of a vault. I can't see properties, more or add new entries... On Windows client, connected with the same user, I have the permissions. [image] [image] It seems like the system permissions aren't applied correctly. Thank you in advanve.

12

2

avatar

Guillaume

avatar

AndreaB

RDM Linux 2026.2.0.4 UI extremely small on Ubuntu 26.04 Wayland/XWayland

Hi, I am having a scaling issue with Remote Desktop Manager for Linux 2026.2.0.4 on Ubuntu 26.04 / GNOME Wayland . The remote session content itself is readable, for example SSH terminal text is fine, but the RDM interface around it is extremely small: top menus; toolbar icons; filter bar; small UI controls. This makes RDM difficult to use on my setup. Environment Ubuntu 26.04 GNOME Wayland session Remote Desktop Manager 2026.2.0.4 5-monitor HiDPI / mixed scaling setup RDM version: apt policy remotedesktopmanager remotedesktopmanager: Installed: 2026.2.0.4 Candidate: 2026.2.0.4 Monitor layout: Monitors: 5 0: +*HDMI-4 6144/700x3456/390+2160+2880 HDMI-4 1: +DP-5 2160/600x3840/340+8304+2880 DP-5 2: +DP-6 2160/600x3840/340+0+2880 DP-6 3: +DVI-D-1 3840/600x2160/340+7280+720 DVI-D-1 4: +HDMI-5 5120/610x2880/350+2160+0 HDMI-5 RDM process environment: XDG_SESSION_TYPE=wayland WAYLAND_DISPLAY=wayland-0 DISPLAY=:0 GDK_BACKEND=x11 XAUTHORITY=/run/user/1000/.mutter-Xwaylandauth... So RDM appears to run under XWayland , while the desktop session is Wayland. What I tried I already tried the following without success: AVALONIA_GLOBAL_SCALE_FACTOR=1.5 remotedesktopmanager AVALONIA_GLOBAL_SCALE_FACTOR=2 remotedesktopmanager AVALONIA_GLOBAL_SCALE_FACTOR=4 remotedesktopmanager Also tried per-monitor scaling: AVALONIA_SCREEN_SCALE_FACTORS='HDMI-4=1.5;DP-5=1.5;DP-6=1.5;DVI-D-1=1.5;HDMI-5=1.5' remotedesktopmanager and also with scale factor 4. The variable is visible inside the RDM process environment, but it has no visible effect. I also tried: printf 'Xft.dpi: 144\n' | xrdb -merge printf 'Xft.dpi: 192\n' | xrdb -merge No effect. I tested with a clean RDM profile by moving ~/.rdm, but even the initial setup wizard starts extremely small, so it does not seem to be caused by my profile or saved layout. I also tried gamescope. It can make the whole window larger, but it causes mouse/input and resize issues, so it is not usable as a real workaround. Strange behavior A couple of times RDM seemed to start with normal scaling by itself, but I could not reproduce why. Most of the time it starts with the UI extremely small. This makes me suspect a DPI/scaling detection issue related to XWayland, monitor ordering, startup timing or initial window placement. Questions Is this a known issue with RDM Linux 2026.2.0.4 on Wayland/XWayland with HiDPI/fractional scaling? Is there an official way to force RDM UI scaling on Linux? Does RDM read any specific config file, command line option or environment variable for UI scaling? Thanks.

61

4

avatar

AndreaB

avatar

Guillaume

Entries editing - Different behavior when not in focus

Hello, The last version (2026.2.0.4) ist really nice, however I've noticed a difference in behavior of the editing window, depending on which kind of entry it is. For example: Till now it was till now and still on entry type Website: when the window doesn't have the focus the fields stayed kind of active, or reachable, not grayed out. It allows to go copy something and paste it fastly directly in the right field. [image] Now, while editing an entry (seen on "username password" and RDP till now) and the window doesn't have the focus, the fields are kind of grayed out and not accessible until the window get the focus again. With a left clic it gives the focus on the window + put the cursor in the clicked field. But usind another buttung (right or middel for example), it just gives the focus to the window. [image] The second really bothering behavior in this new window, if you paste the password into the password field without "showing" the passwort, it will paste the password two times. Thank you very much.

17

1

avatar

Gabriel Dubois

avatar

daemoncze

Backlog

RDM Linux crashes (SIGABRT/SIGSEGV) when connecting to RDP over an SSH tunnel

Environment: Product: Remote Desktop Manager (Linux), latest version OS: Ubuntu 24.04 LTS Display server: X11 Installation: .deb Connection scenario: RDP session reached through an SSH tunnel (target accessed via 127.0.0.1:<local_port>) Summary: RDM consistently crashes when establishing an RDP connection through an SSH tunnel. The application terminates with either SIGABRT (GTK text buffer assertion) or SIGSEGV, depending on conditions. The crash appears to originate in the bundled FreeRDP layer, with a secondary crash in the GTK text widget used to render the connection log/console. Crash signatures observed: GTK text iterator assertion (SIGABRT): Gtk:ERROR:../../../gtk/gtktextiter.c:1940:forward_char: assertion failed: (real->segment->type == &gtk_text_char_type) GTK text btree assertion (SIGABRT): Gtk:ERROR:../../../gtk/gtktextbtree.c:2204:_gtk_text_btree_get_line_at_char: assertion failed: (line != NULL) Segmentation fault during FreeRDP init when run with G_DEBUG=fatal-warnings (SIGSEGV). Relevant FreeRDP build warnings emitted before the crash: This build is using [experimental] build options: * 'WITH_MBEDTLS=ON' [experimental] build options might crash the application This build is using [runtime-check] build options: * 'WITH_VERBOSE_WINPR_ASSERT=ON' The bundled FreeRDP is built with mbedTLS (flagged experimental) rather than OpenSSL, and the build itself warns it "might crash the application." Last FreeRDP error before the SIGABRT in the most recent run: [ERROR][com.freerdp.core] - [transport_default_connect_tls]: ERRCONNECT_TLS_CONNECT_FAILED [0x00020008] Steps to reproduce: Establish an SSH tunnel forwarding a local port to a remote RDP host. In RDM, configure an RDP entry pointing at 127.0.0.1:<local_port>. Initiate the connection. RDM crashes (SIGABRT or SIGSEGV) instead of either connecting or failing gracefully. Expected behavior: RDM should either complete the connection or fail with a clean error message, without crashing the entire application. Actual behavior: The whole application terminates with a core dump.

56

1

avatar

Gabriel Dubois

avatar

it-hd-intern

Backlog

RDM licensing issue on Debian Linux after upgrading to version 206.2.0.4 with a free license

Hello, I am using Remote Desktop Manager on both Windows and Linux with a free license and a Devolutions Hub data source. On Windows, everything works as expected. However, after updating the Linux version of Remote Desktop Manager to version 2026.2.0.4 from the official repositories, I started experiencing a licensing issue. I can successfully connect to my Devolutions Hub, but immediately afterward I receive the error message: "No license found" After this message appears, none of my entries or data are displayed in Remote Desktop Manager. The issue only started after updating to version 2026.2.0.4. Before the update, everything was working correctly on the same Linux system. As a troubleshooting step, I deleted the local .rdm directory and reconfigured the connection to the Hub from scratch. Unfortunately, the result is the same: I can connect to the Hub, but then I receive the "No license found" error and cannot access my data. My environment: Remote Desktop Manager Linux: 2026.2.0.4 Operating System: Debian 13.5 Kernel: 6.12.90+deb13.1-amd64 Since the same Hub account works correctly on Windows, this appears to be specific to the Linux client after the recent update. Could you please advise how to resolve this issue or let me know if this is a known problem with version 2026.2.0.4? Thank you for your assistance.

45

5

avatar

it-hd-intern

avatar

shawniverson

Resolved Implemented

Debian Bookworm 2.13 Remote Desktop Manager crashes and clipboard corruption using clipboard integration for RDP sessions

OS and desktop environment Debian Bookworm 2.13 Kernel 6.1.43-amd64 KDE Plasma 5.27.5 KDE Frameworks 5.103.0 Qt 5.15.8 Wayland Remote Desktop Manager 2025.3.2.2 64-bit When an RDP session is established using RDM, RDM may freeze and eventually silently exit after copying text to the clipboard. Frequently, the copied text, if successfully copied, will paste into the RDP session in a corrupted form, often consisting of seemingly random unicode characters. It seems that this clipboard data corruption sometimes triggers a sequence of characters that causes RDM to crash. Furthermore, if the text that caused RDM to crash is left in the clipboard, relaunching RDM will result in the application immediately crashing on launch until the clipboard is cleared. The text in the clipboard on the Linux host remains clean and uncorrupted throughout this occurring from the perspective of the Linux host. I plan to try reproducing this issue on Debian Trixie when I get a chance. I will post results here when I do that. Also, I will capture screenshots of the clipboard corruption and upload them as well.

468

28

avatar

shawniverson

avatar

btojs

Multiple concurrent active connections to the same host

Hi. There is a bug with this feature. Tab1 and Tab2 connected to the same host. In Tab1 when typing exit to disconnect I am getting disconnected from both tabs. Another example: I reconnect in Tab1, switch to root. I reconnect in Tab2 - in Tab2 nothing happens, I was reconnected in Tab1.

80

3

avatar

Carl Marien

avatar

Guillaume

Resolved Implemented

URL Copy button doesn't work

Hi Guys, On Entry type "Website", clicking on the copy button near the "website" doesn't work. [image] Copy of other fields does work. I whish you a nice day.

119

3

avatar

Guillaume

avatar

veehexx1

Implemented

frequent but seemingly random SegFaults

i keep getting RDM crash fairly frequently. this occurs on the current 2026.1.1.1, and the previous version i was using (i think 2025.3.2.3). It doesnt occur every time, but it does seem more frequent if i move network location (eg from onsite office to offsite with our VPN) This occurance following was being onsite, upgrading from my previous version to the latest current and connecting to an RDP server. I see that redirected drive was the last logged entry, so I'll try without that to see if it makes any difference. I'm using the .deb version since flatpak does not work with our VPN tunnel type. # remotedesktopmanager (RemoteDesktopManager:60196): Gtk- CRITICAL **: 08:31:08.485 : gtk_window_set_transient_for: assertion 'window != parent' failed [08:34:29:261] [60196:0000ecfb] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "a*******", "REMOVED" (Mstsc) => "Username: "a*******" Domain: "REMOVED"" [08:34:29:266] [60196:0000ecfb] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [08:34:29:266] [60196:0000ecfb] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [08:34:29:266] [60196:0000ecfb] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [08:34:29:269] [60196:0000ecfb] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.7: cannot open shared object file: No such file or directory [08:34:29:270] [60196:0000ecfb] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.5.0: cannot open shared object file: No such file or directory [08:34:29:270] [60196:0000ecfb] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.4.1: cannot open shared object file: No such file or directory [08:34:29:270] [60196:0000ecfb] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.4.0: cannot open shared object file: No such file or directory [08:34:29:270] [60196:0000ecfb] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.3.1: cannot open shared object file: No such file or directory [08:34:29:270] [60196:0000ecfb] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.3.0: cannot open shared object file: No such file or directory [08:34:29:270] [60196:0000ecfb] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so: cannot open shared object file: No such file or directory [08:34:29:270] [60196:0000ecfb] [WARN][com.freerdp.core.codecs] - [freerdp_client_codecs_prepare]: Failed to create h264 codec context [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7b43a8011d90]: ************************************************* [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7b43a8011d90]: This build is using [runtime-check] build options: [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7b43a8011d90]: * 'WITH_VERBOSE_WINPR_ASSERT=ON' [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7b43a8011d90]: * [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7b43a8011d90]: [runtime-check] build options might slow down the application [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7b43a8011d90]: ************************************************* [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7b43a8011d90]: ************************************************* [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7b43a8011d90]: [SSL] {Cipher} build or configuration missing: [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7b43a8011d90]: * des-ede3-cbc: RDP security FIPS mode will not work [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7b43a8011d90]: ************************************************* [08:34:29:285] [60196:0000ecfb] [WARN][com.freerdp.core.nego] - [nego_enable_aad]: This build does not support AAD security, disabling. [08:34:29:344] [60196:0000ecfb] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [08:34:29:498] [60196:0000ecfb] [INFO][com.freerdp.gdi] - [gdi_init_ex]: Local framebuffer format PIXEL_FORMAT_BGRX32 [08:34:29:498] [60196:0000ecfb] [INFO][com.freerdp.gdi] - [gdi_init_ex]: Remote framebuffer format PIXEL_FORMAT_BGRA32 [08:34:29:499] [60196:0000ed0a] [INFO][com.freerdp.channels.rdpdr.client] - [devman_load_device_service]: Loading device service drive [RDM_REDIRECT_FOLDER] (static) [08:34:29:502] [60196:0000ecfb] [INFO][com.freerdp.channels.rdpsnd.client] - [rdpsnd_load_device_plugin]: [static] Loaded alsa backend for rdpsnd [08:34:29:513] [60196:0000ecfb] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel nowproto [08:34:29:513] [60196:0000ecfb] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel ainput [08:34:29:513] [60196:0000ecfb] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel rdpgfx [08:34:29:514] [60196:0000ecfb] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel disp [08:34:29:514] [60196:0000ecfb] [WARN][com.winpr.thread] - [SetThreadPriority]: pthread_setschedprio(0) not implemented, requires POSIX 2008 or later [08:34:29:528] [60196:0000ed0d] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.7: cannot open shared object file: No such file or directory [08:34:29:528] [60196:0000ed0d] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.5.0: cannot open shared object file: No such file or directory [08:34:29:529] [60196:0000ed0d] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.4.1: cannot open shared object file: No such file or directory [08:34:29:529] [60196:0000ed0d] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.4.0: cannot open shared object file: No such file or directory [08:34:29:529] [60196:0000ed0d] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.3.1: cannot open shared object file: No such file or directory [08:34:29:529] [60196:0000ed0d] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so.2.3.0: cannot open shared object file: No such file or directory [08:34:29:530] [60196:0000ed0d] [ERROR][com.winpr.library] - [LoadLibraryA]: failed with libopenh264.so: cannot open shared object file: No such file or directory [08:34:29:530] [60196:0000ed0d] [WARN][com.freerdp.core.codecs] - [freerdp_client_codecs_prepare]: Failed to create h264 codec context [08:34:32:471] [60196:0000ed0a] [INFO][com.freerdp.channels.rdpdr.client] - [device_announce]: registered [ drive] device #1: RDM_REDIRECT_FOLDER (type= 8 id= 1) Segmentation fault (core dumped)

218

8

avatar

Maxim Robert

avatar

btojs

Resolved Implemented

RDM 2026.1.2.2 Terminal syntax highlighting import/export

Hi. Awesome that it was added and works. I added two profiles, selected one as default. Works. Now, I wanted to select second one for specific host and in host entry I can't see a way to select globally added profile. I can only make a custom one. So, I exported profile I added globally to XML and tried to import in custom profile in host entry - "Unable to import the file aaaa.xml" Why?

95

2

avatar

btojs

avatar

cRoW2k

Resolved

RDP sessions with expired password

Hi all, Fedora 43, RDM 2026.1.1.1 (but also previous release). When I try to connect to an RDP server with credentials containing an expired password, double-clicking the server seems to start but then stops without any message. What I would expect is for the session to open anyway and for it to show me that the password has expired (or that the error displayed on xfreerdp's stdout returned a speaking message to RDM).

239

6

avatar

cRoW2k

avatar

aerowinder

Implemented

Fedora 43 KDE, 2026.1.0.8, RPM+Flatpak, database entries refuse to move

Greetings, When I try to move database items, whether it is reordering within the same folder, or moving from one folder to another, the function... seems broken in this version. Reproductions: 1) Attempt to move database entry to another location within the same database. 2) Sometimes it works, sometimes it doesn't. 3) Once it breaks, it is broken for that entry permanently. So you're left with certain items that you can't move. 4) Drag-n-drop is broken, also opening the entry and selecting the folder to move to does not function. Troubleshooting steps: 1) Tried on Flatpak and RPM, same problem. 2) Running from the command line yields... nothing at all.

172

4

avatar

Maxim Robert

avatar

postmaster

Missing close button on sub-windows

Only just discovered the linux version of the app, and first off, well done, very cool, love it. Keep running upon this slight inconvenience, when trying to exit a sub window - entry properties, etc - I mouse up to the top right of the sub window looking for the X icon and find that it's actually a fullscreen button? for some reason that button doesn't actually do anything, but makes me wonder why there isn't a close button there at all. Thanks! [image]

190

4

avatar

Nicolas Parr

avatar

aerowinder

Fedora 43 KDE, 2026.1.0.8 Flatpak, SQLite master key, "Always ask for password" option not respected

Greetings, Problem: RDM is not respecting "Always ask for password" option during SQLite data source creation. Reproduction steps: Create a new SQLite source. Set a master key to this data source. Enable "Always ask for password". Prior to opening the first time, you will be greeted with the expected master password prompt. Enter password, data source opens. Close RDM. Reopen RDM. Observe that RDM did not ask you for a master password this time (or subsequent times). Observe that a .shk file was created on your disk in the ~/.rdm folder, that contains a cached (encrypted) version of the master key that enables automatic master key decryption upon opening RDM. If RDM is told to not remember the password, then it should not cache it to disk.

162

4

avatar

Carl Marien

avatar

myonlinestuff

Resolved Implemented

Dual monitor focus for reconnect (RDP)

Hi all, I'm running Linux Mint 22.3 with RDM 2025.3.1.1. I have dual monitors and nothing but RDP sessions on my Linux box. I keep some RDP sessions on the primary monitor and some on the secondary. Occasionally, I'll lose my connection to a system on the secondary monitor and I'd like to reconnect, so I use "Reconnect" from the right click menu of the tab for that system, but it winds up reconnecting to a system on my primary monitor. This doesn't always happen, especially if I have very recently made my initial connection to the system on my secondary display, the reconnect function works as it should. But after some time and use, the systems on the primary monitor only seem to allow me to use reconnect. The current work around I'm using is to go to "Window > Show Navigation > Right click the system > Reconnect". It would be great if this was resolved, or if I'm just doing something wrong :)

225

9

avatar

myonlinestuff

avatar

alexander3

Resolved

Unable to connetc to host XXX - 2026.1.0.8 64-bit

After update to 2026.1.0.8 64-bit I can't connect to any RDP host. Only message [image] #remotedesktopmanager (RemoteDesktopManager:3942095): Gtk-WARNING **: 10:45:05.286: Theme directory places/symbolic of theme tuxedo-breeze-dark has no size field [10:45:11:266] [3942095:003c26e8] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "A*******", "D*****" (Mstsc) => "Username: "A*******" Domain: "D*****"" [10:45:11:267] [3942095:003c26e8] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "A*******", "D*****" (None) => "Username: "A*******" Domain: "D*****"" [10:45:11:269] [3942095:003c26e8] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:45:11:269] [3942095:003c26e8] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:45:11:269] [3942095:003c26e8] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:45:11:272] [3942095:003c26e8] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:45:11:287] [3942095:003c26e8] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7ac0f4030180]: ************************************************* [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7ac0f4030180]: This build is using [runtime-check] build options: [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7ac0f4030180]: * 'WITH_VERBOSE_WINPR_ASSERT=ON' [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7ac0f4030180]: * [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7ac0f4030180]: [runtime-check] build options might slow down the application [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x7ac0f4030180]: ************************************************* [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7ac0f4030180]: ************************************************* [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7ac0f4030180]: [SSL] {Cipher} build or configuration missing: [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7ac0f4030180]: * des-ede3-cbc: RDP security FIPS mode will not work [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.rdp] - [log_build_warn_cipher][0x7ac0f4030180]: ************************************************* [10:45:11:288] [3942095:003c26e8] [WARN][com.freerdp.core.nego] - [nego_enable_aad]: This build does not support AAD security, disabling. [10:45:11:412] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:11:710] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv_line]: Retries exceeded [10:45:11:710] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv]: No response [10:45:11:710] [3942095:003c26e8] [INFO][com.freerdp.core.gateway.rdg] - [rdg_establish_data_connection]: RD Gateway HTTP transport broken. [10:45:11:825] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:11:905] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:12:213] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:12:242] [3942095:003c26e8] [ERROR][com.freerdp.core.auth] - [credssp_auth_encrypt]: EncryptMessage failed with SEC_E_INVALID_TOKEN [0x80090308] [10:45:12:242] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_proxy_begin]: TsProxyCreateTunnel failure [10:45:12:242] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.rpc] - [rpc_client_recv_pdu_int]: tsg_proxy_begin failure [10:45:12:242] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_connect]: tsg_check failure [10:45:12:242] [3942095:003c26e8] [ERROR][com.freerdp.core.nego] - [nego_connect]: Failed to connect [10:45:12:242] [3942095:003c26e8] [ERROR][com.freerdp.core] - [rdp_client_connect]: ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x0002000C] [10:45:12:242] [3942095:003c26e8] [ERROR][com.freerdp.core.connection] - [rdp_client_connect]: Error: protocol security negotiation or connection failure [10:45:12:252] [3942095:003c26e8] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "A*******", "D*****" (Mstsc) => "Username: "A*******" Domain: "D*****"" [10:45:12:252] [3942095:003c26e8] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "A*******", "D*****" (None) => "Username: "A*******" Domain: "D*****"" [10:45:12:252] [3942095:003c26e8] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:45:12:252] [3942095:003c26e8] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:45:12:252] [3942095:003c26e8] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:45:12:254] [3942095:003c26e8] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:45:12:269] [3942095:003c26e8] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:45:12:269] [3942095:003c26e8] [WARN][com.freerdp.core.nego] - [nego_enable_aad]: This build does not support AAD security, disabling. [10:45:12:374] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:12:580] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv_line]: Retries exceeded [10:45:12:580] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv]: No response [10:45:12:580] [3942095:003c26e8] [INFO][com.freerdp.core.gateway.rdg] - [rdg_establish_data_connection]: RD Gateway HTTP transport broken. [10:45:12:696] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:12:775] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:12:831] [3942095:003c26e8] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:45:12:859] [3942095:003c26e8] [ERROR][com.freerdp.core.auth] - [credssp_auth_encrypt]: EncryptMessage failed with SEC_E_INVALID_TOKEN [0x80090308] [10:45:12:859] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_proxy_begin]: TsProxyCreateTunnel failure [10:45:12:859] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.rpc] - [rpc_client_recv_pdu_int]: tsg_proxy_begin failure [10:45:12:859] [3942095:003c26e8] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_connect]: tsg_check failure [10:45:12:859] [3942095:003c26e8] [ERROR][com.freerdp.core.nego] - [nego_connect]: Failed to connect [10:45:12:859] [3942095:003c26e8] [ERROR][com.freerdp.core] - [rdp_client_connect]: ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x0002000C] [10:45:12:859] [3942095:003c26e8] [ERROR][com.freerdp.core.connection] - [rdp_client_connect]: Error: protocol security negotiation or connection failure [10:52:17:080] [3942095:003c42d6] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "a*******@x*********.c**", "" (Mstsc) => "Username: "a*******@x*********.c**" Domain: """ [10:52:17:080] [3942095:003c42d6] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "a*******@x*********.c**", "" (None) => "Username: "a*******@x*********.c**" Domain: """ [10:52:17:081] [3942095:003c42d6] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:52:17:081] [3942095:003c42d6] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:52:17:081] [3942095:003c42d6] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:52:17:084] [3942095:003c42d6] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:52:17:102] [3942095:003c42d6] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:52:17:103] [3942095:003c42d6] [WARN][com.freerdp.core.nego] - [nego_enable_aad]: This build does not support AAD security, disabling. [10:52:17:358] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:18:159] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv_line]: Retries exceeded [10:52:18:159] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv]: No response [10:52:18:159] [3942095:003c42d6] [INFO][com.freerdp.core.gateway.rdg] - [rdg_establish_data_connection]: RD Gateway HTTP transport broken. [10:52:18:414] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:18:625] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:19:017] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:19:089] [3942095:003c42d6] [ERROR][com.freerdp.core.auth] - [credssp_auth_encrypt]: EncryptMessage failed with SEC_E_INVALID_TOKEN [0x80090308] [10:52:19:089] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_proxy_begin]: TsProxyCreateTunnel failure [10:52:19:089] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.rpc] - [rpc_client_recv_pdu_int]: tsg_proxy_begin failure [10:52:19:089] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_connect]: tsg_check failure [10:52:19:090] [3942095:003c42d6] [ERROR][com.freerdp.core.nego] - [nego_connect]: Failed to connect [10:52:19:090] [3942095:003c42d6] [ERROR][com.freerdp.core] - [rdp_client_connect]: ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x0002000C] [10:52:19:090] [3942095:003c42d6] [ERROR][com.freerdp.core.connection] - [rdp_client_connect]: Error: protocol security negotiation or connection failure [10:52:19:096] [3942095:003c42d6] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "a*******@x*********.c**", "" (Mstsc) => "Username: "a*******@x*********.c**" Domain: """ [10:52:19:096] [3942095:003c42d6] [INFO][Devolutions.Rdp.Credentials] - [Parse]: parsing "a*******@x*********.c**", "" (None) => "Username: "a*******@x*********.c**" Domain: """ [10:52:19:096] [3942095:003c42d6] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:52:19:096] [3942095:003c42d6] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:52:19:096] [3942095:003c42d6] [ERROR][com.freerdp.channels.virtual.channel] - [virtchan_virtual_channel_init_event_ex]: Unhandled event type 0 [10:52:19:097] [3942095:003c42d6] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:52:19:101] [3942095:003c42d6] [INFO][com.freerdp.codec] - [openh264_load_functionpointers]: loaded libopenh264.so.7 2.4.1 [10:52:19:101] [3942095:003c42d6] [WARN][com.freerdp.core.nego] - [nego_enable_aad]: This build does not support AAD security, disabling. [10:52:19:368] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:20:194] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv_line]: Retries exceeded [10:52:20:194] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.http] - [http_response_recv]: No response [10:52:20:194] [3942095:003c42d6] [INFO][com.freerdp.core.gateway.rdg] - [rdg_establish_data_connection]: RD Gateway HTTP transport broken. [10:52:20:430] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:20:654] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:21:050] [3942095:003c42d6] [INFO][com.freerdp.core.auth] - [auth_resolve_sspi_table]: Using SSPI Module: /usr/lib/devolutions/RemoteDesktopManager/libDevolutionsSspi.so [10:52:21:145] [3942095:003c42d6] [ERROR][com.freerdp.core.auth] - [credssp_auth_encrypt]: EncryptMessage failed with SEC_E_INVALID_TOKEN [0x80090308] [10:52:21:145] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_proxy_begin]: TsProxyCreateTunnel failure [10:52:21:145] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.rpc] - [rpc_client_recv_pdu_int]: tsg_proxy_begin failure [10:52:21:145] [3942095:003c42d6] [ERROR][com.freerdp.core.gateway.tsg] - [tsg_connect]: tsg_check failure [10:52:21:145] [3942095:003c42d6] [ERROR][com.freerdp.core.nego] - [nego_connect]: Failed to connect [10:52:21:145] [3942095:003c42d6] [ERROR][com.freerdp.core] - [rdp_client_connect]: ERRCONNECT_SECURITY_NEGO_CONNECT_FAILED [0x0002000C] [10:52:21:145] [3942095:003c42d6] [ERROR][com.freerdp.core.connection] - [rdp_client_connect]: Error: protocol security negotiation or connection failure

Recommended Answer

3 months ago

Hello In this version we changed the default for the SSPI (authentication) module, to something that makes more sense for most users. However in your environment it's now attempting Kerberos on your terminal services gateway which isn't working for some reason. You can restore the old behaviour by setting the SSPI Module to "System"; either in the "Authentication" tab of an individual session(s) or application wide in Preferences > Session type > RDP. Please let me know if that helps or if you have other questions or comments Kind regards,

220

3

avatar

alexander3

avatar

Guillaume

Implemented

Duplicate Entry doesn't duplicate subentry

Hi There, When duplicating an entry, it asks if we'd like to duplicate sub entries.But clicking Yes just duplicate the entry I was on when asking for duplicating, no sub entries get created. Thank you very much

268

14

avatar

Maxim Robert

avatar

borat

Implemented

Smart reconnect crashes the client 2025.3.2.3

Fedora KDE 43, when smart reconnect is used with RDP, for example when hiding the navigation bar on the left to give more space for the remote session, remote desktop manager crashes every single time. Only work around is to disable smart reconnect, and then manually reconnect the session to make the resolution change.

185

3

avatar

Nicolas Parr

avatar

Jose Arellano

Several SSH sessions (tabs) - Special Characters Typing in Other Tabs Than the Active One

Hi, Zorin OS here. I have this behavior when I open several tabs with distinct SSH sessions and when I try to type special characters like ' or ", i cannot see what iḿ typing in the active tab but when i switch to another tab, those characters were written there. Regards

180

5

avatar

Carl Marien

avatar

randerson

Resolved

Dark Theme does not work in Linux.

I've installed RDM on the following Linux installs which were all bare metal. Bazzite (newest) Debian 12.10 Archlinux 2025.01 [image] Ubuntu 24.04 POP_OS! 22.04 I've attached a screenshot that I cut my data out of but you can see which parts accept dark mode and which do not. Most of my work is done at night. It would excellent to have this working. Thank you.

897

6

avatar

randerson

avatar

Guillaume

Entry defaults

Hi There, We defined for all Entry type (Folder, Credential, etc..) default colors, icons etc. However while creating an entry, all the defaults configured things get ignored. Thank you very much

196

6

avatar

Tommy Sanders

avatar

aerowinder

Fedora 43, RDM Flatpak 2025.3.0.9 - theme settings broken/non-functional

Greetings, As the title says, the RDM flatpak theming does not seem to work correctly. I run my system on dark mode, but if I select either "System" or "Dark" from preferences, and reboot the application, it is still in light mode. The workaround I found is to use Flatseal to add "GTK_THEME=Adwaita-dark" as a variable. This overrides RDM's theming and forces dark mode. I have noticed that none of the other flatpaks I use exhibit this behavior. Most of them don't even have theming options, they just inherit the system setting.

572

6

avatar

Simon Duguay Létourneau

avatar

aerowinder

Fedora 43, RDM Flatpak 2025.3.0.9 - "Register the fingerprint and continue connecting" results in Error 1 Code 1

Greetings, When I connect to all of my systems with SSH, and attempt to register the fingerprint, I receive Error 1 Code 1. I am unable to register any fingerprints, I must choose the "Carry on connecting..." option in order to connect to my systems. This bug started occuring 2-3 updates ago, but I don't remember exactly what version it started.

Recommended Answer

7 months ago

Hello, To resolve this issue, please run one of the following commands, depending on your installation type. For a user installation: flatpak override --user --filesystem=~/.ssh com.devolutions.remotedesktopmanager For a system-wide installation: sudo flatpak override --filesystem=~/.ssh com.devolutions.remotedesktopmanager This problem occurs because Flatpak runs applications in a sandboxed environment and does not have access to the ~/.ssh folder by default. Best regards,

302

8

avatar

Simon Duguay Létourneau

avatar

aerowinder

Fedora 43, RDM Flatpak 2025.3.0.9 - RDM main window size gets larger every time I launch the application

Greetings, When I close RDM and subsequently reopen it at a later time, the vertical size of the window increases on it's own. Workflow is something like this: 1) Using RDM, close RDM. 2) After some time, restart RDM. 3) RDM asks for password, enter password. 4) I see the brief splash screen, and the application loads in the background at the correct size . 5) Once the application is finished loading, it inexplicable expands it's vertical dimensions by about 0.5in, or so. 6) This behavior occurs once upon every start of the application until it has reached the bounds of the screen.

185

2

avatar

Samuel Dery

1 - 25 of 128 items
Sysadminotaur pondering a question Special Q&A

Our CTO is answering your AI questions

A rare opportunity — ask our CTO directly.

13 questions already asked Closed
View questions →