Linux.org.ua
Технічні питання => Різноманітні поради та рецепти => Гілку створено: cadca від 2012-01-28 20:55:57
-
Сабж встановлено з джерела пакунків:
urpmi.addmedia --update google-earth http://dl.google.com/linux/earth/rpm/stable/$(uname -m | sed -e "s/i.86/i386/")
Після встановлення шрифти нечитабельні і відсутнє згладжування. Можна зробити так (http://ubuntuforums.org/showthread.php?t=1729606#8).
Я пішов іншим шляхом :):
$ cat ~/.googleearth/my.qss
* {
font-family: terminus;
}
$google-earth -style cleanlooks -stylesheet ~/.googleearth/my.qss
voilà!
P.S.: Qt Style Sheets Reference (http://developer.qt.nokia.com/doc/qt-4.8/stylesheet-reference.html)