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 355586 - Lock remote screen when disconnecting
Lock remote screen when disconnecting
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: Server
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Jonh Wendell
Vino Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-09-12 14:49 UTC by xerxas
Modified: 2007-06-29 17:43 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Proposed patch (9.26 KB, patch)
2007-02-05 01:02 UTC, Jonh Wendell
committed Details | Review

Description xerxas 2006-09-12 14:49:34 UTC
Windows vncserver has the ability to lock the display when disconnecting.
This feature would be nice with vino and configurable through vino-preferences.
Comment 1 Jonh Wendell 2007-02-05 01:02:33 UTC
Created attachment 81908 [details] [review]
Proposed patch

This patch adds a gconf key to handle with lock screen when last user disconnects. I've made no GUI changes (in vino-preferences).

I guess a GUI change requires more patience, right, Mark?
Comment 2 Mark McLoughlin 2007-06-29 16:26:32 UTC
Looks good to me, fine to commit I think
Comment 3 Jonh Wendell 2007-06-29 17:43:30 UTC
2007-06-29  Jonh Wendell <jwendell@gnome.org>

	* server/vino-server.schemas.in,
	  server/vino-server.[hc],
	  server/vino-prefs.c: Added a new configuration option (gconf key)
	  'lock_screen_on_disconnect', which locks the screen when last
	  user disconnects. Closes #355586.