GNOME Bugzilla – Bug 168904
clicking on help terminates vino-server
Last modified: 2005-05-16 13:45:23 UTC
Please describe the problem: clicking on help stops vino-server Steps to reproduce: In machine A, 1. Launch remote desktop (launch--> preference--> desktop preference--> remote desktop) 2. check "allow other users to view your dektop" 3. Check "ask you for confirmation" From Machine B, 1. Launch browser 2. Enter the IP of the machine A, like http://<IP>:5800 3. In Machine A, a window will prompt for your confirmation 4. Click on "help" Observation and bug: The remote desktop operation gets terminated. Actual results: The remote desktop operation gets terminated. Expected results: Help displayed or missing help topic displayed. Does this happen every time? yes Other information:
Created attachment 38113 [details] [review] proposed patch Here is a proposed patch.
Thanks, I just made the button insensitive 2005-05-16 Mark McLoughlin <mark@skynet.ie> Fix for bug #168904 - clicking on help terminates vino-server * server/vino-prompt.c: (vino_prompt_setup_dialog): Set the help button to be insensitive. * server/vino-prompt.glade: put an id on the help_button.