Hide Forgot
Description of problem: QA:Testcase_nouveau_xv requires gnome-media-apps, which is not on the LiveCD gfx_test_week_20110221_x86-64 that was created specifically for graphics testing. Version-Release number of selected component (if applicable): gfx_test_week_20110221_x86-64.iso How reproducible: every time Steps to Reproduce: 1.http://fedoraproject.org/wiki/QA:Testcase_nouveau_xv 2. 3. Actual results: gnome-media-apps must be downloaded separately. Expected results: gnome-media-apps is already on the LiveCD for gfx_test_week Additional info: Only 771KB.
'rendercheck' also is missing.
er, are you _sure_? [adamw@adam live_build]$ grep -5 media-apps gfx_test_day.ks %packages compiz-gnome #mesa-dri-drivers-experimental rendercheck glx-utils gnome-media-apps %end [root@adam live_build]# history | grep gfx_test_day.ks 983 Feb/02 - 17:39:23 livecd-creator -c gfx_test_day.ks -f gfx_test_week_20110221 -t /home/adamw/local2/live_build/temp/ --cache=/home/adamw/local2/live_build/cache/ I just checked the 32-bit image, which I have booted on another system right now, and both gstreamer-properties and rendercheck are present. Are you sure you're not running a nightly?
I was running desktop-x86_64-20110221.00.iso, so User Error there. (I shutdown, pulled the platter, and ran a compare against the downloaded files.) However, gnome-media-apps is missing from gfx_test_week_20110221_x86-64.iso. I burned that one, booted it, checked that the GRUB boot line had CDLABEL=gfx_test_week_20110221, and checked that /var/log/messages also said that. Then in a shell "type gnome-media-apps" says "bash: gnome-media-apps not found..." rendercheck is present on gfx_test_week_20110221_x86-64.iso. ARRGGGHHH, gnome-media-apps is a package name, not the name of an executable. Another User Error. HOWEVER, running gstreamer-properties as root (superuser) crashes: ----- $ su [root@localhost liveuser]# gstreamer-properties Gtk-Message: Failed to load module "pk-gtk-module" ** (gstreamer-properties:2276): WARNING **: AT-SPI: Accessibility bus not found - Using session bus. ** (gstreamer-properties:2276): WARNING **: AT-SPI: Couldn't connect to bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. (gstreamer-properties:2276): Gtk-WARNING **: Unknown property: GtkDialog.has-separator (gstreamer-properties:2276): Gtk-WARNING **: Unknown property: GtkDialog.has-separator gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink' gstreamer-properties-Message: Skipping unavailable plugin 'esdsink' gstreamer-properties-Message: Skipping unavailable plugin 'sunaudiosink' ** GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL) Aborted (core dumped) -----
you run it as user, not root.