Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-10-11 Thread Jaroslaw Staniek
On 10 October 2016 at 23:35, Kevin Funk wrote: > On Monday, 10 October 2016 22:56:11 CEST Jaroslaw Staniek wrote: > > On 11 July 2016 at 18:20, Kevin Funk wrote: > > > Heya, > > > > > > we used to have this problem where KIO slaves forked off from a process > > >

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-10-10 Thread Kevin Funk
On Monday, 10 October 2016 22:56:11 CEST Jaroslaw Staniek wrote: > On 11 July 2016 at 18:20, Kevin Funk wrote: > > Heya, > > > > we used to have this problem where KIO slaves forked off from a process > > caused > > console windows to pop up on Windows. > > > > This is now

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-10-10 Thread Jaroslaw Staniek
On 11 July 2016 at 18:20, Kevin Funk wrote: > Heya, > > we used to have this problem where KIO slaves forked off from a process > caused > console windows to pop up on Windows. > > This is now resolved. > > All started here: > https://git.reviewboard.kde.org/r/124905/ > > ...

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Kevin Funk
On Monday, July 11, 2016 8:14:06 PM CEST Jasem Mutlaq wrote: > > You need to explain / re-phrase that. > > > > So you start $mainapp, close $mainapp, and $mainapp stays open? > > > > If that's the case, yes: completely different bug. > > Yes. I just tested it by launching KStars on Windows 10

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Jasem Mutlaq
> > > You need to explain / re-phrase that. > > So you start $mainapp, close $mainapp, and $mainapp stays open? > > If that's the case, yes: completely different bug. > Yes. I just tested it by launching KStars on Windows 10 64bit. I then used "Get Hot New Stuff" to download an item. In the task

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Kevin Funk
On Monday, July 11, 2016 7:35:09 PM CEST Jasem Mutlaq wrote: > Thanks for fixing this, it was a very annoying issue. Another issue I > noticed is that the main application that launches such processes remains > detached (i.e. open) even after you close it. You need to explain / re-phrase that.

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Jasem Mutlaq
Thanks for fixing this, it was a very annoying issue. Another issue I noticed is that the main application that launches such processes remains detached (i.e. open) even after you close it. Is this fixed as well or another issue completely? Regards, Jasem On Mon, Jul 11, 2016 at 7:20 PM, Kevin

Re: Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Sven Brauch
Great work, kevin++ :) On 07/11/2016 06:20 PM, Kevin Funk wrote: > we used to have this problem where KIO slaves forked off from a process > caused > console windows to pop up on Windows. > > This is now resolved. signature.asc Description: OpenPGP digital signature

Patch for unwanted console windows caused by KIO slaves [Fwd: Re: Review Request 124905: Win: Hide console window for binaries in LIBEXEC]

2016-07-11 Thread Kevin Funk
Heya, we used to have this problem where KIO slaves forked off from a process caused console windows to pop up on Windows. This is now resolved. All started here: https://git.reviewboard.kde.org/r/124905/ ... then ended up in a Qt bug report (which got fixed by me later on):