Gnome-remote-desktop.service Not Supported in Build 40540
Using the following link to enable remote X-windows type of GUI access to server, remotely. The following URL used as a guide: URL: https://discussion.fedoraproject.org/t/how-to-start-vnc-server-for-running-session-wayland/78971/7
Used the following how-to for setting up server so remote xwindows like server with wayland protocol can be accessed using VNC or RDP. I used the following how-to outlined in the fedoraproject link referenced above. Here are the results documented as attempted:
The commands in Fedora as documented:
sudo dnf -y install gnome-remote-desktop VNC_PASSWD="12345678" grdctl vnc enable grdctl vnc disable-view-only grdctl vnc set-auth-method password grdctl vnc set-password "${VNC_PASSWD::8}" systemctl --user enable gnome-remote-desktop.service systemctl --user restart gnome-remote-desktop.service sudo firewall-cmd --permanent --add-service=vnc-server sudo firewall-cmd --reload
Commands run in the Clear Linux distribution
sudo -i run so that all commands are run in root context/permission. #----------------------------------------------------------- root@clr-linux-srv~ # whoami root
root@clr-linux-srv~ # swupd info Distribution: Clear Linux OS Installed version: 40540 Version URL: https://cdn.download.clearlinux.org/update Content URL: https://cdn.download.clearlinux.org/update
root@clr-linux-srv~ # swupd bundle-add gnome-remote-desktop Loading required manifests... Warning: Bundle "gnome-remote-desktop" is already installed, skipping it... 1 bundle was already installed root@clr-linux-srv~ # VNC_PASSWD="#########" #password disgused root@clr-linux-srv~ # grdctl vnc enable root@clr-linux-srv~ # grdctl vnc disable-view-only root@clr-linux-srv~ # grdctl vnc set-auth-method password root@clr-linux-srv~ # grdctl vnc set-password "${VNC_PASSWD::8}" Failed to lookup legacy VNC password schema: Error spawning command line ?dbus-launch --autolaunch=05577eef37f44e75835c0a5122f28b8c --binary-syntax --close-stderr?: Child process exited with code 1 Error spawning command line ?dbus-launch --autolaunch=05577eef37f44e75835c0a5122f28b8c --binary-syntax --close-stderr?: Child process exited with code 1 root@clr-linux-srv~ # systemctl --user enable gnome-remote-desktop.service Failed to connect to bus: No medium found root@clr-linux-srv~ # systemctl --user restart gnome-remote-desktop.service Failed to connect to bus: No medium found root@clr-linux-srv~ #
The setup failed.