/etc/menu-methods/deskmenu is in deskmenu 1.4.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #!/usr/bin/install-menu
compat="menu-1"
!include menu.h
supported
x11= "menuitem=" $title ":" $command"\n"
text= "menuitem=" $title ":" "x-terminal-emulator -T \"" $title "\" -e " $command"\n"
endsupported
genmenu="deskmenurc.debian"
startmenu="submenu=" $title "\n"
endmenu="endmenu=\n"
userprefix=""
rootprefix="/etc"
treewalk="(cm)"
|