#2318 closed defect (fixed)
silence AT-SPI warnings
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 3.0 |
Component: | server | Version: | 2.5.x |
Keywords: | Cc: |
Description
Looks like these:
** (Xpra:11592): WARNING **: 17:25:23.488: AT-SPI: Could not obtain desktop path or name ** (Xpra:11592): WARNING **: 17:25:23.491: atk-bridge: GetRegisteredEvents returned message with unknown signature ** (Xpra:11592): WARNING **: 17:25:23.492: atk-bridge: get_device_events_reply: unknown signature ** (Xpra:11592): WARNING **: 17:25:23.492: atk-bridge: get_device_events_reply: unknown signature
During the audio probing done using the hidden subcommand xpra _sound_query
.
Strange thing is that this subcommand runs fine on its own. Something different in the environment perhaps?
Or maybe we can blacklist the gstreamer plugin that causes this?
Exactly like this report: Odd AT-SPI Messages.
Ubuntu: Terminal and Nautilus stopped working after a crash points towards a dbus problem?
Gnome: Constant error messages "AT-SPI: Could not obtain desktop path or name" cause poor performance
Change History (4)
comment:1 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 3 years ago by
The only way to properly silence those warnings in all cases is to keep the env var around, r23307 does that.
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2318
Note: See
TracTickets for help on using
tickets.
Found the solution here: comment on x11docker issue 167:
NO_AT_BRIDGE=1
.Some amusing details here: Those accessibility warnings again
Applied the fix in r23097. (will backport).