Comment 7 for bug 137541

Revision history for this message
Bryce Harrington (bryce) wrote :

So far displayconfig-gtk has only really been tested for ubuntu, not xubuntu, so marking this bug as a wishlist item as there may need to be porting development work to get it running on xubuntu.

Looking at the strace log, the crash occurs right after a series of calls to load pixmap icon stuff. So a guess would be that it's missing some icons. A next step would be to trace through the code either manually (by adding print statements around to narrow down the line causing the failure) or via gdb to see exactly which line is causing the fail.