GNOME Bugzilla – Bug 503522
Enabling full screen magnification fails miserably in Solaris
Last modified: 2008-07-22 19:32:48 UTC
From Will's comment on bug 463881: Something is still askew with trying to force full screen as the default setting. When I select the enable magnifier checkbox, I get the following output in the terminal where I ran Orca *and* all the controls on the magnifier remain grayed out. Without hand editing my user-preferences file, I cannot get out of this situation. Traceback (most recent call last):
+ Trace 181830
mag.init()
applySettings()
__setupZoomer()
raise RuntimeError, "Nothing can be magnified"
I do not have this problem in OpenSolaris with the latest gnome-mag and composite enabled or disabled in my xorg.conf. If composite is enabled, full screen works as expected. If composite is not enabled, split screen kicks in as expected. It is the latest gnome-mag that informs us if we are full-screen capable at the moment, so we need to add some more smarts to Orca for users who don't have the latest gnome mag. I assume this is a side effect of bug 452316. Assigning it to myself as Will and I are the ones with current Solaris/OpenSolaris boxes.
Created attachment 100936 [details] [review] proposed patch I was able to reproduce the problem on a clean install of OpenSolaris (77). This patch solves it for me. Will, please test. Thanks!
Woo woo! Works for me. Thanks!
(In reply to comment #3) > Woo woo! Indeed!! :-) Thanks for testing. Sorry about the breakage. I will leave a laptop in a pure, unadulterated Solaris state -- not counting the installation of Emacs :-) -- so this sort of thing doesn't happen again. Moving to pending.
I think this probably can be closed as FIXED. Thanks!
Thanks. Closing as FIXED.