From kde-core-devel Fri Sep 03 10:55:48 1999 From: Espen Sand Date: Fri, 03 Sep 1999 10:55:48 +0000 To: kde-core-devel Subject: "About KDE" and KRun() X-MARC-Message: https://marc.info/?l=kde-core-devel&m=93635614815176 How should an url be launced (by KRun()) from the "About KDE"? I can not assume KRegistry registry; registry.addFactory( new KServiceTypeFactory ); registry.addFactory( new KServiceFactory ); registry.load(); has not been done by the program. The docs say: This was the memory-eating solution. Alternatively, create a KDEDInstance and a KTraderServiceProvider instance (see ktrader.h) in order to use KRun without those registries loaded. You need to link to libkded in this case, of course. What is best (fastest, less resource hungry) if the "About KDE" dialog is in some common class? Is there a method available that can say "Yes" or "No" if the registry.addFactory() step has been done earlier by the program? Any examples available for the "doc method" above? -- Espen Sand