Pidgin Portable 使用点滴

<p><strong>1.Pidgin在Windows下,默认界面和字体很丑陋,需要进行一定的配置。</strong>

</p>
<p>修改 PidginPortable/App/Pidgin/Gtk/etc/gtk-2.0/gtkrc 就可以了,比如</p>
<div class="codecolorer-container text blackboard" style="overflow: auto; white-space: nowrap; width: 540px;">
<table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
<td class="line-numbers">
<div>
<br><br><br>
</div>
</td>
<td>
<div class="text codecolorer" style="font-family: Monaco,Lucida Console,monospace;">gtk-font-name = "SimSun 9"<br>

gtk-theme-name = "Raleigh"</div>
</td>
</tr></tbody></table>
</div>
<p>对话框的字体设置</p>
<p>在 PidginPortable/App/Pidgin/Gtk/etc/pango/pango.aliases 中添加一行:</p>
<div class="codecolorer-container text blackboard" style="overflow: auto; white-space: nowrap; width: 540px;">
<table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
<td class="line-numbers">
<div><br></div>
</td>
<td>
<div class="text codecolorer" style="font-family: Monaco,Lucida Console,monospace;">msst = "SimSun"</div>
</td>
</tr></tbody></table>
</div>
<p>在 PidginPortable/App/Pidgin/Gtk/etc/gtk-2.0/ 下,粗鲁一点的方法是直接改gtkrc这个文件,优雅一点的方法是新建文件 gtkrc.zh_CN,输入内容:</p>
<table border="0" cellspacing="0" cellpadding="0"><tbody><tr>
<td class="line-numbers">
<div>
<br><br><br><br><br><br>
</div>
</td>
<td>
<div class="text codecolorer" style="font-family: Monaco,Lucida Console,monospace;">style "user-font" {<br>

  font_name = "msst 9"<br>

}<br><br>

widget_class "*" style "user-font"<br><br>

gtk-font-name="msst 9"</div>
</td>
</tr></tbody></table>
<p></p>
<p>同时,还需在系统参数里面改一个地方,“工具” “首选项” “会话”面板: 字体  取消“使用主题中的字体” ,然后设置想要显示的字体,比如SimSun</p>
<p></p>
<p>2.好用的插件</p>
<p>版本通知 历史 时间戳 消息通知</p>

你可能感兴趣的:(table)