# HG changeset patch # User Pascal Bellard # Date 1303837608 -7200 # Node ID 57877ce4dbf3fbbde7d5d49d96c0b9a345b8bb5c # Parent ad00280438a6602fe5c0b5d2598b72532eec6d82 busybox: remove .desktop files covered by tazpanel diff -r ad00280438a6 -r 57877ce4dbf3 busybox/receipt --- a/busybox/receipt Tue Apr 26 15:26:46 2011 +0200 +++ b/busybox/receipt Tue Apr 26 19:06:48 2011 +0200 @@ -91,9 +91,6 @@ # Httpd stuff. cp $stuff/httpd_helper.sh $fs/usr/bin chmod +x $fs/usr/bin/httpd_helper.sh - # .desktop stuff - mkdir -p $fs/usr/share - cp -a $stuff/applications $fs/usr/share } # Force glibc-2.7 reinstall if 2.3.6 still in use. diff -r ad00280438a6 -r 57877ce4dbf3 busybox/stuff/applications/pcan.desktop --- a/busybox/stuff/applications/pcan.desktop Tue Apr 26 15:26:46 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Local ports scan -Name[fr_FR]=Analyse locale des ports -Name[zh_CN]=本地端口扫描 -Exec=xterm -hold -e 'pscan localhost' -Icon=other.png -Type=Application -Categories=Network; diff -r ad00280438a6 -r 57877ce4dbf3 busybox/stuff/applications/top.desktop --- a/busybox/stuff/applications/top.desktop Tue Apr 26 15:26:46 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Top Processes Viewer -Name[fr_FR]=Processus les plus actifs -Name[zh_CN]=进程管理器 -Type=Application -Comment=Show System Processes -Comment[fr_FR]=Afficher les processus système -Exec=xterm -e top -Icon=other.png -Categories=ConsoleOnly;System;Application; -GenericName=Process Viewer