- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How xrdb exactly works
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-06-2001 10:24 PM
тАО03-06-2001 10:24 PM
How xrdb exactly works
I have some problem using xrdb.
I use the following command to merge my resource file to the current resource setting "xrdb -merge -nocpp ./myResource " But somehow when i run up the application that I tried to change its resources, it does not work.
When I do a xrdb -query, my resource settings are merge into the current resource setting.
I tried to add the desired resource settings into the .Xdefaults file, then logout and relogin, run up the application and the settings works. But how come not when using xrdb?
How can I do dynamic setting of the resources without having to logout and login?
Thanks in advance.
Choon Kiat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2001 12:28 AM
тАО03-07-2001 12:28 AM
Re: How xrdb exactly works
You problem could be several things :
1. Window manager specific resources are masking
it eg CDE
2. Syntax errors ?
3. The application is not affected by resources.
4. The application requires application specific resource
eg dtterm*cusorColor is different from *cusorColor
and emember there's a resource hieracy !
5. CDE HOME or CURRENT sessions are having an effect
Advise : run xrdb -q , name the application and the resource syntax used in .Xdefaults.
create a new user and test, do the resources work ?
Let me know the results ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2001 06:19 PM
тАО03-07-2001 06:19 PM
Re: How xrdb exactly works
dtwm*my_app*clientDecorations none
It works when I put it in the .Xdefaults and test it using a new user.
But when I do not use the .Xdefaults and try to do a xrdb -merge myResource, then run my application, the clientDecorations is not set. Why?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2001 12:22 AM
тАО03-08-2001 12:22 AM
Re: How xrdb exactly works
Or try a Restart WorkSpace Manager from CDE Workspace menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2001 01:43 AM
тАО03-08-2001 01:43 AM
Re: How xrdb exactly works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2001 11:51 PM
тАО03-11-2001 11:51 PM
Re: How xrdb exactly works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2001 12:19 AM
тАО03-12-2001 12:19 AM
Re: How xrdb exactly works
see dtappintegrate ? Have you read chpt 4 CDE Advanced Users Guide & sys Admin ?
Give exact details of name of application, syntax of resource and xrdb -q .... also what happens if user logs out and you perform a rm -R $HOME/.dt ?