A
A
accountnujen2021-10-31 06:56:48
VNC
accountnujen, 2021-10-31 06:56:48

What config should be on the vnc server when connecting to ubuntu-desktop?

This is how my RDP connection looks like

spoiler
617e12f31b51e331834787.jpeg

and this is what VNC looks like (
spoiler
617e1309d2a50990518323.jpeg

it's all window. that is, as a result, I have a gray rectangle with a folder open in the center. neither the browser nor the console - I can not open (I do not know how). And the screen resolution is very strange.

this is how I have configured VNC (config taken from the network)
#!/bin/bash
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &


Tell me what you need to write in the config to get a picture close to RDP?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question