GLSOF is a GUI for LSOF (v0.9.16)

Licensed: GPL
E-mail: geekgnele@tin.it
Home Page: http://glsof.sourceforge.net

******************************************************

to compile (GLSOF v0.9.16 requires libxml2):

./configure (eventually --prefix=/your/preferite/path)
./make
./make install

To launch:

/path/glsof


BUG:
there is a known-bug (it will be fixed in the next release):


element menuview: validity error : Element menuview content does not follow the DTD, expecting (toolbar , statusbar , singledoublelist), got (toolbar statusbar )

add in $HOME/.glsof/config.xml
(between  </config> and </configuration> tags, at the bottom):

<menuview>
           <toolbar selected="1"/>
           <statusbar selected="1"/>
           <singledoublelist selected="0"/>
</menuview>
							
or if you are not interested to old configurations, remove 
config.xml and glsof automatically re-makes it.

******************************************************

If you have problems with xml2 extension, 
and you have used old version of GLSOF, 
rename or delete "config.xml" in $HOME/.glsof dir.

Please, emailme for infos, suggestions, bugs or others.

bye
Gnele

Credits:
Thanks Vic Abell <abe@purdue.edu> for your work and help!
Thanks syscalo <olacsys@myrealbox.com> for XML-Extension

