Patch-ID# 101239-01 Keywords: sunsolve, helpdesk, viewer, window color, foreground, background Synopsis: SunSolve 2.0: sunsolve/helpdesk viewer shows up blank Date: Sep/16/93 Solaris Release: 2.1,2.2 SunOS Release: 4.1.3 Unbundled Product: SunSolve, Sun HelpDesk Unbundled Release: 2.0 Relevant Architectures: all sun4 BugId's fixed with this patch: 1142076 Changes incorporated in this version: none Patches accumulated and obsoleted by this patch: none Patches which conflict with this patch: none Patches required with this patch: none Obsoleted by: SunSolve v. 2.1 Files included with this patch: /sun4/4.1.3: multiview* multiview.svr4* Problem Description: Bugid 1142076: Multiview (SunSolve viewer) appears blank when window.color.foreground is set to white in .Xdefaults Multiview tries to set the foreground to black and the background to white on startup. It ignores any settings for the foreground color. Patch Installation Instructions: To install this patch, you must be root, and know where SunSolve or Sun HelpDesk have been installed. The location of SunSolve or Sun HelpDesk will be refered to as $SUNSOLVEHOME in the following instructions. 1. Save the original versions of multiview: mv $SUNSOLVEHOME/bin/multiview $SUNSOLVEHOME/bin/multiview.FCS mv $SUNSOLVEHOME/bin/multiview.svr4 $SUNSOLVEHOME/bin/multiview.svr4.FCS 2. Copy the patched binary to the proper directory: cp -p `arch`/* $SUNSOLVEHOME/bin 3. Set the permissions: chmod 755 $SUNSOLVEHOME/bin/multiview*