SliTaz SliTaz Forum

You are not logged in.

#1 2014-02-17 11:41:40

marcb
Member
Registered: 2011-08-01
Posts: 22

fixing google earth fonts issues

ge has multiple issues (installing and running), eg lsb support

[c]

ln -sf /lib/ld-linux.so.2 /lib/ld-lsb.so.3

[/c]

regarding only font ones there are some workaround

super speed:

[c]

/home/tux/google-earth/googleearth -fn n

[/c]

less speedy, but more complete

install liberation-fonts (or corefonts) and mkfontscale/mkfontdir

[c]

root@slitaz:/home/tux# tazpkg -gi liberation-fonts

root@slitaz:/home/tux# tazpkg -gi xorg-mkfontdir

root@slitaz:/home/tux# mkfontscale /usr/share/fonts/truetype/liberation-fonts

root@slitaz:/home/tux# mkfontdir /usr/share/fonts/truetype/liberation-fonts

[/c]

add font to x server

[c]

xset +fp /usr/share/fonts/truetype/liberation-fonts

[/c]

in a single command

[c]

sh -c 'xset +fp /usr/share/fonts/truetype/liberation-fonts && /home/tux/google-earth/googleearth %f'

[/c]

even more slow

download and extract

http://packages.linuxmint.com/pool/import/g/googleearth/googleearth_6.2.2.6613-r0_i386.deb

you can also play with .config/Trolltech.conf

eg.

[c]

[Qt]

Palette\active=#353535, #e0e0e0, #ffffff, #cbc7c4, #bbbbbb, #b8b5b2, #353535, #ffffff, #353535, #ededed, #e0e0e0, #acacac, #c7cfbc, #000000, #0000ff, #ff00ff, #dedede, #000000, #ffffdc, #353535

Palette\disabled=#8a8a8a, #e0e0e0, #ffffff, #cbc7c4, #bbbbbb, #b8b5b2, #8a8a8a, #ffffff, #8a8a8a, #ededed, #e0e0e0, #acacac, #cfcfcf, #000000, #0000ff, #ff00ff, #dedede, #000000, #ffffdc, #353535

Palette\inactive=#353535, #e0e0e0, #ffffff, #cbc7c4, #bbbbbb, #b8b5b2, #353535, #ffffff, #353535, #ededed, #e0e0e0, #acacac, #929292, #000000, #0000ff, #ff00ff, #dedede, #000000, #ffffdc, #353535

font="Sans,10,-1,5,50,0,0,0,0,0"

style=Cleanlooks

[/c]

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]