Bug 278624 - Deleting an activity not working properly
Summary: Deleting an activity not working properly
Status: RESOLVED FIXED
Alias: None
Product: Active
Classification: Plasma
Component: Contour activity switcher (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: unscheduled
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-27 14:12 UTC by Javier Llorente
Modified: 2011-09-12 11:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Llorente 2011-07-27 14:12:42 UTC
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.
Comment 1 Marco Martin 2011-07-27 18:12:43 UTC
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
Comment 2 Marco Martin 2011-07-27 18:13:41 UTC
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
Comment 3 Javier Llorente 2011-07-28 12:52:05 UTC
It seems to work on 2011-07-28-10-21-meego-plasma-contour-experimental-USB-live.iso
Comment 4 Marco Martin 2011-09-12 11:48:50 UTC
confirmed as fixed