ICEPREF 1.0Beta FAQ

	Maintained by David Mortensen

1.	Why, when IcePref is run with a version of IceWM earlier than
	0.9.34, do all of my desktops disappear?

	Versions of IceWM prior to 0.9.34 used a different scheme for
	designating desktop names.  Each desktop added required an
	additional line in the preferences file.  After version
	0.9.34, IceWM switched to a better scheme where all desktops
	are added via a single option.  This is the system which
	IcePref has used from a very early version.  I advise you not
	to use IcePref with earlier versions of Ice.  Since the
	development versions of IceWM are very stable and have many
	additional features, I advice all users of IcePref to use a
	recent version of this our favorite window manager.

2.	Why do I get a message like:
	
	Traceback (innermost last):
  	File "/usr/bin/icepref", line 14, in ?
    		from gtk import *
	ImportError: No module named gtk

	when I try to run IcePref?

	Either PyGTK is not installed or it is not installed
	properly.  This is one of the few common problems with IcePref 
	that is actually not my fault.  You can tell, by the way,
	whether you have properly installed PyGTK by running the
	example programs included with the PyGTK docs.  If these do
	not run, do not expect IcePref to run either.

3.	Why did you write IcePref with PyGTK instead of good old
	tkinter.

	I despise Tk with all of my heart.  It is ugly.  I don't like
	using it, even through Python.  Of course, it would have been
	better for many users if IcePref were written with what has
	become the standard GUI library for Python---included in
	nearly all Python installations.  However, I do not feel that
	the demand for such changes is large enough to justify a port
	to that unholy abomination.

4.	When will a menu editor be added?

	When either you write it (preferred answer) or when I get
	around to it [groan].  I have worked on doing this and have
	run into too many problems.  Yes, it can be done.  Yes, I
	could do it.  However, one of you could probably do a better
	job of it.
