Ubuntu 14.04 Steam questão da fonte

1

Eu recentemente instalei uma nova cópia do trusty e vou usar o vapor novamente. A instalação foi fácil, o vapor começa bem, mas o resultado parece que falta algumas fontes ...

Eu pensei em perder o mscorefont em que o Steam está usando muito, mas eu instalei isso antes

sudo apt-get install ttf-mscorefonts-installer 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ttf-mscorefonts-installer is already the newest version.

A execução do vapor em um env de shell mostra isso:

steam
Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
[2015-03-03 18:36:35] Startup - updater built Feb 18 2015 15:31:44
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
[2015-03-03 18:36:35] Verifying installation...
[2015-03-03 18:36:35] Verification complete
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "unity-gtk-module"
Installing breakpad exception handler for appid(steam)/version(1424305157)
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "unity-gtk-module"
Installing breakpad exception handler for appid(steamwebhelper)/version(20150218153139)
Installing breakpad exception handler for appid(steamwebhelper)/version(1424273499)
Installing breakpad exception handler for appid(steamwebhelper)/version(20150218153139)
Installing breakpad exception handler for appid(steamwebhelper)/version(1424305157)
Installing breakpad exception handler for appid(steamwebhelper)/version(1424305157)
[0303/183635:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
FillInMachineIDInfo took a total of 0 milliseconds
Installing breakpad exception handler for appid(steam)/version(1424305157)
Installing breakpad exception handler for appid(steam)/version(1424305157)
[0303/183636:ERROR:renderer_main.cc(227)] Running without renderer sandbox
[0303/183636:ERROR:renderer_main.cc(227)] Running without renderer sandbox
Generating new string page texture 12: 32x256, total string texture memory is 32,77 KB
Generating new string page texture 13: 128x256, total string texture memory is 163,84 KB
Generating new string page texture 14: 256x256, total string texture memory is 425,98 KB
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number

overlay-scrollbar e unity-gtk-module podem não ser o motivo:

sudo apt-get install overlay-scrollbar
Reading package lists... Done
Building dependency tree       
Reading state information... Done
overlay-scrollbar is already the newest version.

sudo apt-get install unity-gtk-module-common 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
unity-gtk-module-common is already the newest version.

Não tenho certeza do que isso significa exatamente:

Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element

Talvez alguém possa me esclarecer:)

    
por John Meshwinster 03.03.2015 / 18:54

1 resposta

1

Verifique sua pasta ~/.fonts .

Se esta pasta estiver vazia, faça o download do SteamFonts e extraia o conteúdo desta arquivar na sua pasta ~/.fonts .

Após uma reinicialização a vapor, as fontes devem estar de volta.

    
por LittleHelper 14.04.2015 / 06:21