For a list of features in the 3.0 HEPiX scripts consult:
http://wwwcn.cern.ch/hepix/wg/scripts/www/Welcome.htmlin the Versions section.
This version provides a new feature which is a good support for the fvwm customisation. fvwm is indeed THE recommended window manager to be used in the HEPiX Desktop.
Many thanks for R. Jones, M. Dodgson, A. Miotto, M. Liebana for the definition of the fvwm setup.
Many thanks for the many people who are giving feedback and contributions, in particular my all colleagues in CN/DCI and some others in CN/PDP (C. Boissat, V. Dore), users from other collaborations like: R. Jones (Opal), F. Giacomini (Delphi), D. Deatrich (Opal), N. Sinnanis (CMS), P. Buncic (NA49), N. de Metz-Nobalt and F. Di Maio (PS), N. Neumeister (PPE), V. Innocenti (CMS), E. Lieb (L3).
This version fixes very minor bugs:
No bug reported
Several bugs fixed:
if [ -t ]; then ...is now replaced by:
tty -s if [ "$?" = 0 ]; then ...because AIX 4 changed the syntax of the if [ -t ]; then test.
No bug reported
This version adds new features:
Starting to implement the necessary fixes for Solaris 2.4 which is referenced as being sun4m_54 in the AFS operating system naming scheme.
if [ the user home directory is NOT on AFS ]; then we try to find the group setting environment under /u/$GROUP/pub$GROUP else we default to /afs/cern.ch/group/$GROUP fiNow we have:
if [ /afs/cern.ch/group/$GROUP exists ]; then we use this value for $GROUP_DIR else we use /u/$GROUP/pub$GROUP fi
xterm -name forms3 ...are understood by the oracle application which is running behind!
Example, after you enter:
uco -X11on the command line, you get:
X11's possible actions: 0 - Cancel. 1 - Reset your X11 configuration files. 2 - Fake the Xsession. 3 - Restore the X11 configuration from a previous version. 4 - Migrate the X11 configuration files from version 2.5.1. 5 - Clean the X11 trailing configuration files. 6 - FVWM template files. Choice:
File name Section customised -------------------------------------------------------------------- fvwm_menu User menu fvwm_popup Popup menus fvwm_startup Number of desktops fvwm_configuration Focus, autoraise, etc fvwm_desk Desktop size/scrolling fvwm_colours Window frame colours fvwm_modules Pager colours fvwm_style Icons, styles and decorations fvwm_bindings Button and key bindings fvwm_functions Functions fvwm_path PathsThe command:
uco -X11gives you a chance to do get these templates (see previous section).