1847253 Members
3019 Online
110263 Solutions
New Discussion

Re: Fonts error

 
SOLVED
Go to solution

Fonts error

After I invoke an aplication binary I got the following messages:

/home/bmpa/bmpadma> usimwbin&
/home/bmpa/bmpadma> Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet

Can anyone help me. I guess It is a matter of fonts configuration
Thanks in advance, Reynaldo
Reynaldo
2 REPLIES 2
RikTytgat
Honored Contributor
Solution

Re: Fonts error

Hi,

Are you starting the app from a HP-UX server on a X display that is not a HP server (or at least does not run CDE)?

The fonts you are asking for are CDE fonts, and are not present on a Solaris/OpenWindows system.

If the font server is running on the HP server, add the font server to your font path by using the command
xset +fp tcp/hostname_hp_server:7000

where 7000 is the port the font server is listening on.

If the font server is not running, you can activate it by changing the setting in the file /etc/rc.config.d/xfs from 0 to 1
and starting it by issueing the command

/sbin/init.d/xfs start

I hope this solves your problem,
Rik.

Re: Fonts error

Thanks for the answer, my Exceed configuration was the problem. I added my HP9000 as a font server and now everythink is OK.
Reynaldo