Section Tools
Sub-section Editors
prog"Ted" /usr/local/Ted/Ted.png /usr/local/bin/Ted
This is not displayed and seems to be a redundant entry as there is a .desktop file that places an entry in"Applications-->Office-->Ted rtf text processor"
Section Tools
Sub-section Editors
As this will hold a console editor, this sub-section may be better located as a sub-section of"Terminal Apps"
Example
Code: Select all
menu"Terminal Apps" /usr/share/icons/gTangish-2.0a1/32x32/apps/utilities-terminal.png {
menu"Editors" /usr/share/icons/gTangish-2.0a1/32x32/apps/accessories-text-editor.png {
prog"Nano" /usr/share/icons/gTangish-2.0a1/32x32/apps/utilities-terminal.png roxterm -e nano
}
}
Section Tools
Sub-section"Shells"
Is there a need for this sub-section? Are the apps in it widely used? In view of the technical name ("Shells") are users more likely to use the main menu terminal entries in Applications-->Accessories and Applications-->System Tools? If the sub-section is retained, as the apps it holds are all CLI, this entire sub-section may be better located as a sub-section of"Terminal Apps"
Example
Code: Select all
menu"Terminal Apps" /usr/share/icons/gTangish-2.0a1/32x32/apps/utilities-terminal.png {
menu"Shells" /usr/share/icons/gTangish-2.0a1/32x32/categories/applications-system.png {
prog"Bash" /usr/share/icons/gTangish-2.0a1/32x32/apps/utilities-terminal.png urxvt -e bash --login
prog"Urxvt" /usr/share/icons/gTangish-2.0a1/32x32/apps/utilities-terminal.png urxvt -tr -sh 65 -fg white
prog"Urxvt Tabs" /usr/share/icons/gTangish-2.0a1/32x32/apps/utilities-terminal.png urxvt -pe tabbed
}
}
Section Tools
Sub-section"Programming"
Is there a need for this sub-section? Are the apps in it widely used? If they are retained, as they all open in a CLI terminal, this entire sub-section may be better located as a sub-section of"Terminal Apps"
Example
Code: Select all
menu"Terminal Apps" /usr/share/icons/gTangish-2.0a1/32x32/apps/utilities-terminal.png {
menu"Programming" /usr/share/icons/gTangish-2.0a1/32x32/categories/applications-development.png {
prog"Python" python.xpm roxterm -e python2.7
prog"Tclsh8.5" /usr/share/icons/gTangish-2.0a1/32x32/apps/glines.png roxterm -e tclsh8.5
prog"TkWish8.5" /usr/share/icons/gTangish-2.0a1/32x32/apps/gnect.png roxterm -e wish8.5
}
}
If any of the above are adopted there is another suggestion. Within Sections"Terminal Apps" and"Tools", the sub-sections (and apps within them) be listed in alphbetical order.