The following reply was made to PR ports/98591; it has been noted by GNATS.

From: Chris Howells <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED],
 [EMAIL PROTECTED]
Cc:  
Subject: Re: ports/98591: KDE thinks /dev/fd is a floppy
Date: Tue, 6 Jun 2006 13:33:10 +0100

 --nextPart1884267.PkBOcCWyFZ
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
        else if ( devNode.find("fd")!=3D-1 || mountPoint.find("fd")!=3D-1
                || devNode.find("floppy")!=3D-1 ||=20
 mountPoint.find("floppy")!=3D-1 )
         {
                 if ( devNode.find("360")!=3D-1 || devNode.find("1200")!=3D-=
 1 )
                 {
                         mimeType =3D "media/floppy5";
                 }
                 else
                 {
                         mimeType =3D "media/floppy";
                 }
                 label =3D i18n("Floppy");
         }
 
 in kdebase/kioslave/media/mediamanager/fstabbackend.cpp
 
 looks like the offending code
 
 Not quite sure the best way to fix it.
 
 "Convince the KDE developers that all the world is not Linux"
 
 Thankfully the guy that wrote this code is concerned about cross platform=20
 compatibility and already spent time talking to the KDE-FreeBSD team.
 
 =2D-=20
 Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
 Web: http://www.chrishowells.co.uk, PGP ID: 0x33795A2C
 KDE/Qt/C++/PHP Developer: http://www.kde.org
 
 --nextPart1884267.PkBOcCWyFZ
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2.2 (GNU/Linux)
 
 iD8DBQBEhXYLF8Iu1zN5WiwRAlLqAJ4yO3BT1JBpnJ9mGjwwhNZyl1eFrQCcDrYA
 9AECvPoQoYmwsBjpcVIFYZ0=
 =4AI/
 -----END PGP SIGNATURE-----
 
 --nextPart1884267.PkBOcCWyFZ--
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to