Fri 01 Aug 2008 11:28:38 AM UTC, comment #4:
Hi
Currently I'm not able to test the CVS version, but I expect I can check it next week.
I have been exploring my current version (0.8.2) and I have detected a hidden configuration file in my user directory called .targa with the xml text:
<?xml version="1.0" encoding="ISO-8859-1"?>
<Targa>
<!--Targa General Preferences-->
<Kernel>
<Preferences>
<preference pathToGraphicModules="unknown"/>
<preference sortingMethod="SortByProvider"/>
<preference sortingDirection="Ascending"/>
<preference dndScope="Unicast"/>
<preference mainBoardPosition="0,120"/>
<preference dataBookPosition="0,24"/>
<preference hostPosition="0,0"/>
</Preferences>
</Kernel>
</Targa>
Could be the "unknown" attribute the source of the fail?
I have detected also that when a do right-button click on a sample name onto the graph plot, the application exit with:
GLib-CRITICAL **: file garray.c: line 343 (g_ptr_array_remove_index): assertion `index < array->len' failed.
Segmentation fault
However, the glib and gtk+1.2 seems to be properly installed. The packages that I have installed are:
i A libglib1.2-dev - The Glib library of C routines
i A libglib21dbl - The Glib library of C routines
i A libgtk1.2 - The GIMP tookit set of widgets for X
i A libgtk1.2-common - Common files for the GTK+ library
i libgtk1.2-dev - Development files for the GIMP Tookint
Thank you very much for your help
|