Hi there everyone, On occasion, I have seen the fact that the help files fail to register, resulting in the message from berryQtAssistantUtil.cpp line 303 "You may not have write permission in.." complaining of no write permission in your own home folder, which in my case is definitely wrong. So, i poked around for a bit, and have a few questions:
When the application plugin is loaded, for example the QmitkExtApplicationPlugin, the CTK plugin framework calls start(ctkPluginContext *context). This registers a QCHPluginListener, and it is the pluginListener->processPlugins() that registers the help files. However, in the QmitkExtAppWorkbenchAdvisor, there is another call to berry::QtAssistantUtil::RegisterQCHFiles(bundles). Is one of these redundant, or is one of these duplication of effort? The reason I ask is to determine if the possible reason for the above error message is that the file system sometimes holds locks for too long, and hence some of the registering/un-registering second time round fails. Thanks Matt ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
