Re: Proposal to enable accessibility by default for GNOME development releases



Actually - after a cup of coffee, I think I now understand better what
you're requesting.  Just one method call change, I think.  When I did
the earlier patches, I was looking for parameters to the
gconf_client_get call to allow me to do this and was surprised not to
find them.  Somehow I missed the gconf_client_get_without_default
variant.  

New patch submitted:

  http://bugzilla.gnome.org/show_bug.cgi?id=362457

We'll eventually get there.  The main positive thing is that the
community seems to be in overall support of enabling a11y in development
releases.  The bad thing is that you have someone ignorant in the driver
seat (me), but he's at least listening to directions.

Thanks!

Will

On Tue, 2006-10-17 at 07:52 -0400, Willie Walker wrote:
> Sounds fine to me.  I know zilch about the gconf stuff, and I'm only
> offering some stuff as a starting point.  Since you obviously know far
> more about it than I do, I think instead of a smart guy (you) exchanging
> e-mail with an ignorant guy (me) to provide incremental improvements,
> would you be able to work up a patch that does the right thing?  It
> might save us a lot of time.
> 
> Thanks!
> 
> Will
> 
> On Tue, 2006-10-17 at 08:48 +0200, Alexander Larsson wrote:
> > On Mon, 2006-10-16 at 14:20 -0400, Willie Walker wrote:
> > > I'm not sure I understand the question, but you can manually get and set
> > > the key via:
> > 
> > Maybe i'm just stupid, but it seems to me that you first set a_t_support
> > depending on the version, and then run:
> > 
> > +  a_t_value = gconf_client_get (gconf_client, ACCESSIBILITY_KEY, NULL);
> > +  if (a_t_value)
> > +    a_t_support = gconf_value_get_bool (a_t_value);
> > 
> > Which, if the key is unset by the user, will always return the schema
> > default value for the key, thereby always overwriting the previous
> > version.
> > 
> > Shouldn't you be using gconf_client_get_without_default() here?
> > 
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >  Alexander Larsson                                            Red Hat, Inc 
> >                    alexl redhat com    alla lysator liu se 
> > He's a maverick crooked shaman from the 'hood. She's a ditzy hip-hop 
> > journalist with the soul of a mighty warrior. They fight crime! 
> > 
> 
> _______________________________________________
> desktop-devel-list mailing list
> desktop-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/desktop-devel-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]