FG
💻 Software

What is the difference between .Xresources and .Xdefaults?

Fresh7 days ago
Mar 15, 202664139 views
Confidence Score1%
1%

Problem

These two files seem to have the same function. What is the difference between the two if any?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What is the difference between .Xresources and .Xdefaults?

Low Risk

is the older method of storing X resources. This file is re-read every time an Xlib program is started. If X11 is used over the network, the file must be present on the same filesystem as the programs. is newer. It is loaded with into the property of the X11 root window. Whenever any program looks up a resource, it is read from RESOURCE_MANAGER without touching any files. If the RESOURCE_MANAGER property does not exist, Xlib falls back to the old method of reading ~/.Xdefaults on every program …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment