diff --git a/Slax/debian/modules/03-desktop/build b/Slax/debian/modules/03-desktop/build index 56228f0..0986760 100755 --- a/Slax/debian/modules/03-desktop/build +++ b/Slax/debian/modules/03-desktop/build @@ -53,5 +53,16 @@ tar -xf xlunch.tar.gz cd xlunch-master make cp xlunch /squashfs-root/usr/bin +mkdir -p /squashfs-root/usr/share/icons/hicolor/48x48/apps/ +cp extra/ghost.png /squashfs-root/usr/share/icons/hicolor/48x48/apps/xlunch_ghost.png + +# add tray icon launcher +wget -O /tmp/systrayiconlauncher.tar.gz https://github.com/Tomas-M/SystrayIconLauncher/archive/master.tar.gz +cd /tmp +tar -xf systrayiconlauncher.tar.gz +cd SystrayIconLauncher-master +apt-get install --yes libgtk2.0-dev +make +cp systrayicon /squashfs-root/usr/bin dir2sb /squashfs-root /03-desktop.sb diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/share/icons/hicolor/48x48/apps/xlunch_ghost.png b/Slax/debian/modules/03-desktop/rootcopy/usr/share/icons/hicolor/48x48/apps/xlunch_ghost.png deleted file mode 100644 index 5a37990..0000000 Binary files a/Slax/debian/modules/03-desktop/rootcopy/usr/share/icons/hicolor/48x48/apps/xlunch_ghost.png and /dev/null differ diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/share/icons/locolor/16x16/actions/system-shutdown-symbolic.png b/Slax/debian/modules/03-desktop/rootcopy/usr/share/icons/locolor/16x16/actions/system-shutdown-symbolic.png new file mode 100644 index 0000000..5c145e8 Binary files /dev/null and b/Slax/debian/modules/03-desktop/rootcopy/usr/share/icons/locolor/16x16/actions/system-shutdown-symbolic.png differ