Re: [PyKDE] Cannot use KUniqueApplication with dcop

2006-10-04 Thread Luka Renko (Lure)
On Thu, 28 Sep 2006 01:25:24, JIm Bublitz wrote: > On Wednesday 23 August 2006 14:58, Sebastian Kügler wrote: > > I'm trying to make a KUniqueApplication accessible via dcop, but I'm > > getting the following error: > > > > dcop-testapp: ERROR: Communication problem with dcop-testapp, it probably >

Re: [PyKDE] Cannot use KUniqueApplication with dcop

2006-09-28 Thread JIm Bublitz
On Wednesday 23 August 2006 14:58, Sebastian Kügler wrote: > I'm trying to make a KUniqueApplication accessible via dcop, but I'm > getting the following error: > > dcop-testapp: ERROR: Communication problem with dcop-testapp, it probably > crashed. > > If I change KUniqueApplication to KApplicatio

Re: [PyKDE] Cannot use KUniqueApplication with dcop

2006-09-20 Thread Sebastian Kügler
On Thursday 21 September 2006 01:50, JIm Bublitz wrote: > On Wednesday 23 August 2006 14:58, Sebastian Kügler wrote: > > I'm trying to make a KUniqueApplication accessible via dcop, but I'm > > getting the following error: > > > > dcop-testapp: ERROR: Communication problem with dcop-testapp, it pro

Re: [PyKDE] Cannot use KUniqueApplication with dcop

2006-08-24 Thread Danny Pansters
On Thursday 24 August 2006 09:26, Sebastian Kügler wrote: > On Thursday 24 August 2006 01:53, Danny Pansters wrote: > > On Wednesday 23 August 2006 23:58, Sebastian Kügler wrote: > > > I'm trying to make a KUniqueApplication accessible via dcop, but I'm > > > getting the following error: > > > > >

Re: [PyKDE] Cannot use KUniqueApplication with dcop

2006-08-24 Thread Sebastian Kügler
On Thursday 24 August 2006 01:53, Danny Pansters wrote: > On Wednesday 23 August 2006 23:58, Sebastian Kügler wrote: > > I'm trying to make a KUniqueApplication accessible via dcop, but I'm > > getting the following error: > > > > dcop-testapp: ERROR: Communication problem with dcop-testapp, it pro

Re: [PyKDE] Cannot use KUniqueApplication with dcop

2006-08-23 Thread Danny Pansters
On Wednesday 23 August 2006 23:58, Sebastian Kügler wrote: > I'm trying to make a KUniqueApplication accessible via dcop, but I'm > getting the following error: > > dcop-testapp: ERROR: Communication problem with dcop-testapp, it probably > crashed. > > If I change KUniqueApplication to KApplicatio

[PyKDE] Cannot use KUniqueApplication with dcop

2006-08-23 Thread Sebastian Kügler
I'm trying to make a KUniqueApplication accessible via dcop, but I'm getting the following error: dcop-testapp: ERROR: Communication problem with dcop-testapp, it probably crashed. If I change KUniqueApplication to KApplication, it works just fine. Does anyone know what's going on here? How ca