diff --git a/Slax/debian/modules/04-apps/build b/Slax/debian/modules/04-apps/build index 2781701..921f955 100755 --- a/Slax/debian/modules/04-apps/build +++ b/Slax/debian/modules/04-apps/build @@ -7,6 +7,7 @@ apt-get install --no-install-recommends --yes \ leafpad \ qalculate-gtk \ pcmanfm \ + lxtask \ xarchiver xdg-utils libgconf-2-4 \ 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/pcmanfm.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 diff --git a/Slax/debian/modules/04-apps/rootcopy/usr/share/applications/zlxtask.desktop b/Slax/debian/modules/04-apps/rootcopy/usr/share/applications/zlxtask.desktop new file mode 100644 index 0000000..12aa220 --- /dev/null +++ b/Slax/debian/modules/04-apps/rootcopy/usr/share/applications/zlxtask.desktop @@ -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; diff --git a/Slax/debian/modules/04-apps/rootcopy/usr/share/icons/hicolor/64x64/apps/utilities-system-monitor.png b/Slax/debian/modules/04-apps/rootcopy/usr/share/icons/hicolor/64x64/apps/utilities-system-monitor.png new file mode 100644 index 0000000..f3b5041 Binary files /dev/null and b/Slax/debian/modules/04-apps/rootcopy/usr/share/icons/hicolor/64x64/apps/utilities-system-monitor.png differ