#1926 closed defect (obsolete)
Add size column to activity details view
Reported by: | bernie | Owned by: | tomeu |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | km0r3, aa | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
It's hard for users to determine what activities could be deleted t recover some space.
A size column could be handy, but computing the size synchronously would freeze the UI for too much time. One possible solution would be spawning a command line such as
du -s Activities/*
and parsing its output asynchronously in the parent process. This is very easy to do with glib.spawn_with_pipe() and I/O completion callbacks. tch did something similar for the backup/restore function.
Change History (9)
comment:1 Changed 14 years ago by bernie
- Cc km0r3 added
comment:2 Changed 14 years ago by aa
- Cc aa added
comment:3 Changed 13 years ago by bernie
- Keywords r? added
comment:4 Changed 13 years ago by erikos
- Milestone changed from Unspecified by Release Team to 0.90
This is the real link: http://people.sugarlabs.org/~aa/patches/sugar/journal-sort/v1/
There are a few threads about this on the sugar-devel ml: http://lists.sugarlabs.org/archive/sugar-devel/2010-May/023658.html
comment:5 Changed 13 years ago by tomeu
- Keywords r! added; r? removed
Wrong ticket? Those patches seem to be about the journal.
comment:6 Changed 13 years ago by bernie
Indeed, this ticket has no patches yet.
comment:7 Changed 13 years ago by erikos
- Keywords r! removed
I removed the r keyword as there is nothing to review yet. Please add the flag then again when there are patches.
comment:8 Changed 10 years ago by dnarvaez
- Resolution set to obsolete
- Status changed from new to closed
Obsolete patches, feel free to send pull request if you get to update this.
Patch series here: http://people.sugarlabs.org/~aa/patches/journal-sort/v1/