diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 78c00f61..6c152d87 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -2395,7 +2395,7 @@ start_portwine () { WINE_WAYLAND_VAR="$(grep "x11,wayland" "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/user.reg")" if [[ "${PW_USE_NATIVE_WAYLAND}" == "1" ]] ; then if [[ ! "$WINE_WAYLAND_VAR" ]] ; then - print_info "Enable experemental Wayland support" + print_info "Enable experimental Wayland support" ${pw_runtime} LD_LIBRARY_PATH="${PW_LD_LIBRARY_PATH}:${WINE_LIBRARY_PATH}" GST_PLUGIN_SYSTEM_PATH_1_0="" \ "${WINELOADER}" reg add "HKEY_CURRENT_USER\Software\Wine\Drivers" /v "Graphics" /t REG_SZ /d "x11,wayland" /f fi @@ -2404,9 +2404,9 @@ start_portwine () { else unset PW_DISPLAY if [[ "$WINE_WAYLAND_VAR" ]] ; then - print_info "Disable experemental Wayland support" + print_info "Disable experimental Wayland support" ${pw_runtime} LD_LIBRARY_PATH="${PW_LD_LIBRARY_PATH}:${WINE_LIBRARY_PATH}" GST_PLUGIN_SYSTEM_PATH_1_0="" \ - "${WINELOADER}" reg delete "HKCU\Software\Wine\Drivers" /v Graphics /f + "${WINELOADER}" reg delete "HKEY_CURRENT_USER\Software\Wine\Drivers" /v Graphics /f fi fi