Opened 17 years ago

Closed 16 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: blfs-book@…
Priority: normal Milestone: 6.3
Component: BOOK Version: SVN
Severity: normal Keywords: rxvt-unicode
Cc:

Description (last modified by bdubbs@…)

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 Ag. Hatzimanikas, 16 years ago

Severity: criticalnormal

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

comment:2 by dnicholson@…, 16 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 Randy McMurchy, 16 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:4 by Ag. Hatzimanikas, 16 years ago

This can be closed after fixing #2391

comment:5 by bdubbs@…, 16 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Added "mkdir -p /etc/X11/app-defaults" to rxvt-unicode configuration instructions.

Fixed at revision 7398.

Note: See TracTickets for help on using tickets.