Summary: | KDE thinks /dev/fd is a floppy | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Ceri Davies <ceri> |
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Ceri Davies
2006-06-06 11:50:18 UTC
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer 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. -- Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org Web: http://www.chrishowells.co.uk, PGP ID: 0x33795A2C KDE/Qt/C++/PHP Developer: http://www.kde.org 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
Since http://bugs.kde.org is currently offline, I'll forego the usual procedure of redirecting problem reporters there and instead will file a KDE bug on this myself as soon as it comes back online. :) Filed as KDE bug 128754. State Changed From-To: open->closed Fixed in kdebase-3.5.3_3. Thanks for reporting! |