- I edited the
/etc/tigervnc/vncserver.usersand added:1=filbotwhich is my user. - I copied
/usr/lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@.service - I ran
sudo systemctl start vncserver@:1.service- It seems to start according to the log, but then immediately dies.
${HOME}/.vnc/${USER}:1.logdoesn't seem to show anything related to the crash/termination.
However, I can run the TigerVNC server does run when I do /usr/libexec/vncserver :1.
Obviously this isn't the desired operation/result. I don't understand why SystemD, SELinux, and TigerVNC aren't working together.
