From kde-devel Wed Mar 31 17:09:45 2010 From: todd rme Date: Wed, 31 Mar 2010 17:09:45 +0000 To: kde-devel Subject: KIO renamedialog port to KMetaDataWidget -- associate with all mime Message-Id: X-MARC-Message: https://marc.info/?l=kde-devel&m=127005547309818 I am in the process of trying to port the kio renamedialog to KMetaDataWidget for providing information on the files to users. Based on advice I received on IRC, I am implementing a plugin renamedialogplugin that is associated with all file types and takes priority over existing plugins (I have implemented an optional priority attribute for plugins of this type). The issue I am running into is getting the plugin associated with all mimetypes. The mimetype associations seem to be of the form: X-KDE-ServiceTypes=RenameDialog/Plugin, So I tried: X-KDE-ServiceTypes=RenameDialog/Plugin,all/all This does not seem to work, it does not seem to associate with any mimetypes. Does anyone have any idea what might be going wrong? I can post more of the source code if necessary. Thanks. -Todd >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<