wok-current diff xterm/receipt @ rev 19635
Up SliTaz projects: cookutils(867), slitaz-base-files(321), slitaz-boot-scripts(437), slitaz-tools(1009), tazbug(95), tazirc(20), tazlito(448), tazpkg(933).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jan 17 17:38:43 2017 +0200 (2017-01-17) |
parents | 4464f66eb0d2 |
children | a78610b2eb47 |
line diff
1.1 --- a/xterm/receipt Fri Jan 08 07:16:21 2016 +0000 1.2 +++ b/xterm/receipt Tue Jan 17 17:38:43 2017 +0200 1.3 @@ -55,6 +55,15 @@ 1.4 find $fs -regex '.*\(2.\|U\|I\|8r\|ux\|man\).*' -delete 1.5 rm -rf $fs/usr/share/pixmaps 1.6 ln -s xterm $fs/usr/bin/uxterm 1.7 + cat >> $fs/usr/share/X11/app-defaults/XTerm <<EOT 1.8 +! 1.9 +! libXaw3d options 1.10 +xterm*beNiceToColormap: false 1.11 +xterm*SmeBSB.shadowWidth: 3 1.12 +xterm*topShadowContrast: 20 1.13 +xterm*bottomShadowContrast: 50 1.14 +EOT 1.15 + chown -R root:root $fs 1.16 } 1.17 1.18 # One of the first X apps cross compiled. Be sure all went well