个人工具

UbuntuWiki:gaim buddylist background

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月14日 (一) 03:21的版本 (New page: {{From|https://wiki.ubuntu.com/gaim_buddylist_background}} {{Languages|php5}} Howto create a background for your gaim buddylist: (gnome & linux only). (this works for most themes not all...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Howto create a background for your gaim buddylist:

(gnome & linux only).

(this works for most themes not all)

- go to ur home.

- create a background picture called background.jpg in ur home directory.

- type: gedit gtkrc-2.0.

if it doesnt exist type it annyways so you can greate it.

- Put this piece of code in the file:

pixmap_path "/home/(change to my name)"
style "my-blist" { 
bg_pixmap[NORMAL] = "background.jpg" 
text[NORMAL] = "blue"
bg[NORMAL]        = "#efebe7"
base[NORMAL]      = "#efebe7"
GtkTreeView::odd_row_color = ""
GtkTreeView::even_row_color = ""
}
widget "*gaim_gtkblist_treeview" style "my-blist"

- save the file and reload ur theme or gnome.

good luck

Thankz to RommeDeSerieux & ThomAnnatar