Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
by ajacoutot@ and myself.
SoundConverter is a simple GTK+ audio file converter for the GNOME
environment. It reads anything GStreamer can read and writes to Ogg
Vorbis, FLAC, AAC, WAV or MP3 formats.
To be able to write to MP3 files, you should install gstreamer-lame.
ok ajacoutot@