Rhythmbox中文乱码解决
摘要:Rhythmbox 播放中文乱码,可以通过下面的方法来修改:sudo gedit .profile 在最后加入下面内容: export GST_ID3_TAG_ENCODING=GBK:UTF-8:GB18030 export GST_ID3V2_TAG_ENCODING=GBK:UTF-8:GB18030或:export GST_ID3_TAG_ENCODING=GBK:UTF-8 export GST_ID3V2_TAG_ENCODING=GBK:UTF-8 保存退出。运行下面命令可以连接生效:source ~.profile
阅读全文
posted @
2013-05-05 11:06
garfieldtom
阅读(285)
推荐(0) 编辑