slitaz-boot-scripts rev 51 1.7

Desktop entry to show Boot Log file
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 15:13:40 2008 +0100 (2008-03-10)
parents 5535068053f4
children e8b7c25c63ca
files applications/boot-log.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/applications/boot-log.desktop	Mon Mar 10 15:13:40 2008 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +[Desktop Entry]
     1.5 +Encoding=UTF-8
     1.6 +Name=Show Boot Log
     1.7 +Exec=xterm -hold -e 'si=`cat /var/log/boot.log | wc -l`; sh=$(($si-1)); head -$sh /var/log/boot.log'
     1.8 +Icon=/usr/share/icons/Tango/jwm/applications-other.png
     1.9 +Type=Application
    1.10 +Categories=System;