File: wm2

package info (click to toggle)
menu 2.1.5-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,476 kB
  • ctags: 1,251
  • sloc: cpp: 6,222; ansic: 2,306; sh: 453; makefile: 296; sed: 93
file content (24 lines) | stat: -rwxr-xr-x 793 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 #!/usr/sbin/install-menu
#I need menu-1!
#
#NOTE: the first line of this script _must_ be
# equal to "#!/usr/sbin/install-menu", otherwise update-menus
# will feed this script old-compat-mode data.
#
#More info: /usr/doc/menu/html.
#
compat="menu-1"
supported 
#  wm  ="  echo '\"" $title ":wm2 exit;" esc($command,"\"") \""'\n"
   x11 ="  echo '\"" $title ":" esc($command,"\"") "\"'\n"
   text="  echo '\"" $title ":xterm -title \"" $title "\" -e " esc($command,"\"") "\"'\n"
endsupported
startmenu=   "function $section () {\n"
endmenu=     "}\n"
submenutitle=" echo \"\\\"" $title ":$config  --menu " $section "\\\"\"\n"
rcfile=      "system.wm2rc"
genmenu=     "menudefs.hook"
examplercfile="system.wm2rc-menu"
rootprefix=   "/etc/X11/wm2/"
userprefix=   "/.wm2/"
mainmenutitle="Debian"