Version: unspecified (using Devel) OS: Linux If you want to delete an activity, it has to be deleted twice. After "deleting it once", you get an unnamed activity. Reproducible: Always Steps to Reproduce: 1. Open the Contour Activity Switcher. 2. Tap on the trash icon of a non-active activity. 3. Observe the results Actual Results: The activity wasn't deleted. It had to be deleted "twice." Expected Results: The process of deleting an activity shouldn't have to be done twice.
Git commit cbacabdb8b548e4ed0e3e8626d97244317e98c89 by Marco Martin. Committed on 27/07/2011 at 20:10. Pushed by mart into branch 'master'. remove activity after stopping it remove activity after a delay: in this way another activity won't be created. this needs a proper fix somewhere CCBUG:278624 M +15 -0 qmlpackages/activityswitcher/contents/ui/main.qml M +8 -6 qmlpackages/activityswitcher/contents/ui/ActivityDelegate.qml http://commits.kde.org/plasma-mobile/cbacabdb8b548e4ed0e3e8626d97244317e98c89
now the activity switcher works as expected. however there is still something weird in the backend and this is a bit a workaround, so keeping it open
It seems to work on 2011-07-28-10-21-meego-plasma-contour-experimental-USB-live.iso
confirmed as fixed