Cyrillic font is not shown

Asked by Alexey Derevyanko

Hi everybody,

Using unity in pipelight on Ubuntu 14.04. There's no russian font In vega conflict game. How can i add one?

Question information

Language:
English Edit question
Status:
Solved
For:
Pipelight Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Müller
Solved:
Last query:
Last reply:
Revision history for this message
WarGloom (bignikita) said :
#1

try to launch firefox
LANG=ru_RU.UTF-8 firefox&

Revision history for this message
WarGloom (bignikita) said :
#2

and use export WINEPREFIX=~/.wine-pipelight winetricks to add all other fonts

Revision history for this message
Alexey Derevyanko (deralsem) said :
#3

Nope, no luck here:

deralsem@DerNote:~$ export WINEPREFIX=~/.wine-pipelight winetricks
deralsem@DerNote:~$ LANG=ru_RU.UTF-8 firefox&
[1] 19784
deralsem@DerNote:~$
(process:19784): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

still no cyr fonts.

Revision history for this message
Best Michael Müller (mqchael) said :
#4

You need to run WINEPREFIX=~/.wine-pipelight winetricks corefonts

Revision history for this message
Alexey Derevyanko (deralsem) said :
#5

Thanks Michael Müller, that solved my question.

Revision history for this message
Alexey Derevyanko (deralsem) said :
#6

WINEPREFIX=~/.wine-pipelight winetricks [b]allfonts[/b] works even better.

Thanks!