GNOME Bugzilla – Bug 579739
Screencast functionality currently missing (or not working)
Last modified: 2009-05-05 21:11:28 UTC
Please describe the problem: Screencasting is described here: http://live.gnome.org/GnomeShell/Features#screencast-recording GNOME Shell has a built-in feature that allows video recording of the desktop activity. This makes it easy to create high quality screencasts describing the current state of GNOME Shell, but also enables users to make screencasts of their desktop or any particular program. In the future, this feature can be used by some programs for performing usability studies. Control+Shift+Alt+R keybinding starts and stops the recording. A red circle is displayed in the bottom right corner of the screen when the recording is in progress. After the recording is finished, a file named 'shell-%d%u-%c.ogg' is saved in the home directory. In the filename, %d is the date, %u is a string that makes the filename unique, and %c is a counter that is incremented each time a recording is made within a single gnome-shell session. This does not seem to work at all at the moment. If this is incomplete, suggest updating page to note that it's work in progress. Steps to reproduce: 1. In a workspace or overlay mode, press Ctrl-Shift-Alt-R 2. No red circle appears 3. No file is saved to the home directory Actual results: No visible consequences. Expected results: A screencast should start, and red circle appear. Does this happen every time? Seems to. Other information: Runnnig Ubuntu Jaunty.
My guess is that you didn't have the gstreamer dependencies installed when you build gir-repository and gnome-shell. They are only in gnome-build-setup.sh for Fedora, since I didn't know the package names for other distributions.
Tell me what they are for Fedora, and I'll try to work them out for jaunty.
Deps added for fedora: gstreamer-devel gstreamer-plugins-base gstreamer-plugins-good
For Debian/Ubuntu, these are libgstreamer0.10-dev, gstreamer0.10-plugins-base and gstreamer0.10-plugins-good. Any idea for OpenSuSE?
Since we just had to change xulrunner<version>-dev and python<version> for Ubuntu by removing the version, I'm wondering if there are virtual provides without the version? No idea for OpenSuSE.
No, there aren't virtual packages for GStreamer. I guess that's because 0.8 and 0.10 are fully incompatible.
Fixed for me when I add those packages under ubuntu jaunty. Thanks.
fixed