Score:0

How to Configure a VNC Server (TigerVNC) in Ubuntu server 22.10 without GUI

km flag

The GUI is currently loading XFCE. But I need to start VNC session without any GUI...

Here is my default config in file ~/.vnc/xstartup

#!/bin/sh

# Start up the standard system desktop
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS

/usr/bin/startxfce4

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
x-window-manager &
  1. What do I need to do so that when starting a VNC session, only the terminal would be loaded?

(What I need to change in "~/.vnc/xstartup" file?). And if you could, write an example of file, please.

  1. How can I make changes for all users?
Score:0
ly flag

this is way to solve it.

Just use the default config /etc/X11/Xtigervnc-session as described here

https://askubuntu.com/a/1443638/1706918

:-)

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.