diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2010-04-26 01:18:03 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2010-04-26 01:18:03 (GMT) |
commit | b2a1209fb72193d69ad15afb8d7204f793c378e5 (patch) | |
tree | ab3d0167f63709b60101394a3b2ec0dec723078c /abs/core-testing/LinHES-system/LinHES.install | |
parent | 1c253bc91fa87e7ae4ec1fa8447c4a3754e341fc (diff) | |
download | linhes_pkgbuild-b2a1209fb72193d69ad15afb8d7204f793c378e5.zip linhes_pkgbuild-b2a1209fb72193d69ad15afb8d7204f793c378e5.tar.gz linhes_pkgbuild-b2a1209fb72193d69ad15afb8d7204f793c378e5.tar.bz2 |
LinHES-system & fluxbox: Add feature #692 - auto xterm font size
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES.install')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES.install b/abs/core-testing/LinHES-system/LinHES.install index 9f6a1c1..0f6689e 100644 --- a/abs/core-testing/LinHES-system/LinHES.install +++ b/abs/core-testing/LinHES-system/LinHES.install @@ -48,7 +48,12 @@ grep -q "pam_limits.so" /etc/pam.d/su fi +# Update mythtv's fluxbox keys files to use the tvterm.sh script to get +# an xterm. Then signal fluxbox to re-read the keys file. +sed -i.orig 's/^Mod1 x :.*xterm.*$/Mod1 x :ExecCommand tvterm.sh/g' \ + ~mythtv/.fluxbox/keys +pkill -HUP fluxbox } |