I added the custom sorting to my debian menu configuration, it used
to work but some time ago it stopped working.
I have the following in the /etc/menu-methods/menu.h:
# item first, submenu later:
# sort=ifelse($command, "0", "1" ) ":$title"
sort=ifelse($priority, $priority, "99")
and here's
I added the custom sorting to my debian menu configuration, it used
to work but some time ago it stopped working.
I have the following in the /etc/menu-methods/menu.h:
# item first, submenu later:
# sort=ifelse($command, "0", "1" ) ":$title"
sort=ifelse($priority, $priority, "99")
and here
I changed /etc/menu-methods/menu.h to change sorting to sorting by
priority:
sort=ifelse($priority, $priority, "99")
I have a menu item in /etc/menu defined like this:
jojda:/etc/menu-methods> cat /etc/menu/xterm
?package(xterm):\
needs=x11\
section="/"\
longtitle="Xterm: terminal emulato
3 matches
Mail list logo