Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] "~/.Xdefaults" works, but "~/.Xresources" doesn't
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 698
Location: San Diego, CA

PostPosted: Tue Oct 15, 2013 3:52 pm    Post subject: [Solved] "~/.Xdefaults" works, but "~/.Xresou Reply with quote

I have a fresh install with X, fluxbox, and urxvt. According to rxvt-unicode Wiki (http://wiki.gentoo.org/wiki/Rxvt-unicode), I can add the settings to "~/.Xdefaults" but "~/.Xresources" is preferred.

The problem is, if I put my settings to "~/.Xresources", they are not recognized; putting them to "~/.Xdefaults" always works. I'd like to know why so.
__
sol


Last edited by solamour on Tue Oct 15, 2013 6:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
Gentoo64
n00b
n00b


Joined: 21 Oct 2011
Posts: 52
Location: ::

PostPosted: Tue Oct 15, 2013 4:23 pm    Post subject: Reply with quote

Have you tried running xrdb -load ~/.Xresources ?

You'll probably have to add that command to your startup list.
Back to top
View user's profile Send private message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 698
Location: San Diego, CA

PostPosted: Tue Oct 15, 2013 6:14 pm    Post subject: Reply with quote

Gentoo64 wrote:
Have you tried running xrdb -load ~/.Xresources ?

That did the trick. Thanks.

One thing I noticed is that the settings are preserved even after I reboot the system (and even if I don't load it in "~/.xinitrc"). Do you happen to know where xrdb is storing the settings?
__
sol
Back to top
View user's profile Send private message
Gentoo64
n00b
n00b


Joined: 21 Oct 2011
Posts: 52
Location: ::

PostPosted: Wed Oct 16, 2013 7:18 pm    Post subject: Reply with quote

Did you remove .Xdefaults?
Back to top
View user's profile Send private message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 698
Location: San Diego, CA

PostPosted: Wed Oct 16, 2013 8:12 pm    Post subject: Reply with quote

I think this is what happens. My "~/.xinitrc" loads "~/.Xresources".
Code:
~/.xinitrc
    [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
    /usr/bin/startfluxbox


But "~/.xinitrc" is used only when the graphical login automatically starts OR when I issue "startx" from the command line; if I stay in the console without starting X, the settings in "~/.Xresources" are not used.

On the other hand, "~/.Xdefaults" is used no matter how an X program starts, which makes it somewhat inefficient, and perhaps that's why it's not encouraged to use it.

Anyhow, it's clear what to do now. Thanks for taking time to respond.
__
sol
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum