LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Braindead - IceWM menu problem (https://www.linuxquestions.org/questions/linux-desktop-74/braindead-icewm-menu-problem-685915/)

phantom_cyph 11-25-2008 02:53 AM

Braindead - IceWM menu problem
 
I set up the following menu and ended up with only the "Net" submenu under the "Programs" menu. I can't see what I did wrong. Probably have one too many or not enough brackets. Here is the menu:

Code:

prog Firefox firefox firefox
prog Terminal Terminal Terminal
prog irssi irssi rxvt -e irssi
prog Pidgin pidgin pidgin
prog Run Run fbrun
prog Thunar Thunar thunar
menu Programs folder {
        menu Net folder {
                prog Firefox firefox firefox
                prog irssi irssi rxvt -e irssi
                prog Pidgin pidgin pidgin
                prog Links links rxvt -e links google.com
                prog GFtp gftp gftp
                }
        menu Utilities {
                prog Thunar thunar thunar
                prog Mousepad mousepad mousepad
                prog Conky conky conky
                }
        menu Media folder {
                menu Graphics folder {
                        prog Gimp gimp gimp
                        prog GQView gqview gqview
                        prog Xclock xclock xclock
                        }
                menu Audio/Video folder {
                        prog VLC vlc vlc
                        prog YamIpod yamipod yamipod
                        prog Alsa alsa rxvt -e alsamixer
                        }
                }
}


phantom_cyph 11-26-2008 07:56 AM

I guess I'll have to figure it out myself.


All times are GMT -5. The time now is 08:05 AM.