meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wine:start [2016/12/08 14:18] – created niziak | wine:start [2020/04/16 12:50] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== WINE ====== | ||
+ | |||
+ | ====== Enable font smoothing ====== | ||
+ | <code bash> | ||
+ | |||
+ | ====== File associations ====== | ||
+ | |||
+ | ~/ | ||
+ | |||
+ | ~/ | ||
+ | |||
====== Issues ====== | ====== Issues ====== | ||
+ | |||
+ | ===== slow appliacatio nstartup ==== | ||
+ | |||
+ | I have irfanview associated to graphic files. | ||
+ | With every click on graphic file, nothing happens. Disck IO activity goes to 100% level for few seconds, and then irfan view window appear. | ||
+ | Utility '' | ||
+ | fonts directory: | ||
+ | < | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | [pid 2518271] stat64("/ | ||
+ | ... | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | ... | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | [pid 2518271] stat64("/ | ||
+ | [pid 2518271] openat(AT_FDCWD, | ||
+ | </ | ||
+ | |||
+ | === Solutions 1 === | ||
+ | [[https:// | ||
+ | [[https:// | ||
+ | <code bash> | ||
+ | wineboot --update | ||
+ | </ | ||
+ | === Solution 2 === | ||
+ | [[https:// | ||
+ | |||
+ | In winecfg: before running the installer, run winecfg. Go to the Libraries tab and type winemenubuilder.exe into the "New overrides" | ||
+ | |||
+ | Alternative: | ||
+ | |||
===== version mismatch ===== | ===== version mismatch ===== | ||
Line 12: | Line 68: | ||
pkill exe | pkill exe | ||
</ | </ | ||
+ | |||
+ | ===== Could not load wine-gecko. HTML rendering will be disabled ===== | ||
+ | |||
+ | Download the current gecko, see here: [[http:// | ||
+ | Then install it in your wineprefix: | ||
+ | <code bash> | ||
+ | |||