slitaz-boot-scripts diff applications/boot-log.desktop @ rev 71

Option: mount (Mount all ext3 local partitions automaticaly
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 27 12:59:57 2008 +0200 (2008-04-27)
parents
children d76432221c42
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/applications/boot-log.desktop	Sun Apr 27 12:59:57 2008 +0200
     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;