On 09/05/2018 07:58 PM, Rick Stevens wrote:
On 09/05/2018 01:41 PM, ToddAndMargo wrote:
On 09/05/2018 01:09 PM, Robert Moskowitz wrote:
Anyone have vncserver working on Fedora with Xfce?
Granted I am trying it on F29-arm-beta, but I followed the processes I
have for Centos7-arm with Gnome.
systemctl set-default multi-user.target
dnf install tigervnc-server
Went to my user id and ran vncpasswd
Yup. Right.
cp /lib/systemd/system/vncserver@.service
/etc/systemd/system/vncserver@:1.service
As I understand it, you should have:
$ sudo cp /lib/systemd/system/vncserver@.service
/etc/systemd/system/vncserver@.service
(no ":1" in the target filename). The "%i" in the service script should
be replaced by the display number by systemctl
The reason to use :1 is so you can use :2.
I have this setup on my Centos7-arm server with Gnome. User:1 is me and
User:2 is root. The firewall rules restricts access to the local net.
Then replaced all <USER> with my userid
Yes, that's correct.
systemctl enable vncserver@:1
firewall-cmd --add-port=5901/tcp --permanent
Then rebooted.
There's no need to reboot. Just a simple
$ sudo systemctl daemon-reload
followed by a
$ sudo systemctl start vncserver@:1.service
to start it (you already did the "enable" so it should start on
reboot).
The reboot was to get the local login to multi.target from the default GUI.
In a private note I got what to change xstart to for Xfce (the default
is supposedly only works for Gnome). I will be trying that tomorrow.
Note that I've never used tigervnc-server. I use Xorg and have a config
that shares the root display. It's not perfect and I don't use it that
often. I can supply details if you want.
The free version of TeamViewer works fairly well, although mouse-based
cut and paste from local windows into the TeamViewer client are
problematic.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital ricks@xxxxxxxxxxxxxx -
- AIM/Skype: therps2 ICQ: 226437340 Yahoo: origrps2 -
- -
- This message printed using recycled bandwidth -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx