Hi there ,
i tried the remote desktop manager package with CachyOS arch linux.
i tried to connect to our business Hub , after the browser send me back to RDM i got an 401 error Unknown Error
Thanks
Git Clone URL: | https://aur.archlinux.org/remote-desktop-manager.git (read-only, click to copy) |
---|---|
Package Base: | remote-desktop-manager |
Description: | Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team. |
Upstream URL: | https://remotedesktopmanager.com/ |
Keywords: | desktop rdm rdp remote ssh |
Licenses: | proprietary |
Submitter: | tgm4883 |
Maintainer: | tgm4883 (devolutionsinfra) |
Last Packager: | devolutionsinfra |
Votes: | 10 |
Popularity: | 0.97 |
First Submitted: | 2020-06-17 21:39 (UTC) |
Last Updated: | 2024-10-21 16:22 (UTC) |
Hi there ,
i tried the remote desktop manager package with CachyOS arch linux.
i tried to connect to our business Hub , after the browser send me back to RDM i got an 401 error Unknown Error
Thanks
Maybe you can add aarch64
in the arch
section.
@yochananmarqos
Hi, I'm one of the devs working on the Linux version of Remote Desktop Manager.
First of, thank you for bringing this to our attention. As it happens, the missing dependencies were alreading something that was being rectified in this new version, so you can expect them in the version releasing in the next few days (2024.1.1.2). As for the simplifications you suggested in the PKGBUILD, we'll look into that for future versions. We just want to avoid having to do any more rounds of tests seeing as this release is imminent.
The dependencies are incorrect, check the Debian control file. It appears they should be:
depends=('ca-certificates-mozilla' 'libsecret' 'org.freedesktop.secrets' 'vte3' 'webkit2gtk-4.1')
optdepends=('libappindicator-gtk3' 'lsof' 'xdotool')
You can drop the prepare() function and just do this:
package() {
bsdtar -xvf data.tar.xz -C "${pkgdir}/"
mv "$pkgdir/bin" "$pkgdir/usr/"
}
@tgm4883 thanks a lot! I fixed before your update the issue manually, now you did it too - very appreciated!
@faith_healer
Looks like devolutions changed the name of that. I've updated the pkgbuild to be more inline with there deb packaging which should fix the issue.
almost every time I see an update of that package I get
sed: can't read /home/faith/.cache/yay/remote-desktop-manager/src/usr/share/applications/remotedesktopmanager.desktop: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... -> error making: remote-desktop-manager-exit status 4
even if I remove and install again with yay cache cleaning.
Cannot excute backup in the tab of File -> Backup
at Devolutions.RemoteDesktopManager.Business.OnlineBackupDescriptor.Backup(BaseConnectionDataSource dataSource, String connections, Int32 entryCount, Int32 itemCount, Boolean manualBackup)
at Devolutions.RemoteDesktopManager.Managers.BackupManager.ProcessTask(BackupTask task)
at Devolutions.RemoteDesktopManager.Managers.ActionManager.ExecuteBackup()
at InvokeStub_EventHandler.Invoke(Object, Span`1)
at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Meanwhile touch pad scroll and mouse scroll both do not work in RDP. By the way the SFTP and SCP session work, but it is really laggy when click to open the session. Otherwise when the SFTP or SCP session was opened, RDM takes a lot of memory resources(4.6GB) and CPU resources(some cores of CPU up to 90% which leads the fan really noisy), does it is the usual status?
@tgm4883
Gotcha, I will post in the Devolutions forum. Thanks for pointing me the right direction!
@mooninite_mods
I'm not having that issue on the latest version from Devolutions. It does look like they saw this issue in the flatpak version (https://forum.devolutions.net/topics/39966/dllnotfoundexception--unable-to-load-shared-library-libwebviewso-or-on) and fixes it but didn't say what the issue was. I would recommend making a post on their support forum https://forum.devolutions.net/product/rdm-linux
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.