Comment 8 for bug 570659

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Ok, I think I got why you encounter that issue, you should have a glx issue that make netbook-launcher-efl spawing an error and thus, not return 0.

There is two solution for that one:
- fake netbook-launcher always returning 0, whatever n-l-efl state is
- launch netbook-launcher-efl in sync and not as an async process.

The issue with the second solution is that the panel is waiting before timeouting as netbook-launcher doesn't say "I've finished my initialization".