There seems to be an issue with UWM on AMD64 systems (Gentoo, 20091108)
ude-0.2.9b
Only the last character from the appmenu titles and commands gets saved to the menu, offending line and potential fix as follows:
init.c char *ReadQuoted(FILE *f){
// sprintf(text,"%s%c",text,c); // Problematic line
text[i] = c;
text[i+1] = '\0';
}
I'm guessing my fix is sloppy...
2009-11-08 17:59:04 UTC in Unix Desktop Environment Project (UDE)