From: Joseph W. <jo...@bi...> - 2000-12-07 17:10:01
|
-----Ursprüngliche Nachricht----- Von: kre...@li... [mailto:kre...@li...]Im Auftrag von Alexander Feigl Gesendet: Donnerstag, 07. Dezember 2000 12:57 An: kre...@li... Betreff: Re: [Kreatecd-devel] RFC: Wizards in kreateCD Am Mittwoch, 6. Dezember 2000 21:25 schrieben Sie: [....] >Do you know if that is possible at all? I never saw an application which does >this and never heard of such a feature in Konqy so I'm not sure Konqy >supports this. I only saw RMB menu items appearing to view a special mime >type. Or is it possible to add menu items for all mime types too? Can that be >used for such things? I talked to David Faure about RMB menus and he pointed me to kdebase/libkonq/SERVICEMENUS, which can be used for such a thing. You can set to which mime types (eg. allfiles inode/directory .... )the menu entries should be linked to and the add some actions, which are separated by a separator from other menu items. They are not cached by ksycoca and are read new every time you click on a file / directory. --> You can change them on the fly eg after starting kreatecd (possibly needed for (3) [....] >Hmm. We would have to check whether an instace of KreateCD is already running >and communicate through DCOP to add the track to the running instance. We >would have to make KreateCD DCOP-aware first. I am right? Yes, I would suggest a small wrapper, which starts kreatecd and sets the menu entries in the service menu, for adding a new sesssion, adding to session or starting kreateCD + creating a new track / session. (Wrapper <--> kreatecd with DCOP). The only problem at the moment could be with dcop communication between different users. I think kreateCD needs to run as root, while the wrapper runs as another user. (I'm talking to some kde-core-developers about this problem at the moment) >Alexander |