Bug 1543 - Xterm: Reverse video setting is ignored if *background X resource is present
Summary: Xterm: Reverse video setting is ignored if *background X resource is present
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: App/xterm (show other bugs)
Version: 6.7.0
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-05 21:32 UTC by Michael Grigoriev
Modified: 2004-11-22 08:51 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Michael Grigoriev 2004-10-05 21:32:50 UTC
Start 'xterm -rv' - it has reverse video as expected
add '*background:    #eaeaea' to your .Xdefaults or whatever and run 'xrdb
.Xdefaults'
run 'xterm -rv' again.

What happened to my reverse video?? It's gone!
Command line switches should always override config file settings...

Happens with both 191 and 196.
Comment 1 Michael Grigoriev 2004-10-05 21:49:34 UTC
PS. This is very annoying because gnome-settings-daemon (which is used by most
gnome applications) sets the background resourse. 
Comment 2 Thomas Dickey 2004-11-23 03:51:59 UTC
xterm uses the standard calls XtOpenApplication or XtAppInitialize,
which interpret the reverse video option.  It is an implementation
detail of those calls whether the command line option overrides
other resource settings.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.