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 168904 - clicking on help terminates vino-server
clicking on help terminates vino-server
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: Server
unspecified
Other All
: Normal blocker
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-03-01 18:02 UTC by Erwann Chenede
Modified: 2005-05-16 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.05 KB, patch)
2005-03-01 18:04 UTC, Erwann Chenede
none Details | Review

Description Erwann Chenede 2005-03-01 18:02:56 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:
Comment 1 Erwann Chenede 2005-03-01 18:04:11 UTC
Created attachment 38113 [details] [review]
proposed patch

Here is a proposed patch.
Comment 2 Mark McLoughlin 2005-05-16 13:45:23 UTC
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.