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

Re: gnome-session ignores .Xdefaults



Incoming from Tom Vier:
> for some reason gnome-session doesn't read .Xdefaults. so all my rxvt,
> emacs, etc settings are lost. a black on white emacs is lame. windowmaker
> works fine (which is what i've been using for years).

See whether .xsession or .xinitrc sources it.  You'll have to
determine which of those two gnome-session uses.  Stock Debian with
[xkg]dm uses .xinitrc, I believe.  I use startx and .xinitrc is
ignored here.

userresources=$HOME/.Xresources
if [ -f $userresources ]; then
  xrdb -merge $userresources
fi


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)               http://www.spots.ab.ca/~keeling 
- -



Reply to: