On 2/16/25 2:25 AM, Patrick Dupre via users wrote:
Dear all,
Trying to run remina, I follows
https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/...
On the server
I edited /etc/systemd/system/vncserver@.service and set ExecStart=/sbin/runuser -l pdupre -c "/usr/bin/vncserver %i -geometry 1280x1024" PIDFile=/home/pdupre/.vnc/%H%i.pid
That's your problem. You shouldn't be touching that file. That document is bad... It does appear to have been removed in the current release.
You modify /etc/tigervnc/vncserver.users to configure a display number for the user, then activate it with: systemctl enable --now vncserver@:2.service
I put my user on display 2. Adjust as necessary.