----- Rodolfo García Peñas (kix) <[email protected]> a écrit : > On 2012-11-12 18:57, Amadeusz Sławiński wrote: > > Again problems with generated submenus > > I'm not sure if this is bug or change in behaviour but when I wrote > > the > > script it worked. > > > > Following line doesn't work > > "(Play/Pause)" EXEC "mpc toggle" > > and gives warning in window: > > Could not execute command: exec "mpc toggle" > > > > Following does work > > "(Play/Pause)" EXEC mpc toggle > > > > Also cosmetic one, it seems that it gives a lot of output to stdout > > like: > > menuparser_macros.c: Macros defined while parsing "|| > > /home/amade/scripts/x11/wmaker-music-menu.sh" > > WM_VERSION = ""0.95.3"", used 0 times > > ... > > menuparser_macros.c: 14 macros > > I am agree with Amadeusz, there are a lot of menu output. IMO this log > info is useful for developers, but not for users. #IFDEF ?
Hello all, All those display actually come from the fact that DEBUG was enabled when compiling, and should not appear from the moment you configure with standard options: they are already comprised inside #ifdefs. Rodolfo, If you happen to still find them when you try to make the package for debian let us know, I'll try to have a look to see if there would be some wrong default values. Regards, Christophe. > > > On Mon, Nov 12, 2012 at 12:48:32AM +0000, Carlos R. Mafra wrote: > >> Dear wmaker users, > >> > >> Please do test the #next branch and report any problems (if any). > >> There has been a lot of code churn related to icons. Even though > >> they > >> look relative safe, regressions might be hiding somewhere. > >> > >> I'm planning to release 0.95.4 in ten days or so, in case no > >> surprises > >> show up. > >> > >> > >> -- > >> To unsubscribe, send mail to > >> [email protected]. > > -- > ||// //\\// Rodolfo "kix" Garcia > ||\\// //\\ http://www.kix.es/ > > > -- > To unsubscribe, send mail to [email protected]. -- To unsubscribe, send mail to [email protected].
