Bug 181765

Summary: xdm doesn't merge Xresources
Product: [Fedora] Fedora Reporter: Jiri Slaby <jirislaby>
Component: xorg-x11-xdmAssignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-16 13:38:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jiri Slaby 2006-02-16 12:24:24 UTC
/etc/X11/xdm/Xsetup_0: line 15: xrdb: command not found

solution:
instead of
if [ -f "$sysresources" ]; then
    xrdb -merge "$sysresources"
fi
there should be 
if [ -f "$sysresources" ]; then
    /usr/bin/xrdb -merge "$sysresources"
fi

Comment 1 Jiri Slaby 2006-02-16 12:39:32 UTC
Oops, old logs, but Xresources are not merged at all.
Be back, after more testing.

Comment 2 Jiri Slaby 2006-02-16 13:38:30 UTC
Not a bug, resources are only "overwritten", sorry.