Share

Unix Desktop Environment Project (UDE)

Tracker: Bugs

5 Error in Menu handling - ID: 2894213
Last Update: Comment added ( sf-robot )

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 and potentially dangerous as lets face it,
nothing in this life is easy! So, other users proceed with care.


Dihenydd ( dihenydd ) - 2009-11-08 17:59

5

Closed

Fixed

Christian Ruppert

None

uwm

Public


Comments ( 2 )

Date: 2009-11-23 02:20
Sender: sf-robotSourceForge.net Site Admin

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).


Date: 2009-11-08 20:57
Sender: arcProject Admin

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 in the coming weeks.
Marked as pending because I couldn't reproduce the observation during my
own tests on 64 bit and I would like to be sure it is really fixed. Please
report back.


Attached File

No Files Currently Attached

Changes ( 7 )

Field Old Value Date By
status_id Pending 2009-11-23 02:20 sf-robot
allow_comments 1 2009-11-23 02:20 sf-robot
close_date 2009-11-08 20:57 2009-11-23 02:20 sf-robot
status_id Open 2009-11-08 20:57 arc
close_date - 2009-11-08 20:57 arc
resolution_id None 2009-11-08 20:57 arc
assigned_to nobody 2009-11-08 20:57 arc