|
|
我用的是hiweed,没安装kde,也没有realplay(卡)的多媒体插件,用launchy插件实现的,仅供参考。首先安装launchy插件,建立
/.mozilla/firefox/bps0v0wn.default/chrome/launchy.xml
文件,复制内容格式(不太了解只好复制)我的文件内容如下:
<xml version="1.0" encoding="UTF-8"?>
<configurations xmlns="http://launchy.mozdev.org/configurations">#开始
<application>
<label>Gedit</label>
<type>7</type>
<command>/usr/bin/gedit</command>
<arguments></arguments>
</application>
<application>
<label>prozgui</label>
<type>5</type>
<command>/usr/bin/prozgui</command>
<arguments></arguments>
</application>
<application>
<label>D4X</label>
<type>5</type>
<command>/usr/bin/nt</command>
<arguments>-a</arguments>
</application>
<application>
<label>totem</label>
<type>5</type>
<command>/usr/bin/totem</command>
<arguments></arguments>
</application>
</configurations>#结尾
主要是type类型设置成跟D4X型的下载管理器,这样当你鼠标放在一个连接时点击右键,launchy里就有用totem下载链接的选项就可以看电影和听歌了。把totem换成mplayer xine等都可以 |
|