Gentoo Archives: gentoo-user-pl

From: Uaciata Klufecka <klusek@×××××.pl>
To: gentoo-user-pl@g.o
Subject: Re: [gentoo-user-pl] czcionki w XMMS
Date: Thu, 16 Oct 2003 23:18:58
Message-Id: 48614.62.21.19.2.1066346338.squirrel@poczta.michu.pl
1 Uz.ytkownik Peter napisa?:
2
3 > Czy ktos wie, dlaczego po kompilacji XMMS z flagami USE, ktore uzywam od
4 chyba roku, rozjechaly mi sie okna dialogowe i czcionki. Okna wygladaja
5 jak ze starego, dobrego wczesnego GNOME1, tekst nie ma polskich liter.
6 Co robic ?? Podobna sytuacji w GNOME Control Center 1.4 cos tam.
7 >
8 > USE="alsa dga gtk2 gnome gnome2 mozilla xosd -arts -kde -qt -svga -ssl
9 -esd"
10 >
11
12 Mialem to samo, ale zrobilem to tak:
13
14 Skopiowalem /usr/share/themes/Crux do /usr/share/themes/Default (W GTK
15 uzywam skorki Crux)
16 Nastepnie utworzylem w /usr/share/themes/Default/gtk plik gtkrc.
17
18
19 Kolejno w swoim home utworzylem plik .gtkrc i dalem tam taka sama
20 zawartosc jak /usr/share/themes/Default/gtk/gtkrc
21
22
23 Zawartosc mojego gtkrc:
24 ########################
25 style "default"
26
27 {
28 font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-iso8859-2"
29 }
30
31 style "button" = "default"
32
33 {
34 bg[PRELIGHT] = { 0.7, 0.7, 0.9 }
35 }
36
37 style "treeitem"
38 {
39 bg[ACTIVE] = { 0.7, 0.7, 0.9 }
40 }
41
42 style "scrollbar" = "button"
43 {
44 bg[ACTIVE] = {0.6, 0.6, 0.6 }
45 }
46
47 style "status" {
48 bg[PRELIGHT] = { 0.3, 1.0, 0.3 }
49 }
50
51 style "gtk-tooltips" {
52 bg[NORMAL] = "#ffff60"
53 }
54
55 class "GtkWidget" style "default"
56 class "GtkButton" style "button"
57 class "GtkItem" style "button"
58 class "GtkProgressBar" style "status"
59 class "GtkScrollbar" style "scrollbar"
60 class "GtkTreeItem" style "treeitem"
61 widget "gtk-tooltips" style "gtk-tooltips"
62
63 ###########
64
65
66 pozdro,
67
68
69
70
71
72
73 --
74 gentoo-user-pl@g.o mailing list