Opened 18 years ago
Closed 17 years ago
#2395 closed task (fixed)
rxvt-unicode: /etc/X11/app-defaults/ not exist, should be /usr/share/X11/app-defaults/
Reported by: | pdfan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | rxvt-unicode |
Cc: |
Description (last modified by ) ¶
cat >> /etc/X11/app-defaults/URxvt << "EOF" URxvt*perl-ext: matcher URxvt*urlLauncher: firefox URxvt.background: black URxvt.foreground: yellow URxvt*font: xft:Monospace:pixelsize=12 EOF
rxvt-unicode: /etc/X11/app-defaults/ not exist, should be /usr/share/X11/app-defaults/
Change History (5)
comment:1 by , 17 years ago
Severity: | critical → normal |
---|
comment:2 by , 17 years ago
Yeah, this should be handled. We create the /etc/X11 hierarchy for Xorg for this reason. Is there some way to make it more obvious?
comment:3 by , 17 years ago
Providing a comment to bump a mail message about this ticket.
It is slated for the 6.3 release, nobody has claimed it, and I don't really have a clue what it is about (didn't try hard to figure it out).
Just as the other ticket mentioned, this needs to be closed as wontfix or deferred until after 6.3 (or somebody needs to jump in and do something about it).
comment:5 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Added "mkdir -p /etc/X11/app-defaults" to rxvt-unicode configuration instructions.
Fixed at revision 7398.
According with FHS (1), the directory /etc/X11 with various configuration files/directories should exist.
This is also covered in one of our pages and particularly in X Window System Components page (2). Please refer to that page and particularly near the bottom of the 'Configuring The X Window System' section of that same page for more info. Keep in mind that the symlinks needs fixing, as it was reported in #2391.
I will leave the ticket for a while, because there is a contradiction with a similar package, that is xterm.
(1). http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCX11CONFIGURATIONFORTHEXWINDOWS (2).http://www.linuxfromscratch.org/blfs/view/svn/x/x-setup.html