On Tue, 26 Dec 2000, Glenn McCorkle wrote:
> On Tue, 26 Dec 2000 13:01:46 -0700 (MST), Steve Linux User wrote:
>
> > I have a bit of a puzzle here that I wonder if anyone else has
> > run across.
>
> > We're talking Linux Arachne/GGI 4.1.66b.
>
> > To /usr/share/arachne/mime.conf, I add these two lines:
>
> > file/.ogg |xmms $1 &
> > file/.mod |xmms $1 &
>
> > Now, at the command line, 'arachne blueperiod_itsover.ogg' launches
> > arachne and xmms, and the song plays.
>
> > However, doing 'arachne nirvana.mod' launches arachne with the
> > "Arachne doesn't know how to handle the following file type:"
> > screen.
>
> > Why does Arachne know how to handle the *.ogg file, but not the
> > *.mod file???
> Check to be sure that
> file/.mod |xmms $1 &
>
> is the only line in mime.conf which reffers to .mod
>
> If you find any other lines.... remove them or comment them-out with a ;
> at the start of the line.
The only other line for mod was in the [MIME] section:
audio/x-mod MOD|/usr/bin/xmms $1 &
whereas the other two I referred to earlier were added below
;aliases and standard file types
Anyway, 'arachne http://localhost/nirvana.mod' didn't work when
that was active either. Though in that case, the file appears as
garbage on the screen.
but to check your idea, I commented that line and cleared the
cache. 'arachne nirvana.mod' still gives the "don't know how to
handle" screen.
- Steve