Re: KDE applications remain detached after you shut them down

2016-07-01 Thread Kevin Funk
On Friday, July 1, 2016 6:20:34 PM CEST Jasem Mutlaq wrote: > Hi, > > Using the latest emerge/qt/kf5 on Win10 64bit. If you run a KDE application > (I tried kstars and kwrite), then if it gets closed, the process remains > running as detached. If you run another instance and then close it, you'll

RE: KDE applications remain detached after you shut them down

2016-07-01 Thread Hannah von Reth
The problem is a dead lock in the QObject destructor of a QDBusServiceWatcher (or an other dbus thing I'm not sure right now). From: mutla...@ikarustech.com Date: Fri, 1 Jul 2016 18:20:34 +0300 Subject: KDE applications remain detached after you shut them down To: kde-windows@kde.org Hi, Using

KDE applications remain detached after you shut them down

2016-07-01 Thread Jasem Mutlaq
Hi, Using the latest emerge/qt/kf5 on Win10 64bit. If you run a KDE application (I tried kstars and kwrite), then if it gets closed, the process remains running as detached. If you run another instance and then close it, you'll get another detached process and they keep on piling up. I noticed

Re: KNewStuff3 .knsrc file fails to load under Windows

2016-07-01 Thread Jasem Mutlaq
Yes that did work great, thanks! Now KNewStuff and also icons are loading properly! On Fri, Jul 1, 2016 at 2:04 PM, Christoph Cullmann wrote: > Hi, > > xmlgui files can be included, kconfig stuff, too. > > xmlgui should have documented it in the headers. > > For kcfg and

gpg not supported under Windows

2016-07-01 Thread Jasem Mutlaq
Hello, When trying to use KNewStuff3, I get this error: http://pasteboard.co/25UA6x1Z.png IIRC, gpg is not available yet in emerge. I patched KNewStuff to ignore it under Windows. But what is the long term solution for this? diff --git a/src/core/security.cpp b/src/core/security.cpp index

Re: KNewStuff3 .knsrc file fails to load under Windows

2016-07-01 Thread Christoph Cullmann
Hi, xmlgui files can be included, kconfig stuff, too. xmlgui should have documented it in the headers. For kcfg and notifyrc I am not sure (nor do I know what they do ;=) Greetings Christoph - Am 1. Jul 2016 um 12:15 schrieb Jasem Mutlaq mutla...@ikarustech.com: > Hi, > > Ok great.

Re: KNewStuff3 .knsrc file fails to load under Windows

2016-07-01 Thread Jasem Mutlaq
Hi, Ok great. Besides icons, which files can be included in the resources file and what prefixes to use? Is there documentation for this? We currently have this: install(FILES kstars.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR}) install(FILES kstars.knsrc DESTINATION ${KDE_INSTALL_CONFDIR})