https://bugs.kde.org/show_bug.cgi?id=262897
--- Comment #5 from Ivan Čukić <ivan.cu...@kde.org> --- This is the oldest activities feature request that I always planned to implement, but never got to. The activities templates thing available in Plasma 4 is no longer here, so I started working on supporting this in the activity manager itself. I'm not sure whether this will be exposed in the UI (there are a few things I'm concerned about) but there is a branch of kactivities where this is fully implemented - starting applications on activity switching, starting and stopping. The behaviour will be as follows (I need to blog about this, and write the documentation at some point): - switched-to - executed when the activity becomes the current one - switched-from - executed when the activity stops being the current - started - when the stopped activity is started OR when the user switches to the activity for the first time in the current session (people rarely actually stop the activity, so this is IMO a more useful definition of 'started') - stopped - when the user stops the activity -- You are receiving this mail because: You are watching all bug changes.