From d292f6388214126d6380abcff055a28a894ef6c4 Mon Sep 17 00:00:00 2001 From: TomasM Date: Mon, 13 Nov 2017 11:19:58 -0500 Subject: [PATCH] Use newest xlunch version with auto border support --- Slax/debian/modules/03-desktop/build | 4 ++-- Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout | 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 5c9707c..b75b362 100755 --- a/Slax/debian/modules/03-desktop/build +++ b/Slax/debian/modules/03-desktop/build @@ -47,10 +47,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.1.2.tar.gz +wget -O /tmp/xlunch.tar.gz https://github.com/Tomas-M/xlunch/archive/v3.1.3.tar.gz cd /tmp tar -xf xlunch.tar.gz -cd xlunch-3.1.2 +cd xlunch-3.1.3 make cp xlunch /squashfs-root/usr/bin mkdir -p /squashfs-root/usr/share/icons/hicolor/48x48/apps/ diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout index 97c6518..9417239 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fblogout @@ -1,7 +1,7 @@ #!/bin/bash COMMAND=$( - xlunch --input /etc/xlunch/logout.dsv --noprompt --center --columns 3 --rows 1 \ + xlunch --input /etc/xlunch/logout.dsv --noprompt --border auto --columns 3 --rows 1 \ --background /usr/share/wallpapers/slax_wallpaper.jpg --font DejaVuSans/11 \ --voidclickterminate --iconpadding 30 --textpadding 10 \ --paddingswap --leastmargin 10 --hidemissing --iconsize 128 \