Comment 1 for bug 1228567

Revision history for this message
marmuta (marmuta) wrote :

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.