- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: gui application warning
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 04:42 PM
10-12-2001 04:42 PM
When I type some gui application at prompt, it always give me such warning, though the application run without problem.
Could somebody tell me how to get rid of this?
Thanks,
$ dtpad ora_conn.sh
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 04:52 PM
10-12-2001 04:52 PM
Re: gui application warning
Type in xlsfonts and see if this font is listed in the output.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 05:43 PM
10-12-2001 05:43 PM
Re: gui application warning
But I need to distribute my scripts to other people, and when they run the scripts, it also give them the same warning, what else shall I do?
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 07:30 PM
10-12-2001 07:30 PM
Re: gui application warning
where are you running your application?. on a PC with some X-emulation?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 07:59 PM
10-12-2001 07:59 PM
SolutionSetup your unix server as a font server and add it to the font database of your local software on the PC.
Setting up your Unix Server as a font server.
1. Make sure RUN_X_FONT_SERVER=1 appears in /etc/rc.config.d/xfs. Also add CONFIG_FILE_NAME=/etc/X11/fs/config
2. Stop xfs if it is running
/sbin/init.d/xfs stop
3. Go to /etc/X11/fs/ directory. Edit 'config' file. Search for the line that starts with catalog. Append the string /usr/dt/config/xfonts/C/ (trailing / indicates the directory) to the end of the line
4. Start the fontserver with the command
/sbin/init.d/xfs start
Your PC administrator can help you setup this server as the font server in the Font database of your local emulation software. You need to add the server's IP address, tcp and the port 7000 to the font database.
This has to be repeated on all the systems that are running the X-emulation software.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 01:17 PM
10-15-2001 01:17 PM
Re: gui application warning
I will try to correct the steps.
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 10:03 AM
10-16-2001 10:03 AM
Re: gui application warning
I followed the steps to moidify the two files and restart the font server. and also append tcp/hostname:7000 to my reflection's Subdirectories and font servers option.
The warning is GONE!
I just want to confirm that those change will not affect any other stuff or have some side effect? I am new root user...
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 11:09 AM
10-16-2001 11:09 AM
Re: gui application warning
This is not going to affect anything except that your unix system is a font server now.
Make sure your users add this font server into
their reflection's configuration to get rid of
these messages.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 01:06 PM
10-16-2001 01:06 PM
Re: gui application warning
Thank you very much, My users does not have the warning now.
Jane