[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: bug #143859. Possible security issue.
From:       Raúl Sánchez Siles <rss () barracuda ! es>
Date:       2007-06-19 16:00:33
Message-ID: f58uj9$fhm$1 () sea ! gmane ! org
[Download RAW message or body]

  Hello

Tobias Koenig wrote:

> On Mon, Jun 18, 2007 at 02:08:13PM +0200, Raúl Sánchez Siles wrote:
>>   Hello all:
> Hi Raúl,

  Hello

  Thank you very much for your answer.

  I forgot to link the KDE bug that applies here:
https://bugs.kde.org/show_bug.cgi?id=143859

  In that bug I proposed the following:
from
>
>> int main(void)
>> {
>>   DCOPClient* client = kapp->dcopClient();
>>   if (client)
>>       client->send("kdesktop", "KScreensaverIface", "lock()", "");

to:

int main(void)
{
  DCOPClient* client = kapp->dcopClient();
  if (client && client->attach())
    DCOPRef("kdesktop","KScreenSaverIface").call("lock");

  In this way the DCOP call is supposed to be synchronous and the bugs
should be solved. The problem is that the DCOP call doesn't seem to be
executed.

  I will consider calling "lock()" instead of "lock" but I don't know if
that's the problem. I think the problem should be elsewhere, so any help is
much appreciated.

  Thank you very much.

--  
Raúl Sánchez Siles

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic