[Mono-bugs] [Bug 532625] New: Fix zenity focus issues
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 19 16:57:56 EDT 2009
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: ajorgensen at novell.com
ReportedBy: twiest at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list