Suggestion needed on VNC Server issue - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4) +--- Forum: On Topic (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=14) +--- Thread: Suggestion needed on VNC Server issue (/showthread.php?tid=517) |
Suggestion needed on VNC Server issue - gra_ulv - 06-27-2014 Started a new job as IT Director. About half the workstations are Windows XP and only access a web application and use Libre Office. They use CutePDF to print things as PDF files occasionally. These workstations are at remote sites and currently have TightVNC Server on them. That is how we offer remote assistance for issues. I want to replace these XP workstations with Linux Lite. The only thing I don't have is a replacement for the VNC server. Will Vino work with Linux Lite? Will this work? http://discourse.ubuntu.com/t/remote-desktop-sharing-in-ubuntu-14-04/1640 Or does anyone have a good or better suggestion? Graywolf.TheHeathen Re: Suggestion needed on VNC Server issue - Scott(0) - 06-27-2014 Hi Gra_ulv. Give this a try. Navigate to Menu > System > Install Additional Software Look for this entry: [14] Install Remote Desktop Software - Installs the Remmina Remote Desktop Client for Windows (RDP) and VNC Servers You can also find information about installing software in the LL Manual here: https://www.freecinema2022.gq/manual/software.html#additional Re: Suggestion needed on VNC Server issue - gra_ulv - 06-27-2014 (06-27-2014, 09:55 PM)gra_ulv link Wrote: don't have is a replacement for the VNC server. That installs a desktop client. I need the server side (VNC Server) not client side (Viewer). I need to be able to connect to these machines from my office. That is why I mentioned Vino. It is used in Gnome to allow other users to view or control your desktop. Here is an example from an older Linux Mint distro. http://linuxmint.tumblr.com/post/35428712368/desktop-sharing-gnome-desktop-sharing-server Re: Suggestion needed on VNC Server issue - Scott(0) - 06-28-2014 Vino is in Synaptic as an Ubuntu supported package so my guess is that it would work. Have no way to test it or I would. Hopefully someone else will add to this thread that has personal Linux Lite VNC server experience. Re: Suggestion needed on VNC Server issue - gra_ulv - 06-28-2014 I think I have my solution. I'll test it when I get to work Monday. I'm going to use x11vnc and have it start the vnc server automatically before the login screen. As shown here with a password file. http://robot.wpi.edu/wiki/index.php/Setting_up_an_XUbuntu_VNC_Server#Install_the_server. Scott thank you for your responses. They are appreciated. I'll post how it goes. Re: Suggestion needed on VNC Server issue - Scott(0) - 06-28-2014 I had some success with vino-server but it's not pretty. The command vino-preferences in a terminal will open a desktop sharing preferences window The command /usr/lib/vino/vino-server in a terminal will start the server I ran the server in LL 2.0/64 in virtualbox and was able to connect to it using Remmina on the host machine (LL 108/64). Re: Suggestion needed on VNC Server issue - Scott(0) - 06-28-2014 You're welcom gra_ulv. If the x11vnc solution works try to pop back in the forum and let us all know how you did it! Re: Suggestion needed on VNC Server issue - gra_ulv - 06-28-2014 I'll try both. The stuff for Vino you posted makes me think I can just run the preferences one and set the preferences. Then add the vino-server to the session startup and be done with it. I will post after trying them and let everyone know. |