RFC: fd.o file type association integration

2009-01-15 Thread Damjan Jovanovic
Hi I've hacked together a little program (attached) that creates freedesktop file type associations (eg. open .dev files with Dev-C++ when you double-click them in a file manager) from what Windows programs do in the registry (#13597). Currently it works well, but has to be run explicitly to

Re: RFC: fd.o file type association integration

2009-01-15 Thread Frank Richter
On 15.01.2009 21:31, Damjan Jovanovic wrote: Also what is a good way to invent a MIME type for an extension? Currently for a .ext extension I'm just using application/x-wine-ext. For some extensions the system's fd.o mime database might already record a mime type. Perhaps you can somehow

Re: RFC: fd.o file type association integration

2009-01-15 Thread Reece Dunn
2009/1/15 Damjan Jovanovic damjan@gmail.com: Hi I've hacked together a little program (attached) that creates freedesktop file type associations (eg. open .dev files with Dev-C++ when you double-click them in a file manager) from what Windows programs do in the registry (#13597).

Re: RFC: fd.o file type association integration

2009-01-15 Thread Damjan Jovanovic
On Thu, Jan 15, 2009 at 11:14 PM, Reece Dunn mscl...@googlemail.com wrote: 2009/1/15 Damjan Jovanovic damjan@gmail.com: Hi I've hacked together a little program (attached) that creates freedesktop file type associations (eg. open .dev files with Dev-C++ when you double-click them in a