more changes to move to curl+yad

This commit is contained in:
Mikhail Tergoev
2024-02-04 17:35:21 +03:00
parent f3b1b93c6b
commit fa0e61a875
5 changed files with 54 additions and 29 deletions

View File

@ -59,8 +59,10 @@ start_portwine () {
pw_install_dll_in_prefix
init_wine_ver
edit_db_from_gui WARN_CYRILLIC_IN_PATH
unset WARN_CYRILLIC_IN_PATH
if [[ -f "$portwine_exe" ]] && [[ "${WARN_CYRILLIC_IN_PATH}" == 1 ]] ; then
edit_db_from_gui WARN_CYRILLIC_IN_PATH
unset WARN_CYRILLIC_IN_PATH
fi
if [ ! -f "${HOME}/.Xresources" ]; then
cp -f "${PORT_SCRIPTS_PATH}/.Xresources" "${HOME}"