meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wine:start [2017/01/18 20:13] – niziak | wine:start [2020/04/16 12:50] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== WINE ====== | ||
+ | |||
====== Enable font smoothing ====== | ====== Enable font smoothing ====== | ||
<code bash> | <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 17: | 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> | ||
+ | |||