Thursday, July 12, 2018

Configuring Ubuntu 18.04 LTS for remote GUI

There is a chance that you won't be able to enable Screen Sharing in the system settings. When attempting to enable, I saw the list of networks for sharing as "No Networks Selected for Sharing". You should see something like Wired Connection 1 or something like that.

I fixed this issue by going to /etc/netplan/, and overwriting the auto-generated file with the following:

network:
 version: 2
 renderer: NetworkManager


After you save this file, reboot the system. You should be able to see Wired Connection as a network option when enabling Screen Sharing now.

No comments:

Post a Comment

Accessing Repositories for Fedora behind Proxy

By default, even when specifying the proxy address/port user/pwd, Fedora will likely complain about SSL certificates being invalid. In the ...