some of these might be in the db already, as they cover some generic web services stuff. Some of these are also flexible on what actual mime-type they get, not super important. attached the .xml file we install with MonoDevelop
Created attachment 163 [details] monodevelop.xml there might be mono types missing, but i think we get them all...
Created attachment 236 [details] [review] monodevelop.xml
Comment on attachment 236 [details] [review] monodevelop.xml we updated this file, here is the new copy
Is this bug the reason that Nautilus still calls Mono .exe files a DOS/Windows executable?
Why is: <mime-type type="text/x-js"> <comment xml:lang="en">JScript source</comment> <glob pattern="*.js"/> </mime-type> Afaik, the .js extension is used also for JavaScript files.
<mime-type type="application/x-config"> <comment xml:lang="en">Mono application config</comment> <glob pattern="*.config"/> </mime-type> the .config files are in no way Mono specific so I would suggest using something more general. Maybe "CLR application config"
Also the addition of boo would be nice... It's text/x-boo with .boo as extension http://boo.codehaus.org
Comment on attachment 236 [details] [review] monodevelop.xml ><?xml version="1.0" encoding="UTF-8"?> ><mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> Don't make a separate file out of those types, they should be integrated in freedesktop.org.xml.in > <mime-type type="text/x-csharp"> > <comment xml:lang="en">C# source</comment> don't put the lang in here, the default is en, but mark those as translatable (_comment instead of comment) > <glob pattern="*.cs"/> > </mime-type> There's already text/x-csharp in the DB. > <mime-type type="text/x-msil"> > <comment xml:lang="en">IL source</comment> > <glob pattern="*.il"/> You need to use acronym and expanded-acronym when you have acronyms in your type names. <snip> > <mime-type type="text/x-js"> > <comment xml:lang="en">JScript source</comment> > <glob pattern="*.js"/> > </mime-type> This is definitely too narrow a definition, there's already application/x-javascript for *.js <snip> > <mime-type type="application/x-config"> > <comment xml:lang="en">Mono application config</comment> > <glob pattern="*.config"/> > </mime-type> That's far too narrow a definition as well.
No updated patch in 5 years.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.