[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fwd: Xsession: warning XRDB command not found: X resources not merged.



Thanks for all of your help.
first,my english is poor.
This program i have resolved.The error said xrdb command not found.Then i reinstall the "xbase-clients",but it doesn't work.Then i installed the pakeages "x11-server-utilis".it has the "xrdb".so the problem had fixed.

but i don't know why this problem happened,because a few days ago xfce run well.
i think it may because i uninstall something when i install the eva.

Forwarded conversation
Subject: Xsession: warning XRDB command not found: X resources not merged.
------------------------

From: reed wind <reedwind@gmail.com>
Date: 2008/11/24
To: debian-user@lists.debian.org


Hello!

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.

At first, I was getting a small square window with a large lightbulb. It said:

Xsession

and needed to be "OK'd". Then and now everything seems to start normally, but I'm worried. What is the meaning of this warning?

my x-windows is xfce4



----------
From: lee <lee@yun.yagibdah.de>
Date: 2008/11/24
To: debian-user@lists.debian.org


Try


find /etc/gdm/ -type f | xargs grep -i xrdb


and see what shows up. Do you have xrdb installed?

man xrdb:


DESCRIPTION
      Xrdb is used to get or set the contents of the
      RESOURCE_MANAGER property on the root window of screen 0, or
      the SCREEN_RESOURCES property on the root window of any or all
      screens, or everything combined.  You would  normally  run
      this program from your X startup file.

      Most X clients use the RESOURCE_MANAGER and SCREEN_RESOURCES
      properties to get user preferences about color, fonts,
      and so on for applications.


--
http://en.wikipedia.org/wiki/Posting_style


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


----------
From: Tzafrir Cohen <tzafrir@cohens.org.il>
Date: 2008/11/25
To: debian-user@lists.debian.org


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         | tzafrir@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzafrir@cohens.org.il |                    |  best
ICQ# 16849754         |                    | friend



Reply to: