Firefox

Plugin Java

cd /usr/lib/firefox-addons/plugins
ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

Player de video

Rodando videos e audios no Firefox usando o MPlayer-Plugin

Pacotes:

  • mozilla-mplayer

Comando:

apt-get install mozilla-mplayer

Wikipedia - Plugin de pesquisa em português

Altere no arquivo abaixo somente as seguintes linhas:

Arquivo:

/usr/lib/firefox-addons/searchplugins/en-US/wikipedia.xml

Antes

<ShortName>Wikipedia (en)</ShortName>
<Description>Wikipedia, the free encyclopedia</Description>
<Url type="application/x-suggestions+json" method="GET" template="http://en.wikipedia.org/w/api.php">
<Url type="text/html" method="GET" template="http://en.wikipedia.org/wiki/Special:Search">
<SearchForm>http://en.wikipedia.org/wiki/Special:Search</SearchForm>

Depois

<ShortName>Wikipedia (pt)</ShortName>
<Description>Wikipedia, a enciclopédia livre</Description>
<Url type="application/x-suggestions+json" method="GET" template="http://pt.wikipedia.org/w/api.php">
<Url type="text/html" method="GET" template="http://pt.wikipedia.org/wiki/Special:Search">
<SearchForm>http://pt.wikipedia.org/wiki/Special:Search</SearchForm>