UM-Editor uses library "libMrm.so.3", you must enter the following command to use UM-Editor :
export LD_LIBRARY_PATH=/usr/dt/lib:$LD_LIBRARY_PATH
UM-Editor use native Motif objects in its windows (for example Text, Push Button or Arrow Button). As a result, the environment (colors and fonts) of these objects is not determined by the application but the default Motif environment.
The environment may be customized using the "UMED" file that come with the software. Proceed as follows:
replace
the values of the parameters of the "UMED" file by the values that suit your graphic environment;
copy
the files into the
/usr/lib/X11/app-defaults
directory.
UM-Editor uses Adobe Helvetica fonts, with a resolution of 75 dpi, as specified by the ISO8859-1 standard.
These fonts are very widely used. However, if you encounter problems displaying these characters, check that the fonts are actually available on your system.
Use the
xlsfonts
command to display a list of the 75 dpi Adobe Helvetica fonts available on your system:
/usr/bin/X11/xlfonts -fn "*adobe-helvetica-*-75-75-*-iso8859-1"
.
If no fonts are detected by this command, you must add them (provided that they have already been installed) to your font path, using the
xset
command:
/usr/bin/X11/xset fp+ /usr/lib/X11/fonts/iso_8859.1/75dpi
.