After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 352349 - [Feature Request] Vino access from login screen
[Feature Request] Vino access from login screen
Status: RESOLVED OBSOLETE
Product: vino
Classification: Applications
Component: Server
2.13.x
Other All
: Normal enhancement
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
: 557671 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-22 08:11 UTC by jason meers
Modified: 2009-11-26 09:33 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description jason meers 2006-08-22 08:11:11 UTC
Sorry if this has already been asked before, I've tried a few google searches but nothing meaningful came up.

Is it possible in any current or future releases of vino to connect to the machine while it is sat at the login screen?

I currently have to setup an auto-login with an unpriviledged user after a period of time from the login screen or physically go to the computer to log-in then go back to my desk to remote control it.

Auto-logins as another user or having to walk to the computer first to enable remote controll would seem to be self-defeating. Again appologies if this has been asked before.

Thanks
Jason Meers
Comment 1 birger 2006-12-01 08:37:44 UTC
It sounds like what you need is the vnc extension to the X server. That one shouldn't need gnome to be running first, and performance may be better as well. I have never tried it, as I use vino for remote help from our helpdesk. In Norway things like a popup asking the user if it's ok to connect and a visual indicator are required by law. You don't get that with the X server vnc support.
Comment 2 Andrew Jorgensen 2007-06-07 23:08:55 UTC
Mark was at some point interested in implementing this[0] and may even have some experimental code somewhere.  It's something I'd love to see some day too.

[0] http://www.gnome.org/~markmc/remote-desktop-2.html
Comment 3 Stewart Adam 2008-08-22 23:58:03 UTC
I would love to have this feature, it would be much easier than using VNC + GDM (XDMCP). Would it be difficult to implement? I don't have much spare time atm, but I'd be willing to help where I can.
Comment 4 Jonh Wendell 2008-10-23 22:34:32 UTC
*** Bug 557671 has been marked as a duplicate of this bug. ***
Comment 5 Mantas Kriaučiūnas 2009-11-26 08:18:45 UTC
Maybe GNOME developers have any plans to enable a VNC connection directly in GDM?
Comment 6 Halton Huo 2009-11-26 09:33:01 UTC
New GDM allows use autostart to start any program you want. You need do:

# cp /etc/xdg/autostart/vino-server.desktop /usr/share/gdm/autostart/LoginWindow/
# su - gdm
$ gconftool-2 -s -t boolean /desktop/gnome/remote_access/enabled true
$ gconftool-2 -s -t boolean /desktop/gnome/remote_access/prompt_enabled false

Restart gdm

Here new GDM means 2.22 or later, I'm using gdm 2.28.1.

I'm going to close this bug as OBSOLETE.