compile systray icon launcher

pull/40/head
TomasM 2017-11-12 03:56:43 -05:00
parent 3b7ef06d01
commit 4865f107f9
3 changed files with 11 additions and 0 deletions

View File

@ -53,5 +53,16 @@ tar -xf xlunch.tar.gz
cd xlunch-master cd xlunch-master
make make
cp xlunch /squashfs-root/usr/bin 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 dir2sb /squashfs-root /03-desktop.sb

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB