On Mon, Nov 24, 2008 at 08:37:16AM -0600, lee wrote:
> On Mon, Nov 24, 2008 at 01:46:14PM +0800, reed wind wrote:
> 
> > After boot-up, but before log-in, comes a warning window with the following
> > message:
> > Xsession: warning XRDB command not found: X resources not merged.
> 
> Try
> 
> 
> find /etc/gdm/ -type f | xargs grep -i xrdb

Err...

Slightly wrong directory, I guess:

$ grep -r xrdb /etc/X11/Xsession*
/etc/X11/Xsession.d/30x11-common_xresources:# If xrdb (from xbase-clients) is 
installed, merge system-wide X resources.
/etc/X11/Xsession.d/30x11-common_xresources:if /usr/bin/which xrdb >/dev/null 
2>&1; then
/etc/X11/Xsession.d/30x11-common_xresources:        xrdb -merge $RESOURCEFILE
/etc/X11/Xsession.d/30x11-common_xresources:      xrdb -merge $USRRESOURCES
/etc/X11/Xsession.d/30x11-common_xresources:  message "warning: xrdb command 
not found; X resources not merged."

$ egrep -r 'RESOURCEFILE|USRRESOURCES' /etc/X11/Xsession*
/etc/X11/Xsession:USRRESOURCES=$HOME/.Xresources
/etc/X11/Xsession.d/30x11-common_xresources:    RESOURCEFILES=$(run-parts 
--list $SYSRESOURCES)
/etc/X11/Xsession.d/30x11-common_xresources:    if [ -n "$RESOURCEFILES" ]; then
/etc/X11/Xsession.d/30x11-common_xresources:      for RESOURCEFILE in 
$RESOURCEFILES; do
/etc/X11/Xsession.d/30x11-common_xresources:        xrdb -merge $RESOURCEFILE
/etc/X11/Xsession.d/30x11-common_xresources:    if [ -f "$USRRESOURCES" ]; then
/etc/X11/Xsession.d/30x11-common_xresources:      xrdb -merge $USRRESOURCES

-- 
Tzafrir Cohen         | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |                    | a Mutt's
[EMAIL PROTECTED] |                    |  best
ICQ# 16849754         |                    | friend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to