فهرست منبع

run wincfg at end of setup procedure to create font cache and to provide useful possibility to configure WINE settings

Ralf S. Engelschall 22 سال پیش
والد
کامیت
d65167cc6f
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      wine/winesetup.sh

+ 6 - 0
wine/winesetup.sh

@@ -88,3 +88,9 @@ if [ ! -f $HOME/.wine/system.reg ]; then
     $l_prefix/bin/regedit $l_prefix/share/wine/winedefault.reg
 fi
 
+#   run an initial Windows application for enforcing the
+#   a default registry entries
+echo "++ running WINE configuration utility"
+echo "   (be patient, it enforces font scanning)"
+$l_prefix/bin/winecfg
+