Overview
Issues with Unix-based operating systems
Setting the printable area (for administrators)
To print a terminal emulator session screen, click File > Print screen. Before printing a screen, however, you can optionally set the following printing parameters:
The Page Setup and Print Setup commands are available only on browsers that support Java 2. |
The Print Screen function does not work on the AIX platform due to a browser JVM problem on AIX. |
Missing Unix lp command
Menu/Toolbar fix
The Print Screen function of Host On-Demand uses a programming interface provided by Java, which does not work on some Unix-based operating systems, such as Linux. The implementation of the programming interface uses the Unix lp command, which is not available on some Unix-based operating systems.
Following is the workaround for this problem:
cd /usr/bin
ln -s lpr lp
If the Host On-Demand Print Screen menu and toolbar option does not work on your Unix system when the output is directed to a printer, you can do the following:
LPR -Pprinterqueue filename
LPR -P51pcl /home/usr.txt
Users can print the entire presentation space of their Host On-Demand windows when
no area is marked using a trim-rectangle. If there is a marked area, only that portion of the
presentation space is printed out. So that users can print the entire presentation space even when
there is a marked area, set the markedAreaPrintingEnabled
HTML parameter to false in your client HTML page. For example, set:
<PARAM NAME=markedAreaPrintingEnabled VALUE=false>
.
The default value is true.
Related topics: