View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#19
Originally Posted by aflegg View Post
Sorry, I thought I'd reported it.

Running current OS 2008 on an N810. When run from the application menu, it usually quits after a couple of minutes. No "Loading MediaBox..." infoprint is shown, which is usually an indicator that the system hasn't received the expected DBUS registration, so kills the app. It doesn't seem to be dependent on what I'm doing, e.g. switch to the clock screen - hoping to use it as a clock at night, and wait. I thought it was connected to screen dimming (timeout is set to 2 mins), but it's not.

The same quit doesn't occur when run from the command line.
Thanks.
Could you please run the following in a terminal and tell me if there are errors:
Code:
python -c "import osso"
Code:
python -c "import hildon"
If one of these imports fail, then MediaBox thinks it runs on a standard desktop and does not initialize OSSO. This might cause your problem.