Re: [Gambas-user] Warning from Shell command

2016-05-10 Thread Rolf-Werner Eilert
Aah, the same message - thank you! Rolf Am 10.05.2016 16:47, schrieb Jussi Lahtinen: > What happens if you run the same command in actual terminal? > > > Jussi > > On Tue, May 10, 2016 at 5:40 PM, Rolf-Werner Eilert < > eilert-sprac...@t-online.de> wrote: > >> When I shell out after having made

Re: [Gambas-user] Warning from Shell command

2016-05-10 Thread Rolf-Werner Eilert
Am 10.05.2016 16:49, schrieb Benoît Minisini: > Le 10/05/2016 16:40, Rolf-Werner Eilert a écrit : >> When I shell out after having made a PDF with >> >> Shell "okular " & myPDFfile >> >> I get a warning in the IDE: >> >> okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 >>

Re: [Gambas-user] Warning from Shell command

2016-05-10 Thread Benoît Minisini
Le 10/05/2016 16:40, Rolf-Werner Eilert a écrit : > When I shell out after having made a PDF with > > Shell "okular " & myPDFfile > > I get a warning in the IDE: > > okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 > deleted without having been removed from the factory first.

Re: [Gambas-user] Warning from Shell command

2016-05-10 Thread Jussi Lahtinen
What happens if you run the same command in actual terminal? Jussi On Tue, May 10, 2016 at 5:40 PM, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > When I shell out after having made a PDF with > > Shell "okular " & myPDFfile > > I get a warning in the IDE: > > okular(12453)/kdeui

[Gambas-user] Warning from Shell command

2016-05-10 Thread Rolf-Werner Eilert
When I shell out after having made a PDF with Shell "okular " & myPDFfile I get a warning in the IDE: okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to