]> spindle.queued.net Git - xodist/blob - TODO
TODO: drop misc things that have already been done
[xodist] / TODO
1 roadmap
2 -------
3
4 0.5
5   * automatically start X for desktops that don't have a display manager; that
6     is, !gnome and !kde.  http://bbs.archlinux.org/viewtopic.php?id=49160
7     is a good starting point, if we want to do it via inittab.
8   * hal - HAL gets info from ACPI, APM, or OFW.  Our OFW is
9     not standard, so HAL doesn't get the proper information (thus gnome's
10     power manager doesn't support suspend-on-lid-close, for example).  This
11     needs to be done; a combination of getting promfs kernel stuff upstream,
12     standardizing on location, and getting HAL updated to use new paths.
13   * power management - pm-utils does stupid stuff like switching away from 
14     X before suspend.  It shouldn't do this.  It should, however, disable
15     wlan and tell the dcon to sleep during suspend.
16       echo 0 > /sys/power/wlan-enabled;
17       echo 1 >  /sys/devices/platform/dcon/sleep
18   * unionfs for ext3 images - Mitch has proposed a scheme similar to
19     puppy linux and various livecd images that would allow us to copy images
20     onto an SD or USB stick without destroying the partition table or the
21     filesystem.
22
23 0.6+
24   * what's up with ekiga?  gst works for capturing video, why doesn't ekiga?
25
26
27 general
28 -------
29 complete build script
30         shared package list (less, xchat, ..)
31         support lenny and sid
32 new image type:
33         debian-edu standalone
34         debian-edu thinclient
35         sugar-sid
36 publish images on people.d.o
37 use debian-edu packaging, for the debxo package...
38
39 general but later
40 -----------------
41 optional: allow to create user on boot (for all images except sugar*)
42 emdebian images.. :)
43
44 hardware enablement
45 -------------------
46 keymap for the extra keyboard keys and game buttons
47         key to right of esc, second from start of first row
48         key to right of f12, second from end of first row
49 turn off backlight on suspend or hibernate
50 hibernate on lid close
51
52 sugar
53 -----
54 say "yes" to use unauthenticated packages from jonas
55 lots of activities missing
56 browse broken: 
57         report as bug: echo /usr/libxulrunner-1.9/ > /etc/ld.so.conf.d/xulhack.conf
58         but still segfaults
59
60
61 lxde
62 ----
63 start nm-applet automatically