Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

silence AT-SPI warnings #2318

Closed
totaam opened this issue Jun 5, 2019 · 3 comments
Closed

silence AT-SPI warnings #2318

totaam opened this issue Jun 5, 2019 · 3 comments
Labels

Comments

@totaam
Copy link
Collaborator

totaam commented Jun 5, 2019

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

@totaam
Copy link
Collaborator Author

totaam commented Jul 4, 2019

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).

@totaam totaam closed this as completed Jul 4, 2019
@totaam
Copy link
Collaborator Author

totaam commented Jul 6, 2019

More complete fix in r23102.

@totaam
Copy link
Collaborator Author

totaam commented Jul 25, 2019

The only way to properly silence those warnings in all cases is to keep the env var around, r23307 does that.

@totaam totaam added the v2.5.x label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant