From b872b9d1650d3fbf968faaa1b4692b92784e6cbe Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Thu, 6 Nov 2025 14:46:11 +0300 Subject: [PATCH] replaced font: Microsoft Sans Serif to Tahoma --- winehelper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winehelper b/winehelper index 17558f2..4ede284 100755 --- a/winehelper +++ b/winehelper @@ -1186,6 +1186,9 @@ init_wineprefix () { # отключаем декоратор для maincontroller.exe get_and_set_reg_file --add 'Software\Wine\AppDefaults\maincontroller.exe\X11 Driver' 'Decorated' 'REG_SZ' "N" "user" + # заменям шрифт Microsoft Sans Serif на Tahoma + get_and_set_reg_file --add 'Software\Wine\Fonts\Replacements' 'Microsoft Sans Serif' 'REG_SZ' "Tahoma" "user" + # добавление ассоциаций файлов для запуска нативного приложения из wine # пример переменной: WH_XDG_OPEN="txt doc pdf" check_variables WH_XDG_OPEN "0"