Configure the Linux Menu for the OpenCOE Kernel

There are two OpenCOE applications which should be available on the desktop to a logged in user. These are the "ProfileSelector" and "ApplicationManager." Icons for these applications can be found under "COE_HOME/data/Icons". The "gnome-who.png" icon is for the "ProfileSelector. The "gnome-gmenu.png" icon is for use with the "ApplicationManager." The Security Manager (secman) will have to assign profiles to the user before they become availabe in the ProfileSelector.

The following instructions are for the IceWM window manager on a Debian/Linux installation.

TABLE: Configure the Linux Menu for the OpenCOE Kernel
Step Instruction Results
1
Open a command shell.
Begins a shell session.
2
Enter: su -

Enter the root password.
Begin an administrator session.
3
Enter: cd /etc/X11/icewm
Change into the Icewm directory.
4
Enter: vi toolbar
Begins an edit session of the toolbar configuration file.
5
Enter on one line: prog ProfileSelector /h/COE/data/Icons/gnome-who.png /h/COE/bin/ProfileSelector

Enter on one line: prog ApplicationManager /h/COE/data/Icons/gnome-who.png /h/COE/bin/ApplicationManager

Exit the vi editor
Edits the toolbar configuration file.
6
Enter: vi menu
Begins an edit session of the menu configuration file.
7
Enter on one line: menu OpenCOE folder [

Enter on one line: prog /h/COE/data/Icons/gnome-who.png /h/COE/bin/ProfileSelector

Enter on one line: prog /h/COE/data/Icons/gnome-gmenu.png /h/COE/bin/ApplicationManager

Enter on one line:
]


Exit the vi editor
Edits the toolbar configuration file.
8
Enter: exit
Ends the administrator session.
9
Enter: exit
Closes the command shell.