{ "menu-title": { "text": "Unix Tools" }, "menu": [ { "type": "title", "text": "Print" }, { "type": "cmd", "text": "Print a window", "command": "ksnapshot -c" }, { "type": "cmd", "text": "GhostView", "command": "gv" }, { "type": "title", "text": "Editors" }, { "type": "cmd", "text": "XEmacs", "command": "emacs -geometry 80x35 -bg grey80 -fg black" }, { "type": "cmd", "text": "nedit", "command": "nedit" }, { "type": "cmd", "text": "vi", "command": "xterm -geometry 80x35 -title vi -e vi" }, { "type": "title", "text": "Graphics" }, { "type": "cmd", "text": "Image Magick - graphics tool", "command": "display" }, { "type": "separator" }, { "type": "cmd", "text": "Scientific Calculator", "command": "kcalc -caption \"Scientific Calculator\"" }, { "type": "cmd", "text": "xterm - terminal emulator", "command": "xterm -geometry 90x40 -ls -sb -sl 1000 -rightbar" }, { "type": "cmd", "text": "gnome-terminal - another term emulator", "command": "gnome-terminal --geometry 90x40 --login" } ] }