]> spindle.queued.net Git - xodist/blob - TODO
TODO: link to fedora's livecd stuff
[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     fedora's livecd stuff - http://git.fedoraproject.org/git/?p=hosted/livecd;a=tree
23
24 0.6+
25   * what's up with ekiga?  gst works for capturing video, why doesn't ekiga?
26
27
28 general
29 -------
30 complete build script
31         shared package list (less, xchat, ..)
32         support lenny and sid
33 new image type:
34         debian-edu standalone
35         debian-edu thinclient
36         sugar-sid
37 publish images on people.d.o
38 use debian-edu packaging, for the debxo package...
39
40 general but later
41 -----------------
42 optional: allow to create user on boot (for all images except sugar*)
43 emdebian images.. :)
44
45 hardware enablement
46 -------------------
47 keymap for the extra keyboard keys and game buttons
48         key to right of esc, second from start of first row
49         key to right of f12, second from end of first row
50 turn off backlight on suspend or hibernate
51 hibernate on lid close
52
53 sugar
54 -----
55 say "yes" to use unauthenticated packages from jonas
56 lots of activities missing
57 browse broken: 
58         report as bug: echo /usr/libxulrunner-1.9/ > /etc/ld.so.conf.d/xulhack.conf
59         but still segfaults
60
61
62 lxde
63 ----
64 start nm-applet automatically