-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
dbus at-spi splatter #4317
Comments
Does not occur with xpra 5.x! So this is a regression. e3b595a bad So c7b12a6 is to blame!? How!? |
What a very strange bug!
Importing |
We already try our best to silence this stuff:
xpra/xpra/platform/posix/features.py
Lines 14 to 16 in c6a040f
But unfortunately, it seems to be happening somewhere else now:
This happens with:
xpra start --minimal --dbus=yes --dbus-launch="dbus-launch --sh-syntax --close-stderr"
But not with:
xpra start --minimal --dbus=yes --dbus-launch="no"
So something
dbus-launch
does triggers it.It seems to create a bunch of
/usr/bin/dbus-broker-launch --config-file=/usr/share/defaults/at-spi2/accessibility.conf --scope user
processes we never asked for.And looking at this config file is not pleasant - basically anyone is allowed to do anything!?:
Is this what does it?
Who knows.
RedHat bug AT-SPI: Could not obtain desktop path or name
Gnome bug atk-bridge: get_device_events_reply: unknown signature
The text was updated successfully, but these errors were encountered: