[Bug 1228567] Re: at-spi2 daemon error messages in .xsession-errors
marmuta
1228567 at bugs.launchpad.net
Sun Sep 22 13:02:10 UTC 2013
Perhaps try to get debug output out of at-spi2-registryd. There might be
better ways, but I would replace it with a script. Something like
sudo mv /usr/lib/at-spi2-core/at-spi2-registryd{,_}
sudo tee << "EOF" /usr/lib/at-spi2-core/at-spi2-registryd
#!/bin/bash
G_MESSAGES_DEBUG=all /usr/lib/at-spi2-core/at-spi2-registryd_ $* &>>/tmp/at-spi2-registryd-$USER.log
EOF
sudo chmod +x /usr/lib/at-spi2-core/at-spi2-registryd
The output should end up in /tmp/at-spi2-registryd-*.log.
--
You received this bug notification because you are a member of
Accessibility, which is subscribed to at-spi2-core in Ubuntu.
https://bugs.launchpad.net/bugs/1228567
Title:
at-spi2 daemon error messages in .xsession-errors
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1228567/+subscriptions
More information about the Ubuntu-accessibility-bugs
mailing list