out of the box, quite a few things are missing for eee pcs (this probably applies to laptops more generally):
1. hotkeys: should be able to use acpid to link hotkeys to useful actions (volume, wifi toggle, monitor toggle)
2. battery monitor with low power status notification -- not good to have laptop suddenly die. could also use conky for display.
3. wifi: wicd might be the answer here, but as it's gtk would be nice to have something lighter using the wireless/wpa_supplicant packages. don't need complete solutions just enough to get wifi working for most users.
4. cpu speed control: I've been using conky to display speed. also want shortcuts/hotkeys to handle switching
anyway, I'm proposing putting together a package/meta-package that pulls in a minimal set of dependencies to get these pieces working. I'm not averse to coding a few applets/notifications to be consistent with the stripped down tinycore environment.
Starting points:
1. Some eee users have put together scripts to handle eee idiosyncracies on ubuntu (for example,
http://forum.eeeuser.com/viewtopic.php?id=65606&p=1) but we don't really want the python or gtk dependencies.
2/ not sure what's available in terms of applets/notifications in FLTK so need to look there.
any thoughts? good idea? bad idea?