Hi y'all,
I finally took the plunge and reinstalled a fresh Kubuntu 16.04.3 system, after having used Ubuntu 10/12/14.04 for a few years.
As a heavy user of Kontact+Owncloud, this was the most logical choice for me and is the best reason to use a KDE-based system.
But I am having trouble recreating my x11vnc server setup from my Ubuntu machine in Kubuntu. The following x11vnc.conf file worked fine in U14.04, but doesn't anymore in KU16.04.
I spent a quite a few google pages in searching for a solution, but failed.
I would appreciate if someone here could point me in the right direction. The x11vnc server should start automatically when the login screen shows, so that I can connect remotely to my machine via VNC client.
Thanks in advance!
Failing code in /etc/init/x11vnc.conf
start on login-session-start
script
/usr/bin/x11vnc -auth guess -display :0 -rfbauth /etc/x11vnc.pass -rfbport 5900 -noxrecord -noxfixes -noxdamage -forever -bg -o /var/log/x11vnc.log
end script
I already tried "start on desktop-session-start", but this also does not work.
When I manually sudo the command in a shell after logging in, the command itself and VNC access works fine.
So I am just chasing for the right init signal here, and fail to find it. :-(
I finally took the plunge and reinstalled a fresh Kubuntu 16.04.3 system, after having used Ubuntu 10/12/14.04 for a few years.
As a heavy user of Kontact+Owncloud, this was the most logical choice for me and is the best reason to use a KDE-based system.
But I am having trouble recreating my x11vnc server setup from my Ubuntu machine in Kubuntu. The following x11vnc.conf file worked fine in U14.04, but doesn't anymore in KU16.04.
I spent a quite a few google pages in searching for a solution, but failed.
I would appreciate if someone here could point me in the right direction. The x11vnc server should start automatically when the login screen shows, so that I can connect remotely to my machine via VNC client.
Thanks in advance!
Failing code in /etc/init/x11vnc.conf
start on login-session-start
script
/usr/bin/x11vnc -auth guess -display :0 -rfbauth /etc/x11vnc.pass -rfbport 5900 -noxrecord -noxfixes -noxdamage -forever -bg -o /var/log/x11vnc.log
end script
I already tried "start on desktop-session-start", but this also does not work.
When I manually sudo the command in a shell after logging in, the command itself and VNC access works fine.
So I am just chasing for the right init signal here, and fail to find it. :-(
Comment