skip squashfs filesystems in media, update xlunch

This commit is contained in:
TomasM
2017-12-15 05:46:39 -05:00
parent 1093026183
commit cb0039761a
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -54,12 +54,13 @@ cp debian/$NAME/usr/bin/fluxbox /squashfs-root/usr/bin
# add xlunch from sources
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.1.3.tar.gz
wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.2.4.tar.gz
cd /tmp
tar -xf xlunch.tar.gz
cd xlunch-3.1.3
cd xlunch-3.2.4
make
cp xlunch /squashfs-root/usr/bin
cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick
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
@@ -1,7 +1,7 @@
#!/bin/bash
COMMAND=$(
xlunch --input /etc/xlunch/entries.dsv \
xlunch --input /etc/xlunch/entries.dsv --scroll \
--background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \
--voidclickterminate --iconpadding 30 --textpadding 10 \
--paddingswap --leastmargin 10 --hidemissing --iconsize 128 \