Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52832 - gdm does not read .Xdefaults
Summary: gdm does not read .Xdefaults
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 16:52 UTC by Lars Weiler (RETIRED)
Modified: 2004-06-03 14:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Weiler (RETIRED) gentoo-dev 2004-06-02 16:52:28 UTC
Since upgrade to gdm-2.4.4.7-r1 the ~/.Xdefaults (wich xterm-settings and a lot more of config) will not be read any more.

I edited the /etc/X11/gdm/Xsession, so that ~/.Xdefaults will be read again (like .Xresources).

General question: Is .Xdefaults deprecated and only .Xresources should be used?  Otherwise it would be nice to include the .Xdefaults again.
Comment 1 foser (RETIRED) gentoo-dev 2004-06-03 02:41:47 UTC
afaik .Xresources is what .Xdefaults used to be & the latter is indeed deprecated.

Spyderous, do you know anything more about that ?
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-06-03 13:56:25 UTC
These two commands are fairly revealing:

grep '.Xdefaults' -r /etc/X11/
grep '.Xresources' -r /etc/X11/

All our config stuff uses the latter, so I suggest you do too. I'm not sure on the history of it, but I can confirm that .Xresources is what to use now.
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2004-06-03 14:39:59 UTC
Thanks for your information, guys.

I will just close this bug and tell it to other users who have the same problem ;-)