Hallo Mic,
          
          ich habe die mitgelieferten Sachen installiert, aber die Progs funktionieren nicht so wie ich es will. (kdetv z.B. ohne Ton)
          Da mehrfach tvtime positiv erwähnt wurde, wollte ich es noch auf diesen Versuch ankommen lassen.
          Im Übrigen habe ich als Anfänger zwei Linux- Bücher gekauft, bin also nicht ganz so, wie Du es denkst.
          
          So anbei die Readme zur Installation:
          
          
          Installing tvtime
          =================
          
          This is the source code distribution of tvtime. tvtime has been
          packaged for many popular Linux distributions. Please check our
          download page on the tvtime website at http://tvtime.net/ to see if
          there is a pre-packaged version of tvtime that you can use. Our
          packaged versions have all been approved for quality by the tvtime
          authors.
          
          Compiling tvtime
          ================
          
          tvtime includes a configure script to enable you to customize your
          installation. By default, running configure without options will have
          tvtime install itself and all required files under /usr/local. To
          instead use paths according to the Filesystem Hierarchy Standard, we
          recommend you run configure with these options:
          
          ~/tvtime-1.0$ ./configure --prefix=/usr --sysconfdir=/etc
          
          This will have tvtime use /usr/bin for its executables,
          /usr/share/tvtime for its data files, /etc/tvtime for its global
          configuration files, and /usr/share/... for icons and menu entries.
          
          Next, compile tvtime using make.
          
          ~/tvtime-1.0$ make
          
          And then, install it as root.
          
          ~/tvtime-1.0$ su