# HG changeset patch # User Pascal Bellard # Date 1235410115 0 # Node ID de639c1eb4db80cc97ada7b97e0a3becec516872 # Parent 48447c5a5a5282d8493e316aa796804b128b9b3f boot-log.desktop: remove (any) clear screen diff -r 48447c5a5a52 -r de639c1eb4db applications/boot-log.desktop --- a/applications/boot-log.desktop Wed Feb 18 01:35:59 2009 +0100 +++ b/applications/boot-log.desktop Mon Feb 23 17:28:35 2009 +0000 @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Name=Show Boot Log -Exec=xterm -hold -title 'boot.log (shift-pgup/pgdn to scroll)' -e 'si=`cat /var/log/dmesg.log /var/log/boot.log | wc -l`; cat /var/log/dmesg.log /var/log/boot.log | head -$(($si-1))' +Exec=xterm -hold -title 'boot.log (shift-pgup/pgdn to scroll)' -e 'cat /var/log/dmesg.log /var/log/boot.log | sed "s/.\[3g.*\]R//"' Icon=other.png Type=Application Categories=System;