Has anyone else encountered issues with the most recent update? I installed it through Yay and encountered no installation issues, but when I attempt to launch the application, I receive the following errors:
$ remotedesktopmanager
shell-init: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Unhandled exception. System.DllNotFoundException: Unable to load shared library
'libWebView.so' or one of its dependencies. In order to help diagnose loading problems,
consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG
environment variable:
/opt/devolutions/RemoteDesktopManager/libWebView.so.so: cannot open shared object file:
No such file or directory
/opt/devolutions/RemoteDesktopManager/liblibWebView.so.so: cannot open shared object
file: No such file or directory
/opt/devolutions/RemoteDesktopManager/libWebView.so: cannot open shared object file: No
such file or directory
/opt/devolutions/RemoteDesktopManager/liblibWebView.so: cannot open shared object file:
No such file or directory
at Client.Controls.WebView.FixOpenSuse()
at Devolutions.RemoteDesktopManager.Program.Main(String[] args)
Aborted (core dumped)
Upon inspecting for libWebView.so, I noticed its presence but under slightly different
names as detailed below:
$ ls | grep lib
libclrgc.so
libclrjit.so
libcoreclr.so
libcoreclrtraceptprovider.so
libDevolutionsCrypto.so
libDevolutionsPicky.so
libDevolutionsProtocols.so
libDevolutionsRdp.so
libDevolutionsSspi.so
libDevolutionsVnc.so
libEmbeddedTerminal.so
libhostfxr.so
libhostpolicy.so
libMono.Unix.so
libmscordaccore.so
libmscordbi.so
libSkiaSharp.so
libSystem.Globalization.Native.so
libSystem.IO.Compression.Native.so
libSystem.Native.so
libSystem.Net.Security.Native.so
libSystem.Security.Cryptography.Native.OpenSsl.so
libWebView-4.0.so
libWebView-4.1.so
libxmf.so
mscorlib.dll
Despite attempting to rename the files to match the missing ones, the issue persists. Is there something I might be overlooking? I'm relatively new to Arch Linux (been using it for less than three days), and I'm wondering if there's a step I missed.
Pinned Comments
tgm4883 commented on 2023-07-14 00:18 (UTC)
Support for this software (Remote Desktop Manager) should happen on their forum: https://forum.devolutions.net/product/rdm-linux
Issues with the packaging should be reported here.