Re: create activity aware application

2012-05-03 Thread David Narvaez
On Thu, May 3, 2012 at 1:13 PM, Weng Xuetian wrote: > I don't know what is the right way, but I think it can be done like this. > KWin know the relation between activity and window, so when a activity > are going to stop, it notify the application (maybe find application > by pid) which activity i

Re: create activity aware application

2012-05-03 Thread Weng Xuetian
On Fri, May 4, 2012 at 12:56 AM, David Narvaez wrote: > On Wed, May 2, 2012 at 11:21 AM, Weng Xuetian wrote: >> >> Hi kde world, >> Currently kde have activity that can easily stop and save session. But >> unfortunately there are several issue. >> 1. multi window but single-process application do

Re: create activity aware application

2012-05-03 Thread David Narvaez
On Wed, May 2, 2012 at 11:21 AM, Weng Xuetian wrote: > > Hi kde world, > Currently kde have activity that can easily stop and save session. But > unfortunately there are several issue. > 1. multi window but single-process application does not work with stop > activity. > For example konsole, if we

create activity aware application

2012-05-02 Thread Weng Xuetian
Hi kde world, Currently kde have activity that can easily stop and save session. But unfortunately there are several issue. 1. multi window but single-process application does not work with stop activity. For example konsole, if we have two konsole window in different activity, stop one activity wi