<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Missing CDE front panel icons in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-cde-front-panel-icons/m-p/2424238#M646</link>
    <description>I am trying to setup an HP-UX 10.20 system to connect a 700RX xterminal to. When the x-term boots I see a couple font error messages. When I login I do not get the CDE logo on the login screen. Also, once I am logged in the front panel icons are missing. They wont install.&lt;BR /&gt;&lt;BR /&gt;Error messages is /var/dt/Xerrors&lt;BR /&gt;    /usr/bin/X11/xset:  bad font path element (#7), possible causes are:&lt;BR /&gt;    Directory does not exist or has wrong permissions&lt;BR /&gt;    Directory missing fonts.dir&lt;BR /&gt;    Incorrect font server address or syntax&lt;BR /&gt;Warning: Missing charsets in String to FontSet conversion&lt;BR /&gt;Warning: Cannot convert string "-dt-interface system-medium-r-normal-l*-*-*-*-*-&lt;BR /&gt;*-*-*-*" to type FontSet&lt;BR /&gt;&lt;BR /&gt;in $HOME/.dt/startlog:&lt;BR /&gt;/usr/dt/bin/dthello: display tdelama:0.0 doesn't know font -dt-interface system-&lt;BR /&gt;medium-r-normal-xl*-*-*-*-*-*-*-*-* &lt;BR /&gt;&lt;BR /&gt;in $HOME/.dt/errorlog:&lt;BR /&gt;Workspace Manager: Unable to read bitmap file Fpterm&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 May 2000 14:12:57 GMT</pubDate>
    <dc:creator>Tim Delamare</dc:creator>
    <dc:date>2000-05-30T14:12:57Z</dc:date>
    <item>
      <title>Missing CDE front panel icons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-cde-front-panel-icons/m-p/2424238#M646</link>
      <description>I am trying to setup an HP-UX 10.20 system to connect a 700RX xterminal to. When the x-term boots I see a couple font error messages. When I login I do not get the CDE logo on the login screen. Also, once I am logged in the front panel icons are missing. They wont install.&lt;BR /&gt;&lt;BR /&gt;Error messages is /var/dt/Xerrors&lt;BR /&gt;    /usr/bin/X11/xset:  bad font path element (#7), possible causes are:&lt;BR /&gt;    Directory does not exist or has wrong permissions&lt;BR /&gt;    Directory missing fonts.dir&lt;BR /&gt;    Incorrect font server address or syntax&lt;BR /&gt;Warning: Missing charsets in String to FontSet conversion&lt;BR /&gt;Warning: Cannot convert string "-dt-interface system-medium-r-normal-l*-*-*-*-*-&lt;BR /&gt;*-*-*-*" to type FontSet&lt;BR /&gt;&lt;BR /&gt;in $HOME/.dt/startlog:&lt;BR /&gt;/usr/dt/bin/dthello: display tdelama:0.0 doesn't know font -dt-interface system-&lt;BR /&gt;medium-r-normal-xl*-*-*-*-*-*-*-*-* &lt;BR /&gt;&lt;BR /&gt;in $HOME/.dt/errorlog:&lt;BR /&gt;Workspace Manager: Unable to read bitmap file Fpterm&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 May 2000 14:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-cde-front-panel-icons/m-p/2424238#M646</guid>
      <dc:creator>Tim Delamare</dc:creator>
      <dc:date>2000-05-30T14:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CDE front panel icons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-cde-front-panel-icons/m-p/2424239#M647</link>
      <description>HP FAX PAC&lt;BR /&gt;How to setup CDE to work with X-Terminals&lt;BR /&gt;- ------------------------------------------------------&lt;BR /&gt;A) TITLE: How to setup CDE to work with X-Terminals&lt;BR /&gt;B) PROBLEM SUMMARY:  &lt;BR /&gt;&lt;BR /&gt;CDE includes a small set of fonts and font aliases which are not &lt;BR /&gt;part of the standard MIT X distribution.  In order for CDE to &lt;BR /&gt;function correctly, these fonts must be made available to &lt;BR /&gt;X-servers (X-Terminals) displaying CDE.&lt;BR /&gt;&lt;BR /&gt;C) AUTHOR:       Chuck Slivkoff (charles_slivkoff@hp.com)&lt;BR /&gt;D) DATE:         November 15, 1996&lt;BR /&gt;E) KEYWORDS:     CDE, FONTS, XTERMINAL, FONT SERVER, DT, ENWARE, &lt;BR /&gt;ENTRIA, ENVIZEX, 700/RX&lt;BR /&gt;- -------------------------------------------------------------&lt;BR /&gt;F)  Making the CDE fonts available to X-Terminals&lt;BR /&gt;- ------------------------------------------------------&lt;BR /&gt;The simple solution to this problem involves configuring and &lt;BR /&gt;running a font-server on the system which is running CDE and &lt;BR /&gt;forcing the font server into the X-Server (X-Terminal) font-path.&lt;BR /&gt;&lt;BR /&gt;To do this a few things are required:&lt;BR /&gt; &lt;BR /&gt;  1 - The font server needs to be configured to include the CDE&lt;BR /&gt;      fonts in its catalog&lt;BR /&gt;      &lt;BR /&gt;      EDIT: /etc/X11/fs/config&lt;BR /&gt;      &lt;BR /&gt;      Append ",/usr/dt/config/xfonts/C" to the end of the &lt;BR /&gt;      "catalogue = ..." line &lt;BR /&gt;      &lt;BR /&gt;      EDIT: /etc/rc.config.d/xfs&lt;BR /&gt;      &lt;BR /&gt;      Set the following variable:  "RUN_X_FONT_SERVER=1"&lt;BR /&gt;          &lt;BR /&gt;      EXECUTE:  /sbin/init.d/xfs start&lt;BR /&gt;      &lt;BR /&gt;      If the font-server is already running, kill it and&lt;BR /&gt;      restart it.&lt;BR /&gt;      &lt;BR /&gt;  2 - Force CDE to add the font-server to the X-Server font-path&lt;BR /&gt;      by editing the Xsetup file.  (NOTE:  This steps REQUIRES &lt;BR /&gt;      the IP address of the CDE session server.  You can get&lt;BR /&gt;      this information by running: nslookup `hostname`.)&lt;BR /&gt;      &lt;BR /&gt;      COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup&lt;BR /&gt;      EDIT: /etc/dt/config/Xsetup&lt;BR /&gt;      &lt;BR /&gt;      Add the following line to /etc/dt/config/Xsetup replacing&lt;BR /&gt;          "IPADDRESS" with the IP address of the server as returned&lt;BR /&gt;          from "nslookup `hostname`":&lt;BR /&gt;            &lt;BR /&gt;      $XDIR/xset fp+ tcp/IPADDRESS:7000 1&amp;gt;/dev/null</description>
      <pubDate>Tue, 30 May 2000 14:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-cde-front-panel-icons/m-p/2424239#M647</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-05-30T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Missing CDE front panel icons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-cde-front-panel-icons/m-p/2424240#M648</link>
      <description>One point the faxpack doesn't mention is you need to add the font server address .... the tcp/ipaddress:7000 to the xterminals config. You can do this by allowing the xterminal to boot and then holding down the &lt;F12&gt;key to get at the config screen :&lt;BR /&gt;&lt;BR /&gt;go into Xserve rsettings and add the tcp entry to the fontpath head. Save the changes and powercycle the xterminal : to check it's using the font server now use a :&lt;BR /&gt;&lt;BR /&gt;remsh &lt;XTERMINALNAME&gt; get config ? grep -i font :  should yield something like :&lt;BR /&gt;&lt;BR /&gt;FontPath = "tcp/hostname:7000 ./fonts/buitin ....." etc&lt;/XTERMINALNAME&gt;&lt;/F12&gt;</description>
      <pubDate>Tue, 30 May 2000 14:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-cde-front-panel-icons/m-p/2424240#M648</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-05-30T14:38:40Z</dc:date>
    </item>
  </channel>
</rss>

