Re: QDBus call return error

2011-06-06 Thread SoulEdge
5/6/2011 Aaron J ha scritto: > could be done; but really it belongs in solid and solid's battery device > doesn't have API for this. Yes, but UPower API doesn't work aswell. There's a workaround to call the var I need via DBus? I'm trying some snip code found on the web and some o

Re: Review Request: Fix possible memory and D-Bus connection leak in KStatusNotifierItem

2011-06-06 Thread Shaun Reich
> On June 6, 2011, 8:38 p.m., Aaron J. Seigo wrote: > > i doubt this fix is correct. what looks more like is > > KStatusNotifierItemDBus::~KStatusNotifierItemDBus(). right now this is the > > implementation: > > > > m_dbus.unregisterService(m_service); > > > > and perhaps it should include: >

Re: Review Request: Fix possible memory and D-Bus connection leak in KStatusNotifierItem

2011-06-06 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101527/#review3726 --- i doubt this fix is correct. what looks more like is KStatusNot

Re: kde freezes after updating distro ( open suse 11.4 )

2011-06-06 Thread karan pratap singh
> exact problem : > kde starts , followed by splash screen and i can see my desktop. > but then no mouse click or keyboard press has any effect( only ctrl +alt + > F1 works ). > > I was facing the exact same problem when I had compiled KDE manually for the first time :) And I do not have an Nvidia

Re: kde freezes after updating distro ( open suse 11.4 )

2011-06-06 Thread Martin Gräßlin
On Monday 06 June 2011 22:02:09 nitin chadha wrote: > hi, > i somehow, crashed my open suse, and hence all the files of the build > environment > i made. when i again reinstalled it and then updated through zypper, kde > started to freeze > after the splash screen. i have sucessfully repeated the p

kde freezes after updating distro ( open suse 11.4 )

2011-06-06 Thread nitin chadha
hi, i somehow, crashed my open suse, and hence all the files of the build environment i made. when i again reinstalled it and then updated through zypper, kde started to freeze after the splash screen. i have sucessfully repeated the process ( of freezing ) two times. so, here i am looking for clue

Review Request: Fix possible memory and D-Bus connection leak in KStatusNotifierItem

2011-06-06 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101527/ --- Review request for kdelibs, Plasma and Marco Martin. Summary --- Acco