Difference between revisions of "Internet Applications"
From CSEE Documentation
Line 7: | Line 7: | ||
==Firefox== | ==Firefox== | ||
− | ===Solaris | + | ===Solaris=== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
====Access from Command Line==== | ====Access from Command Line==== | ||
− | * Type the command<br/><code>/ | + | * Type the command<br/><code>/usr/bin/firefox</code> |
− | |||
− | |||
− | |||
− | |||
− | ====Access from | + | ====Access from Java Desktop System==== |
− | * Right-click on the GNOME panel (close enough windows if there is | + | * Right-click on the GNOME panel (close enough windows if there is empty space in your panel). |
* Highlight the "Add to Panel" menu item and click "Launcher..." in the sub-menu. | * Highlight the "Add to Panel" menu item and click "Launcher..." in the sub-menu. | ||
* For the Name, type in: Firefox | * For the Name, type in: Firefox | ||
* For the Generic name, type in: Firefox | * For the Generic name, type in: Firefox | ||
− | * For the Command, type in: / | + | * For the Command, type in: /usr/bin/firefox |
* Click the Icon squre (it will say No Icon by default) | * Click the Icon squre (it will say No Icon by default) | ||
− | * In the new icon selection window, type: / | + | * In the new icon selection window, type: /usr/lib/firefox/icons/mozicon128.png |
* Click the OK button. The icon selection window will close. | * Click the OK button. The icon selection window will close. | ||
* Click the OK button. The Create Launcher window will close. | * Click the OK button. The Create Launcher window will close. | ||
* Adjust the location of the Firefox icon as needed in your GNOME panel by dragging and dropping. | * Adjust the location of the Firefox icon as needed in your GNOME panel by dragging and dropping. | ||
+ | |||
+ | |||
+ | ===Linux=== | ||
+ | |||
+ | * Run Firefox from the graphical menu or /opt/firefox/firefox from the command line | ||
==SeaMonkey== | ==SeaMonkey== |
Revision as of 22:51, 26 August 2007
Overview
Firefox - Web Browser
SeaMonkey - Internet software suite with integrated Web Browser, POP/IMAP Email, News Reader, and HTML Composer/Editor. This replaces the program known as Mozilla.
Firefox
Solaris
Access from Command Line
- Type the command
/usr/bin/firefox
Access from Java Desktop System
- Right-click on the GNOME panel (close enough windows if there is empty space in your panel).
- Highlight the "Add to Panel" menu item and click "Launcher..." in the sub-menu.
- For the Name, type in: Firefox
- For the Generic name, type in: Firefox
- For the Command, type in: /usr/bin/firefox
- Click the Icon squre (it will say No Icon by default)
- In the new icon selection window, type: /usr/lib/firefox/icons/mozicon128.png
- Click the OK button. The icon selection window will close.
- Click the OK button. The Create Launcher window will close.
- Adjust the location of the Firefox icon as needed in your GNOME panel by dragging and dropping.
Linux
- Run Firefox from the graphical menu or /opt/firefox/firefox from the command line
SeaMonkey
Solaris 8
- Set your LD_LIBRARY_PATH environment variable.
- For the csh or tcsh shells, use
setenv LD_LIBRARY_PATH /usr/site/lib
- All other shells, use
LD_LIBRARY_PATH=/usr/site/lib
export LD_LIBRARY_PATH
- For the csh or tcsh shells, use
- Type the command
/cs/seamonkey/seamonkey
- If a window appears warning that patches are not installed, open a CSEEIT trouble ticket with the machine's hostname to have the machine set up to run SeaMonkey.
- Include the
/cs/seamonkey
directory in your path.- In your .cshrc file, add the following line:
path = ( /cs/seamonkey $path )
- Log out, then back in. (only need to do this the first time)
- Type
seamonkey
on the command line.
- In your .cshrc file, add the following line:
Red Hat 9
Access from Command Line
- Type the command
/cs/seamonkey/seamonkey
- Include the
/cs/seamonkey
directory in your path.- In your .cshrc file, add the following line:
path = ( /cs/seamonkey $path )
- Log out, then back in. (only need to do this the first time)
- Type
seamonkey
on the command line.
- In your .cshrc file, add the following line:
Access from GNOME Desktop
- Right-click on the GNOME panel (close enough windows if there is no empty space in your panel).
- Highlight the "Add to Panel" menu item and click "Launcher..." in the sub-menu.
- For the Name, type in: SeaMonkey
- For the Generic name, type in: SeaMonkey
- For the Command, type in: /cs/seamonkey/seamonkey
- Click the Icon squre (it will say No Icon by default)
- In the new icon selection window, type: /cs/seamonkey/chrome/icons/default/default.xpm
- Click the OK button. The icon selection window will close.
- Click the OK button. The Create Launcher window will close.
- Adjust the location of the SeaMonkey icon as needed in your GNOME panel by dragging and dropping.