add lxtask
parent
e38a548377
commit
a662e1b35e
|
|
@ -7,6 +7,7 @@ apt-get install --no-install-recommends --yes \
|
||||||
leafpad \
|
leafpad \
|
||||||
qalculate-gtk \
|
qalculate-gtk \
|
||||||
pcmanfm \
|
pcmanfm \
|
||||||
|
lxtask \
|
||||||
xarchiver xdg-utils libgconf-2-4 \
|
xarchiver xdg-utils libgconf-2-4 \
|
||||||
wicd
|
wicd
|
||||||
|
|
||||||
|
|
@ -47,5 +48,6 @@ rm -f /squashfs-root/usr/share/applications/leafpad.desktop
|
||||||
rm -f /squashfs-root/usr/share/applications/qalculate-gtk.desktop
|
rm -f /squashfs-root/usr/share/applications/qalculate-gtk.desktop
|
||||||
rm -f /squashfs-root/usr/share/applications/pcmanfm.desktop
|
rm -f /squashfs-root/usr/share/applications/pcmanfm.desktop
|
||||||
rm -f /squashfs-root/usr/share/applications/wicd.desktop
|
rm -f /squashfs-root/usr/share/applications/wicd.desktop
|
||||||
|
rm -f /squashfs-root/usr/share/applications/lxtask.desktop
|
||||||
|
|
||||||
dir2sb /squashfs-root /04-apps.sb
|
dir2sb /squashfs-root /04-apps.sb
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Task Manager
|
||||||
|
Comment=Manage running processes
|
||||||
|
GenericName=Process manager
|
||||||
|
Keywords=task;kill;suspend;processor;memory;monitoring;performance;
|
||||||
|
Exec=lxtask
|
||||||
|
Icon=utilities-system-monitor
|
||||||
|
Terminal=false
|
||||||
|
StartupNotify=true
|
||||||
|
Type=Application
|
||||||
|
Categories=GTK;System;Monitor;
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue