http://bugzilla.novell.com/show_bug.cgi?id=532625


           Summary: Fix zenity focus issues
    Classification: Mono
           Product: Mono: Tools
           Version: MonoVS 0.3
          Platform: i586
        OS/Version: SLED 11
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Component Test


Right now Zenity (which we use for the update script) never focuses the window.
There is an easy fix described here:
https://bugs.launchpad.net/zenity/+bug/272083/comments/4

Basically you just go through the 

<property name="focus_on_map">False</property>

to

<property name="focus_on_map">True</property>


in /usr/share/zenity/zenity.glade


I tried this manually and it fixed the problem quite well.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to