From kde-core-devel Sat Oct 21 19:05:38 2006 From: "Jos van den Oever" Date: Sat, 21 Oct 2006 19:05:38 +0000 To: kde-core-devel Subject: Re: Virtual MimeTypes support patch Message-Id: X-MARC-Message: https://marc.info/?l=kde-core-devel&m=116145756307033 The solution given here: http://lists.freedesktop.org/archives/xdg/2005-November/007544.html is not entirely clear to me. If I understand correctly, each plugin may add support for additional mimetypes, so the part of the .desktop file that talks about mimetype support for an application should be dynamic. How will the proposed XML format solve this? Also I'm not sure 'virtual mimetypes' is a good description of what you want. You probably mean 'virtual' as in 'virtual function'. Outside of C++, this meaning may not be as clear as it is for C++ programmers. I dont have a better suggestion by the way, because 'dynamic' is even worse. Cheers, Jos 2006/10/21, Albert Astals Cid : > Hi, this patch adds virtual mimetypes support for KDE. > > Virtual mimetypes basically add the possibility of having plugins that add > supported mimetypes to those the application supports. > > We need it for okular behaving properly, that is, not advertising it has pdf > support when the pdf plugin was not compiled. > > See http://lists.kde.org/?l=kde-core-devel&m=116023261725717&w=2 for the whole > explanation. > > Comments? > > Albert > > >