RDM Terminal

avatar

Hi.
Tools->Terminal
What exactly does it launch?
I was expecting my linux terminal in tab inside RDM but it seems that is not the case as contents of directories does not match.
How can I change that?

avatar

Recommended Answer

Hello,

Are you using the Flatpak version of RDM? This can happen because Flatpak apps run inside a container.

If so, you can work around the issue with one of the following commands:

For the current user only:
flatpak override --user --filesystem=host com.devolutions.remotedesktopmanager

System-wide, for all users:
sudo flatpak override --filesystem=host com.devolutions.remotedesktopmanager

Regards,

Simon Duguay Létourneau

All Comments (2)

avatar

Hello,

Are you using the Flatpak version of RDM? This can happen because Flatpak apps run inside a container.

If so, you can work around the issue with one of the following commands:

For the current user only:
flatpak override --user --filesystem=host com.devolutions.remotedesktopmanager

System-wide, for all users:
sudo flatpak override --filesystem=host com.devolutions.remotedesktopmanager

Regards,

Simon Duguay Létourneau

avatar

Oooh, another thing why I hate flatpaks (and similar). Thanks! Installed from deb file and works great!