Penguin
Diff: ApplicationErrorMessages
EditPageHistoryDiffInfoLikePages

Differences between version 17 and predecessor to the previous major change of ApplicationErrorMessages.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 17 Last edited on Wednesday, June 25, 2003 4:53:19 pm by JohnMcPherson Revert
Older page: version 15 Last edited on Tuesday, January 28, 2003 5:18:37 pm by JohnMcPherson Revert
@@ -23,4 +23,25 @@
  rm /etc/gnome/fonts/gnome-print.fontmap 
  gnome-font-install --dynamic 
  
 ---- 
+  
+GNOME 2.x - various sound applications  
+  
+ GStreamer-ERROR **: No default scheduler name - do you have a registry ?  
+ aborting...  
+  
+Gnome 2 has moved to using the gstreamer suite for audio processing, including recording and playback. I got the above error message when trying to use gnome-sound-recorder. What happened (possibly debian specific) was that gnome-media depends on libgstreamer but not all the required gstreamer packages got installed. The extra packages I installed were:  
+ gstreamer-core  
+ gstreamer-tools  
+ gstreamer-oss (you might prefer gstreamer-alsa or gstreamer-arts)  
+ gstreamer-runtime  
+to get it not to crash, and some extra packages to actually get stuff working:  
+ gstreamer-misc  
+ gstreamer-plugin-libs  
+  
+Note - this was for the gnome2.2 back port for [Debian] 3.0 Woody. Other versions/distributions probably have different dependencies/package names.  
+  
+----  
+tar: Failed open to read on /dev/nrst0 <No such file or directory>  
+  
+You're using a BSD-derived tar, but using GNU-tar options - it got confused and is trying to use the default tape drive device. See PortableProgramming for tar option discussion.