[Bugs] #1926 UNSP: Add size column to activity details view
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Fri Apr 9 09:04:45 EDT 2010
#1926: Add size column to activity details view
------------------------------------------+---------------------------------
Reporter: bernie | Owner: tomeu
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: sugar | Version: Unspecified
Severity: Unspecified | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
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.
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/1926>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list