个人工具

“UbuntuWiki:gaim buddylist background”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(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...)
 
 
第1行: 第1行:
 
{{From|https://wiki.ubuntu.com/gaim_buddylist_background}}
 
{{From|https://wiki.ubuntu.com/gaim_buddylist_background}}
{{Languages|php5}}
+
{{Languages|UbuntuWiki:gaim_buddylist_background}}
 
Howto create a background for your gaim buddylist:
 
Howto create a background for your gaim buddylist:
  

2007年5月14日 (一) 20:23的最新版本

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