Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c03db04702b8b06620858d32515caaae > files > 6

gtrayicon-1.1-2.fc13.x86_64.rpm

#### Menu types ####################################################
#
#   [main] is a special menu. Items here will appear in main menu
#   [my menu] is a normal submenu with name "my menu"
#
#### Items #########################################################
#
#   Each item can have an icon, just use this rule (without spaces
#   between the coma.
#
#     item = command,icon
#
#   If the command includes a coma, escape it with '\,'
#     item = my\, command,icon
#
#   If no icon is defined, follow this rule: 
#     item = command
#


# Example:
#
# Main Menu:
#   Item 1 (with icon 1)
#   Item 2 (without icon)
#   Submenu 1:
#     Item 3 (without icon)
#     Item 4 (with icon 2)
#

[main]
Item 1 = command,/path/icon/1
Item 2 = command

[Submenu 1]
Item 3 = command
Item 4 = command,/path/icon/2