So I have RDM installed on Ubuntu 20.04. Imported data from an XML from my Windows install and when I open an RDP connection it closes immediately. Tried to open RDM via terminal, but get the error that there is no command for "remotedesktopmanager". Anyone have suggestions? Running version 2020.2.1.0.
Hi,
remotedesktopmanager is supposed to be in /bin, but it is only a startup script.
You can also launch RDM from a terminal using these two commands
cd /usr/lib/devolutions/RemoteDesktopManager/ ./RemoteDesktopManager
If you installed RDM Free, the commands are a bit different
remotedesktopmanager.free or cd /usr/lib/devolutions/RemoteDesktopManager.Free/ ./RemoteDesktopManager.Free
Jonathan Lafontaine
This worked, let me figure out is was something with the credentials. Entered them in manually for the connections that weren't working and all good now.
Thanks!
Same issue here on Linux Mint 20
followed the above
Wonder if I'm missing a dependency?
(RemoteDesktopManager:19294): GLib-GObject-CRITICAL **: 10:32:24.729: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:19294): GLib-GObject-CRITICAL **: 10:32:24.765: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:19294): GLib-GObject-CRITICAL **: 10:32:24.773: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:19294): GLib-GObject-CRITICAL **: 10:32:24.780: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:19294): GLib-GObject-CRITICAL **: 10:32:24.784: g_signal_connect_data: assertion 'c_handler != NULL' failed
(RemoteDesktopManager:19294): GLib-GObject-CRITICAL **: 10:32:24.790: g_signal_connect_data: assertion 'c_handler != NULL' failed
[10:32:30:494] [19294:19310] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpdr
[10:32:30:494] [19294:19310] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpsnd
[10:32:30:494] [19294:19310] [INFO][com.freerdp.client.common.cmdline] - loading channelEx cliprdr
[10:32:30:053] [19294:19310] [INFO][com.freerdp.primitives] - primitives autodetect, using optimized
calling freerdp_InitializeSSL
freerdp_InitializeSSL #1
freerdp_InitializeSSL #2
___freerdp_openssl_initialize #1
___freerdp_openssl_initialize #2
OPENSSL_VERSION_NUMBER: 0x1010104F
___freerdp_openssl_initialize #4
___freerdp_openssl_initialize #5
[10:32:30:139] [19294:19310] [ERROR][com.freerdp.core] - freerdp_set_last_error ERRCONNECT_DNS_NAME_NOT_FOUND [0x00020005]
Looks like RDP couldn't resolve the hostname to an IP address.
Would you be able to try the entry using an IP address if this is not already the case?
Regards
Jonathan Lafontaine
Well dont i look like an idiot - I couldve sworn I checked that - using the fully qualified name worked, I know this lesson already WHY i never checked that is beyond me - age is an awful thing. Now to modify all my entries
Thanks Jonathan