Bug 4686

Summary: ctwm installs images into /etc/X11 instead of somewhere else
Product: Sisyphus Reporter: Fr. Br. George <george>
Component: ctwmAssignee: Fr. Br. George <george>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P3 CC: george
Version: unstable   
Hardware: all   
OS: Linux   

Description Fr. Br. George 2004-07-05 16:04:19 MSD
The ctwm package uses /etc/X11 for pixmap storage. This is not a good idea,
because /etc is usually located in / filesystem, which is small, and /usr/X11R6
is located in /usr, which is bigger. Please make ctwm place all the staff
somewhere in, e.g. /usr/X11R6/share or alike.
Steps to Reproduce:
1. apt-get install ctwm
2.  du -sk /etc/X11/twm
Actual Results:  
1295    /etc/X11/twm

Expected Results:  
no non-configuration staff in /etc
Comment 1 Fr. Br. George 2004-07-05 16:05:56 MSD
Well, it's minor bug, and it's my work to fix it. George.
Comment 2 Fr. Br. George 2004-07-26 16:30:34 MSD
Fixed, that's all. Eventually found some unpackaged scripts, so added tham too.