PDA

View Full Version : [SOLVED] Xresources not doing anything in 13.10



adamb.infinity
December 17th, 2013, 02:22 AM
I'm trying to understand the capabilities of .Xresources yet I cannot get it do do even the most simple of configurations. For instance, I want to be able to change the background color of my terminal.
In my .Xresources file I have:


*background: #FFFFFF

I save that and then run


xrdb -merge ~/.Xresources

I have tried exiting the terminal, logging off then back on, and restarting. No luck.

I know I could change the background by using Edit-->Profile Preferences-->Colors but I want to understand Xresources

Toz
December 17th, 2013, 04:38 AM
Which terminal program are you using? The process you list works fine for xterm (and other Xt library (http://en.wikipedia.org/wiki/X_Toolkit_Intrinsics)-derived applications). If you're using gnome-terminal or xfce4-terminal, then you're out of luck - neither terminal doesn't use Xresources to set its properties. You have to use the configuration system that the program uses.

adamb.infinity
December 17th, 2013, 04:40 AM
Thank you. I am using gnome-terminal. I discovered I will need to use gconftool-2.