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

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

 On Tue, Jun 06, 2006 at 01:33:10PM +0100, Chris Howells wrote:
 >        else if ( devNode.find("fd")!=-1 || mountPoint.find("fd")!=-1
 >                || devNode.find("floppy")!=-1 || 
 > mountPoint.find("floppy")!=-1 )
 >         {
 >                 if ( devNode.find("360")!=-1 || devNode.find("1200")!=-1 )
 >                 {
 >                         mimeType = "media/floppy5";
 >                 }
 >                 else
 >                 {
 >                         mimeType = "media/floppy";
 >                 }
 >                 label = 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 
 > compatibility and already spent time talking to the KDE-FreeBSD team.
 
 Sorry, Chris, I'm aware of, and appreciate, that.
 I shouldn't have left out the smiley.
 
 Ceri
 -- 
 That must be wonderful!  I don't understand it at all.
                                                   -- Moliere
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to