diff --git a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect index 0a1627f..e4615d3 100755 --- a/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect +++ b/Slax/debian/modules/03-desktop/rootcopy/usr/bin/fbappselect @@ -7,6 +7,10 @@ exec xlunch --input /etc/xlunch/entries.dsv \ --highlight /usr/share/icons/hicolor/128x128/apps/xlunch_highlight.png \ --outputonly | while read LINE; do + if [ "$LINE" = "" ]; then + continue + fi + fbstartupnotify cmd="$(echo $LINE | sed -r "s/\\s.*//")"