From 325fdf76ecdccadd84a41c69e94b71327fc14b67 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Sun, 28 Mar 2021 17:03:18 +0200 Subject: [PATCH] Do not run SHELL in login mode As this mode is used on console and SSH login (this reverts 8fc92c55d5ed8b8c8369d7dee72f7ce5682c73c9) Signed-off-by: Stacy Harper Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_appmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index fdabacf..6629af8 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -93,7 +93,7 @@ programchoicesinit() { $(command -v ranger >/dev/null && echo "$icon_dir Ranger ^ 0 ^ st -e ranger") $(command -v sacc >/dev/null && echo "$icon_itm Sacc ^ 0 ^ st -e sacc i-logout.cz/1/bongusta") $(command -v sic >/dev/null && echo "$icon_itm Sic ^ 0 ^ st -e sic") - $(command -v st >/dev/null && echo "$icon_trm St ^ 0 ^ st -e $SHELL -l") + $(command -v st >/dev/null && echo "$icon_trm St ^ 0 ^ st -e $SHELL") $(command -v surf >/dev/null && echo "$icon_glb Surf ^ 0 ^ surf") $(command -v syncthing >/dev/null && echo "$icon_rld Syncthing ^ 0 ^ syncthing") $(command -v telegram-desktop >/dev/null && echo "$icon_tgm Telegram ^ 0 ^ telegram-desktop")