1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Computer Janitor ideas
- policykit
- aptdaemon backend
- nx is disabled?
- cronjob to run daily to report cruft
- vrms plugin
- plugin to suggest removing -generic kernel if more specific one
is installed and running (-server, e.g.)
- configuration mechanism for plugins
- plugin to check for sources.list inconsistencies: $released-updates
enabled for foo, if $released is enabled for foo (where foo is
main, universe, etc)
- UI improvement: group items so that previously ignored stuff is in a
separate section of the list, and new stuff is at the top.
- UI improvement: more information about a .deb: size, full
description, when was it installed, which release did it come
from
- UI improvement: show sections based on type of cruft. e.g., .deb, fstab
- add policykit support
- cj: setup.py shouldn't hardcode version string, but should not
import computerjanitorapp either, since that requires access
to the computerjanitor package.
- import computerjanitor.version?
- write plugin: unpurged packages
- kde UI
- write plugin (early karmic): apt-get autoclean
- relatime unnecessary in karmic? at least obey noatime, strictatime
http://mjg59.livejournal.com/109286.html
|