On Sun, 16 Feb 2020 21:53:53 +0100 "Patrick Dupre" wrote:
On Sun, 16 Feb 2020 20:57:05 +0100 "Patrick Dupre" wrote:
You have chosen to start "vncserver ;1" instead of "systemctl start vncserver@:1.service" ... arguable.
It works the same.
Almost yes.
Does it work now? Do you have your gnome-session working?
No. Actually I did not change this file. It looks like that it is not executed, How can I check that it is executed?
Modify the .vnc/xstartup for example as follow:
1. only start an xterm
---------------------------------------- set -x unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS xterm ----------------------------------------
restart "vncserver :1"
2. trace xinitrc
---------------------------------------- set -x unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS sh -x /etc/X11/xinit/xinitrc ----------------------------------------
restart "vncserver :1"
Then examine the log: .vnc/euripide:1.log
Look also in the system journal: gnome logs in it (I think).