On 02/16/2015 12:06 PM, sean wrote:
>     Attached is the WMRootMenu file.

I believe the problem is the following line (line 96):
   ("Preferences Utility", EXEC, PREFIX
"/GNUstep/Applications/WPrefs.app/WPrefs")

It's not parsing the file correctly because of the PREFIX string.  Try
replacing it with the actual path to WPrefs, e.g.,
   ("Preferences Utility", EXEC, "/usr/bin/WPrefs")

> When I first bring up the menu it is blank, however if I click on the
> title bar and move the menu, the black text appears. Open a submenu,
> it will be blank, move the menu and the black text appears.
>
> Sometimes as I move the text around it might start to fade out, but
> move the menu again, and it reappears.

It's interesting that you're getting all this strange behavior.  On my
system, when Window Maker realizes it can't parse the menu file, it
spits out an error message and loads a default menu instead.  My guess
is that for you, it's just trying to deal with this menu it can't parse
and weird things are happening. At some point, I'll have to take a look
at the source.

I hope this helps!
Doug

--
To unsubscribe, send mail to wmaker-user-unsubscr...@lists.windowmaker.org.

Reply via email to