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).

-- 
francis
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to