-
Thanks for the report. I just committed your fix to the 0.2 branch. Please svn check out https://udeproject.svn.sourceforge.net/svnroot/udeproject/uwm/branches/BRANCH-0.2 (revision 242 or later) and tell me if the issue persists. There seem to be some other issues with 64 bit systems in 0.2.9b which should be fixed in that branch. It will be released as 0.2.10 if no further issues are reported...
2009-11-08 20:57:06 UTC by arc
-
arc committed revision 242 to the Unix Desktop Environment Project (UDE) SVN repository, changing 1 files.
2009-11-08 20:49:32 UTC by arc
-
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 by dihenydd
-
arc committed revision 241 to the Unix Desktop Environment Project (UDE) SVN repository, changing 1 files.
2009-10-11 17:11:44 UTC by arc
-
arc committed revision 240 to the Unix Desktop Environment Project (UDE) SVN repository, changing 7 files.
2009-10-11 17:02:52 UTC by arc
-
arc committed revision 239 to the Unix Desktop Environment Project (UDE) SVN repository, changing 3 files.
2009-10-09 20:35:12 UTC by arc
-
arc committed revision 238 to the Unix Desktop Environment Project (UDE) SVN repository, changing 2 files.
2009-10-06 21:17:49 UTC by arc
-
arc committed revision 237 to the Unix Desktop Environment Project (UDE) SVN repository, changing 2 files.
2009-10-06 15:53:17 UTC by arc
-
arc committed revision 236 to the Unix Desktop Environment Project (UDE) SVN repository, changing 1 files.
2009-10-06 15:14:32 UTC by arc
-
arc committed revision 235 to the Unix Desktop Environment Project (UDE) SVN repository, changing 1 files.
2009-10-06 12:38:55 UTC by arc