File: TODO

package info (click to toggle)
pessulus 0.10.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,044 kB
  • ctags: 127
  • sloc: python: 949; sh: 656; makefile: 68
file content (21 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TODO
====

Future:
  * make the strings consistent
  * add more useful lockdown settings
  * keep the safe protocols that were once enabled somewhere in gconf so they
    are easy to reenable (?)

Problems waiting for a solution in another module:
  * why doesn't gconf immediately pick up the mandatory settings?
  * add --help, etc. in main.py
    => waiting for GOption wrapping in pygtk because we want the GTK+ option
       group
  * workaround in disabledapplets.py
    => waiting for bonobo_server_info_prop_lookup () to be wrapped in
       gnome-python
  * ugly workaround in disabledapplets.py
    => waiting for g_get_language_names () to be wrapped in pygtk
  * ugly workaround in lockdownappliergconf.py
    => waiting for gconf_engine_get_entry() to be wrapped in gnome-python