Artificial intelligent assistant

SLES 12.2 can't enable org.gnome.Vino - No such key 'enabled' Since Sles 12 SP2 I'm not able to activate VNC remote access: dbus-launch gsettings set org.gnome.Vino prompt-enabled false dbus-launch gsettings set org.gnome.Vino authentication-methods "['vnc']" dbus-launch gsettings set org.gnome.Vino require-encryption false dbus-launch gsettings set org.gnome.Vino vnc-password $(echo -n 'basis2k'|base64) dbus-launch gsettings set org.gnome.Vino enabled true > No such key 'enabled' The key is also missing when trying to activate it with dconf-editor: ![enter image description here](

Thank you for your suggestion. I managed it by installing x11vnc. To start it i created a systemd unit file "/etc/systemd/system/x11vnc.service":


[Unit]
Description=x11vnc-Server

[Service]
ExecStart=/usr/bin/x11vnc -display :0 -auth guess -forever -loop -noxdamage -o /var/log/x11vnc.log -rfbauth /root/.vnc/passwd -rfbport 5900 -shared

[Install]
WantedBy=graphical.target


With the commands `systemctl enable x11vnc` it will automatically start at system boot. You can also manually start it with `systemctl start x11vnc`

I hope this will work in future SuSE releases.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy e8e9e63983a68e92cfa067c36813613d