After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645321 - buggy gsettings schema
buggy gsettings schema
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: At-spi maintainer(s)
At-spi maintainer(s)
Depends on:
Blocks: 658102
 
 
Reported: 2011-03-20 18:28 UTC by Christian Persch
Modified: 2018-09-05 07:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2011-03-20 18:28:29 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.)
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2011-03-20 19:30:29 UTC
So this also applies to current at-spi2-atk gsetting schema, right?
Comment 2 Christian Persch 2011-03-20 20:26:04 UTC
Yes.
Comment 3 Mike Gorse 2011-09-02 20:10:00 UTC
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.
Comment 4 André Klapper 2012-02-26 10:43:00 UTC
[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.]
Comment 5 André Klapper 2013-08-14 10:05:56 UTC
[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!]
Comment 6 Magdalen Berns (irc magpie) 2014-11-15 01:05:34 UTC
What's the status of this Mike?
Comment 7 André Klapper 2018-09-05 07:13:01 UTC
Closing as fixed. If you care about CORBA (comment 3), feel free to file a separate task please. Thanks!