summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo R. Zanoni <paulo@c3sl.ufpr.br>2008-08-22 09:17:44 -0300
committerPaulo R. Zanoni <paulo@c3sl.ufpr.br>2008-08-22 09:17:44 -0300
commit107127a4f2b0c6b428f75b219db89f1b1ec8fa2e (patch)
tree339f0600dba924a27a08957989aa95b5096f57ff
parentf0f1640786e5b55f211101dec31ba3d7399ebf55 (diff)
Updated TODO file.
-rw-r--r--TODO23
1 files changed, 17 insertions, 6 deletions
diff --git a/TODO b/TODO
index e3467d9..7f755ae 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@
On-going tasks:
Aramis: adding support for cards with multiple outputs
-Lucas: Creating new Live-CD
+Lucas: creating new Live-CD
Paulo: documenting, TODO editing, small fixes
-----------------
@@ -11,12 +11,20 @@ Easy/small tasks:
- Fix the ugly Makefiles
- Add internationalization support to the messages written on the screen.
- Add a script to detect the dependencies? (decide if needed)
-- Change the "/etc/init.d/gdm start" in mode xephyr-gdm because it makes the
- init-functions output ugly too
+- Remove "/etc/init.d/gdm start" in mode xephyr-gdm. We should just try to
+ detect if it is open and fail if not.
- See if our distributions' "gdm.conf" is like the distribution sets it, and
make patches for gdm.conf if needed.
- Change Ubuntu's libx11 patch (use fd.o's bug #6820 latest patch)
-- Every time we call X, wait for SIGUSR1.
+- Every time we call X, wait for SIGUSR1 (make it send us the signal first).
+- Indentation use both tabs and spaces. Use only spaces (fix the whole code!).
+ Do this in a separate commit.
+- Should we stop printing useless parts of xorg.conf since everyone has a xorg
+ server > 1.4 ?
+- read-devices.c: if it accepts nothing as an argument, there is no problem
+ (we're just waiting for someone to plug a device). To fix this, we have two
+ ways: we can fix read-devices.c OR fix mdm-start-seat (to not call
+ read-devices.c).
------------------
Medium/hard tasks:
@@ -29,12 +37,15 @@ Medium/hard tasks:
- Create other useful modes for UFPR informatics department (sibi, provas, boca,
fradim-machines)
- Add different behavior for things like "--purge" on debian {pre,post}{inst,rm}
-- When things become stable, make release 0.0.2 and "release" the scripts to the
- community
- Create a mailing list
- Use some kind of bug tracking system
- mdm package should not depend on Xephyr. Remove it and make a separate mode
for xephyr-xdmcp. This way, mdm will have no "default" modes.
+- In mode xephyr-gdm, if xephyr keeps dying (quickly), gdm shows a strange
+ message and sometimes it stops working. Investigate why. Fix it. There must
+ be some sort of timeout we need to disable
+- In mode xephyr-gdm, find a way to allow reconfiguring input when Xephyr dies.
+- Release 1.0.0 when everything else is done.
---------------------------------------------------------------------