Summary: | Konqueror detects C# source files as other languages | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Felipe Sateler <fsateler> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED REMIND | ||
Severity: | wishlist | CC: | nicolasg |
Priority: | NOR | ||
Version: | 3.4.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Felipe Sateler
2005-11-22 17:33:22 UTC
Read from where? Local file system? Web? You're talking about an editor kpart? On Wednesday 23 November 2005 06:17, Stephan Binner wrote:
> Read from where? Local file system? Web? You're talking about an editor
> kpart?
Read from local file system, and in file manager mode, ie: I go to the
directory where my c# sources are, and they show with different icons (Java,
C++).
Just found out I didn't have a mimetype for C# files. Added it and now everything is fine. KDE doesn't provide a MIME type for C# source files (*.cs, I think). Should we add one? I think it should. After all, C# is supposed to gain popularity in the future. Please look at freedesktop.org and check the mime database to see if there is a mimetype for C# there. (KDE4 is planned to switch to that mime database.) Have a nice day! We can't add a new MIME type for KDE 3.5 now (message freeze & all). And since KDE 4 will feature the XDG MIME database, this is now out of our hands. Please make sure XDG has the proper MIME type. SVN commit 566697 by jpetso: Add C# mimetype for KDE 4. (This is a temporary solution until fd.o's XDG MIME-type database is supported.) The "x-csharp" MIME-type is what XDG also uses (see https://bugs.freedesktop.org/show_bug.cgi?id=231) and does not yet have a corresponding icon in the Crystal or Oxygen iconsets. There won't be a C# mimetype for KDE 3.x anymore. BUG: 116889 A x-csharp.desktop |