Bug 61597 - rxvt does not honor .Xdefaults
Summary: rxvt does not honor .Xdefaults
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rxvt
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: David Lawrence
URL:
Whiteboard:
: 54024 64532 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-21 23:51 UTC by Joseph Kotran
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-03-21 23:51:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Joseph Kotran 2002-03-21 23:51:35 UTC
Description of Problem: rxvt does not honor .Xdefaults


Version-Release number of selected component (if applicable): 2.7.8-3


How Reproducible: every time


Steps to Reproduce:
1. Execute `strace -o foo.txt rxvt` and then quit rxvt.
2. Read foo.txt in a text editor.
3. You should see something similar to:

   open("/home/username/.Xdefaults", O_RDONLY) = 4


Actual Results: You do not see the rxvt process open the user's .Xdefaults file.


Expected Results: rxvt should read and honor .Xdefaults


Additional Information:

Comment 1 Harald Hoyer 2002-03-25 13:58:10 UTC
Put them to .Xresources, then they will be loaded by xrdb on X11 startup. 
Native .Xdefaults reading is deprecated.

Comment 2 Harald Hoyer 2002-05-08 08:58:41 UTC
*** Bug 54024 has been marked as a duplicate of this bug. ***

Comment 3 Harald Hoyer 2002-05-08 08:59:25 UTC
*** Bug 64532 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.