From d66e57384b84799905abbf164337b41ad45636a2 Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Sat, 18 Sep 2021 17:32:49 -0400 Subject: [PATCH] sxmo_appmenu: add gnome chess Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_appmenu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 08c4464..d575b83 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -91,6 +91,7 @@ programchoicesinit() { $(command -v gedit >/dev/null && echo "$icon_edt Gedit ^ 0 ^ gedit") $(command -v geeqie >/dev/null && echo "$icon_img Geeqie ^ 0 ^ geeqie") $(command -v giara >/dev/null && echo "$icon_red Giara ^ 0 ^ giara") + $(command -v gnome-chess>/dev/null && echo "$icon_itm Gnome Chess ^ 0 ^ gnome-chess") $(command -v gomuks >/dev/null && echo "$icon_msg Gomuks ^ 0 ^ sxmo_terminal.sh gomuks") $(command -v gucharmap >/dev/null && echo "$icon_inf Gucharmap ^ 0 ^ gucharmap") $(command -v hexchat >/dev/null && echo "$icon_msg Hexchat ^ 0 ^ hexchat")