Hello, given foo.desktop (example copied from <https://specifications.freedesktop.org/desktop-entry-spec/1.1/apa.html>) =================== [Desktop Entry] Version=1.0 Type=Application Name=Foo Viewer Comment=The best viewer for Foo objects available! TryExec=fooview Exec=fooview %F Icon=fooview MimeType=image/x-foo; Actions=Gallery;Create;
[Desktop Action Gallery] Exec=fooview --gallery Name=Browse Gallery [Desktop Action Create] Exec=fooview --create-new Name=Create a new Foo! Icon=fooview-new =================== wmmenugen -parser=xdg will generate (Applications, ("Browse Gallery", SHEXEC, "fooview --create-new")) i.e. it only creates an entry for the last Action entry. This is a bug. - Imho wmmenugen should just completely ignore the Actions and use the Desktop Entry. (It could also use the Actions in addition to the Desktop Entry, but that might inflate the menu.) cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.