Activity log for bug #253491

Date Who What changed Old value New value Message
2008-07-31 01:58:29 Juan Manuel Santos bug added bug
2008-07-31 01:58:29 Juan Manuel Santos bug added attachment 'Screenshot-Entertainer.png' (See what I see)
2008-07-31 01:59:15 Juan Manuel Santos description Linux Distro:Gentoo (kernel 2.6.25-r7) Processor: Athlon64 3200+ (using 32bit) Python: 2.5.2-r5 Using these versions: dev-python/pyclutter-0.6.2 media-libs/clutter-0.6.2 media-libs/clutter-cairo-0.6.0 media-libs/clutter-gst-0.6.1 media-libs/clutter-gtk-0.6.0 Also tried it before with these versions: clutter-core 0.5.6 (as 0.5.4 is not in the clutter-project server) clutter-gst 0.5.0 clutter-gtk 0.5.2 clutter-cairo 0.5.0 Same problem in both setups: Entertainer starts and indexes fine (I checked it the-gentoo-way: opened the .db files and looked in the thumbnails directory: both show signs of content being indexed). However, when opening the frontend, I don't see any content in any of the sections. Neither the logs nor the program output in the terminal show any sign of errors. When trying to enter the sections, this exception occurs (which I guess is obviously due to an empty list): Traceback (most recent call last): File "/home/godlike/sandbox/bzr/entertainer/entertainerlib/frontend/gui/user_interface.py", line 443, in handle_keyboard_event self.handle_user_event(UserEvent(UserEvent.NAVIGATE_LEFT)) File "/home/godlike/sandbox/bzr/entertainer/entertainerlib/frontend/gui/user_interface.py", line 524, in handle_user_event self.current.handle_user_event(event) File "/home/godlike/sandbox/bzr/entertainer/entertainerlib/frontend/gui/screens/main_screen.py", line 339, in handle_user_event self.preview_menu.set_active(True) AttributeError: 'NoneType' object has no attribute 'set_active' Tried it both with the 0.1 release and the latest bzr. Of course what should happen is that I should see some content =P. Any hints as to what I may try for further debugging, or if I'm missing something/doing something wrong? I'm open to suggestions. Linux distribution:Gentoo (kernel 2.6.25-r7) Processor: Athlon64 3200+ (using 32bit) Python: 2.5.2-r5 Using these versions: dev-python/pyclutter-0.6.2 media-libs/clutter-0.6.2 media-libs/clutter-cairo-0.6.0 media-libs/clutter-gst-0.6.1 media-libs/clutter-gtk-0.6.0 Also tried it before with these versions: clutter-core 0.5.6 (as 0.5.4 is not in the clutter-project server) clutter-gst 0.5.0 clutter-gtk 0.5.2 clutter-cairo 0.5.0 Same problem in both setups: Entertainer starts and indexes fine (I checked it the-gentoo-way: opened the .db files and looked in the thumbnails directory: both show signs of content being indexed). However, when opening the frontend, I don't see any content in any of the sections. Neither the logs nor the program output in the terminal show any sign of errors. When trying to enter the sections, this exception occurs (which I guess is obviously due to an empty list): Traceback (most recent call last): File "/home/godlike/sandbox/bzr/entertainer/entertainerlib/frontend/gui/user_interface.py", line 443, in handle_keyboard_event self.handle_user_event(UserEvent(UserEvent.NAVIGATE_LEFT)) File "/home/godlike/sandbox/bzr/entertainer/entertainerlib/frontend/gui/user_interface.py", line 524, in handle_user_event self.current.handle_user_event(event) File "/home/godlike/sandbox/bzr/entertainer/entertainerlib/frontend/gui/screens/main_screen.py", line 339, in handle_user_event self.preview_menu.set_active(True) AttributeError: 'NoneType' object has no attribute 'set_active' Tried it both with the 0.1 release and the latest bzr. Of course what should happen is that I should see some content =P. Any hints as to what I may try for further debugging, or if I'm missing something/doing something wrong? I'm open to suggestions.
2008-07-31 16:35:02 Joshua Scotton entertainer: status New Invalid