From 0f64b1c0d0db19a6dbd01262e6d00174241d3930 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 16 Sep 2016 08:18:52 -0400 Subject: Another quick fix for the menu script - ensure the open directory option is always at the top of the list. --- src-qt5/core/menu-scripts/ls.json.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5') diff --git a/src-qt5/core/menu-scripts/ls.json.sh b/src-qt5/core/menu-scripts/ls.json.sh index 9c63c2b8..43b0ead6 100755 --- a/src-qt5/core/menu-scripts/ls.json.sh +++ b/src-qt5/core/menu-scripts/ls.json.sh @@ -4,7 +4,7 @@ if [ "$1" == "" ] ; then DIR=`pwd` fi -OUT="${OUT} \"Open Directory\" : { \"type\" : \"item\", \"icon\":\"document-open\", \"action\" : \"xdg-open \\\"${DIR}\\\"\"}" +OUT="${OUT} \" Open Directory\" : { \"type\" : \"item\", \"icon\":\"document-open\", \"action\" : \"xdg-open \\\"${DIR}\\\"\"}" ls "${DIR}" > /tmp/.tmp.lines.$$ while read name do -- cgit