inst1=$($yad_gui--title"Install${portname}"--text"Выберите путь для установки (обновления) ${portname},\nили оставьте его по умолчанию.\n\nВнимание:\nУстанавливать необходимо на файловую систему Linux (ext4, btrfs и прочие)."--list--radiolist--width=600 --height=200 \
inst1=$($yad_gui--title"Установкка${portname}"--text"Выберите путь для установки (обновления) ${portname},\nили оставьте его по умолчанию.\n\nВнимание:\nУстанавливать необходимо на файловую систему Linux (ext4, btrfs и прочие)."--list--radiolist--width=600 --height=200 \
--column="Выбор"--column"Путь:"\
--column="Выбор"--column"Путь:"\
TRUE "${def_path}"\
TRUE "${def_path}"\
FALSE "Другой путь...")
FALSE "Другой путь...")
...
@@ -90,8 +115,21 @@ if [[ "${PW_USE_NS}" != "1" ]] ; then
...
@@ -90,8 +115,21 @@ if [[ "${PW_USE_NS}" != "1" ]] ; then
inst1=$($yad_gui--title"Instalar ${portname}"--text"Selecciona la ruta de instalación (actualización) ${portname},\no déjalo en el valor predeterminado. \n\nAtención:\nInstala en un sistema de archivos Linux (ext4, btrfs, etc.)."--list--radiolist--width=600 --height=200 \
--column="Elección"--column"Camino"\
TRUE "${def_path}"\
FALSE "Otro camino...")
["$?"!="0"]&&exit 1
inst1="$(echo$inst1 | awk-F'|''{print $2}')"
case$inst1in
"${def_path}")
D_PATH="${def_path}";;
"Otro camino...")
D_PATH="$($yad_gui--file--directory--title="Selecciona el camino..."--width=800 --height=800)";;
esac;;
"English")
"English")
inst1=$($yad_gui--title"Install ${portname}"--text"Select the installation path (update) port,\nor leave it in default."--list--radiolist--width=600 --height=200 \
inst1=$($yad_gui--title"Install ${portname}"--text"Select the installation path (update) ${portname},\nor leave it in default. \n\nAttention:\nInstall on a Linux file system (ext4, btrfs, etc.)"--list--radiolist--width=600 --height=200 \
--column="Set..."--column"Path:"\
--column="Set..."--column"Path:"\
TRUE "${def_path}"\
TRUE "${def_path}"\
FALSE "Other path...")
FALSE "Other path...")
...
@@ -112,39 +150,57 @@ if [[ "${PW_USE_NS}" != "1" ]] ; then
...
@@ -112,39 +150,57 @@ if [[ "${PW_USE_NS}" != "1" ]] ; then