Enhancing the GroupWise Client on Linux

From www.ReeltoReel.nl Wiki
Revision as of 11:54, 19 August 2007 by Pvdm (talk | contribs) (New page: How to speed-up and improve the GroupWise linux client appearance When you want to improve the GroupWise linux client appearance, make a launcher icon and enter the following command: /o...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to speed-up and improve the GroupWise linux client appearance

When you want to improve the GroupWise linux client appearance, make a launcher icon and enter the following command:

/opt/novell/groupwise/client/bin/groupwise -ui=gtk 

And now the java-look has been replaced by a (slightly better looking) GTK look!

This tip will speed up the GroupWise Linux Client by switching it over to GTK. Give it a shot and see what you think.

1. From the SLED10 console do the following:

SU {enter admin password}
cd /opt/novell/groupwise/client/bin
vi groupwise

2. Modify this:

/opt/novell/groupwise/client/bin/groupwise-bin "$@" 

so that it says this:

/opt/novell/groupwise/client/bin/groupwise-bin -ui=gtk "$@"

3. Save changes and exit.

GroupWise will now run from the menus in GTK mode.