GNOME Bugzilla – Bug 645321
buggy gsettings schema
Last modified: 2018-09-05 07:13:01 UTC
<key name="atk-bridge-location" type="s"> <default>'@prefix@/lib/gtk-3.0/modules/libatk-bridge.so'</default> Paths are NOT strings, because they may be non-UTF-8. Paths must therefore use "ay" instead of "s". (Also, that probably should use @libdir@ instead of hardcoding @prefix@/lib.)
So this also applies to current at-spi2-atk gsetting schema, right?
Yes.
I apologize for this falling through the cracks--I hadn't noticed this bug until now. I've changed the schema in AT-SPI2 to use ay rather than s for the path type. The at-spi2-atk schema was already using @libdir@ rather than @prefix@/lib. Not going to mark fixed because the gschema in the CORBA-based AT-SPI hasn't been updated, although that module is deprecated and unmaintained.
[Resetting QA Contact to newly introduced "at-spi-maint@gnome.bugs". Reason: So far it was impossible to watch changes in at-spi bug reports without following all the specific persons (Li Yuan, Bill Haneman, Jeff Wai, ...) and also their activity outside of at-spi reports. IMPORTANT: Anyone interested in following all bug activity (including all maintainers) must watch the "at-spi-maint@gnome.bugs" dummy user by adding it to the 'Users to watch' list under Preferences->Email preferences. This is also the default procedure nowadays in GNOME when setting up new products.]
[Mass-resetting default assignee, see bug 705890. Please reclaim this bug report by setting the assignee to yourself if you still plan to work on this. Thanks!]
What's the status of this Mike?
Closing as fixed. If you care about CORBA (comment 3), feel free to file a separate task please. Thanks!