mode=$(printf "%b" "${MENU_DAS}" | sa_fzf --prompt="" --header="${MSG_GEN_DESKAPPS}" --preview 'solseek -ssh AMM_DASUB')
mode=${mode%|*}

# For Appstream we have extra parsing
if [[ "$mode" == *:* ]]; then
    IFS=':' read -r mode ascat <<< "$mode"
fi

case "$mode" in
    "AMM_DCAT") solseek subact las "$ascat" ;;
    "A_BACK" | "") exit 0 ;;
esac
