Document Actions
给Totem加入real decoder
totem rm rmvb xine
Totem的设置非常少,以至于我们想自己设置解码器地址都找不到地方,好在我们可以打开~/.gnome2/totem_config,找到这行:
# string, default:
#decoder.external.real_codecs_path:
然后将decoder的path加入就是,比如加入这行
decoder.external.real_codecs_path:/usr/lib/(real decoder path)/codecs(如果你装了realplay的话就是/usr/lib/realplay-xxx/codecs)
然后就能用totem看rmvb电影了。
如果你装了Totem-xine也可以找到~/.gnome2/Totem/xine_config文件修改decoder path。

