Philip Said:
[ ] Make SU_PWD_OUT a regex pattern
[ ] Possibility for the user to set this pattern using commandline
[ ] Gnome popt argument parsing


Mark Says:
* Mabye Remove the dependency on a terminal widget. There is code in the
  gnome-system-tools/src/common/xst-su.c in gnome cvs that manages to
  pass the password to su without using a terminal widget. But I'm not
  sure how i can cut and splice it into gnomesu or if it would even be any
  better. In my limited knowledge of security i think that it would be
  better. and Ximian wrote the gnome-system-tools so it must be ok.

* Add a configure time option and relevant code to use the new vte terminal
  widget.

* Add a dialog that says something along the lines of "Running programs
  as root is dangerous" and has a "Don't show this dialog again" checkbox.
  I could use gconf for this but I'd rather just 'touch
  ~/.gnomesu/no-warning' or something like that to minimise the
  dependencies. If I want to later on it would be very easy to switch to
  gconf.

* Once I'm happy with the UI. I want to use glade to generate the gtk
  code once off and then remove the libglade dependency.

* Philip mentioned wanting to switch to popt from gnomeinit. I don't
  really know why or what this involves but I think it would be a good
  thing because he said so.

* Really need to get internationalisation working and contact the i8n
  people to get it put on the translations list. Again dependent on me
  finalising the strings.

* Look at fixing things broken by the change to Gnome SuperUser. 
  Eg. setting DISPLAY and changing the icon. Also see If we want
  to add features found in gksu.

* It'd be nice if gnomesu exited when you press the Esc key

* Grep for 	"/* xsu 0.2.4: Temporary fix */" in the code. 
  I'm not sure what this code does exactly but it would be nice to get 
  it fixed. Maybe Philip might take a look at this.

* Fix build scripts so that make distcheck works
- there is an error where config.h is not found
- xsu.glade does not get added to the tarball