From 9d0477876d2fd0f288dced244290e73e20a7b7f5 Mon Sep 17 00:00:00 2001 From: TomasM Date: Fri, 23 Nov 2018 14:37:45 +0000 Subject: [PATCH] Update to newest xlunch version supporting scrollbar indicator --- Slax/debian/modules/03-desktop/build | 4 ++-- Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Slax/debian/modules/03-desktop/build b/Slax/debian/modules/03-desktop/build index 0e7bc85..d3c0267 100755 --- a/Slax/debian/modules/03-desktop/build +++ b/Slax/debian/modules/03-desktop/build @@ -64,10 +64,10 @@ 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.2.13.tar.gz +wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v4.0.1.tar.gz cd /tmp tar -xf xlunch.tar.gz -cd xlunch-3.2.13 +cd xlunch-4.0.1 make cp xlunch /squashfs-root/usr/bin cp extra/gentriesquick /squashfs-root/usr/bin/xlunch_genquick diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect index 5c05358..e3f8cd9 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect @@ -2,7 +2,7 @@ COMMAND=$( xlunch_genquick 64 | \ - xlunch --scroll --border 7% --sideborder 10% --borderratio 100 --sideborderratio 50 \ + xlunch --border 7% --sideborder 10% --borderratio 100 --sideborderratio 50 \ --background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \ --voidclickterminate --iconpadding 40 --textpadding 10 \ --paddingswap --leastmargin 6 --hidemissing --iconsize 64 \