Summary: | No way to choose KFileMetaInfo handler | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | kiriuja <kde-bugs> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
kiriuja
2004-09-08 16:38:29 UTC
One possible approach to this problem is to have one of the plugins run a query and check if other plugins support the same MIME type. It would then load the other plugin and call readInfo and writeInfo on it, thus making it possible to combine information from both plugins on the Meta Info tab in file properties. In order to do this correctly, the other plugin would need to be loaded through KFileMetaInfoProvider and stored in its m_plugins dictionary. Unfortunately, m_plugins was made private in KDE 3.4, making this approach impossible to implement in a safe way. Any comments would be appreciated. This should be fixed now. |