Firefox: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 6: | Linha 6: | ||
# ln -s /usr/share/firefox/firefox /usr/bin | # ln -s /usr/share/firefox/firefox /usr/bin | ||
# apt-get install libstdc++5 | # apt-get install libstdc++5 | ||
cat firefox.desktop | |||
[Desktop Entry] | |||
Encoding=UTF-8 | |||
Name=Firefox Web Browser | |||
Name[pt_BR]=Navegador Web Firefox | |||
GenericName=Web Browser | |||
GenericName[pt_BR]=Navegador Web | |||
Comment[pt_BR]=Navegue na web | |||
Exec=/usr/bin/firefox %U | |||
StartupNotify=true | |||
Terminal=false | |||
Type=Application | |||
Icon=firefox50.xpm | |||
X-GNOME-Bugzilla-Bugzilla=GNOME | |||
X-GNOME-Bugzilla-Product=Firefox | |||
X-GNOME-Bugzilla-Component=General | |||
Categories=Application;Network;GNOME;GTK;WebBrowser; | |||
MimeType=text/html;text/xml;application/xhtml+xml; | |||
# cp firefox.desktop /usr/share/applications/ | |||
# cp /usr/share/firefox/icons/mozicon50.xpm /usr/share/icons/firefox50.xpm | |||
# update-menus | |||
Edição das 10h35min de 21 de maio de 2008
Mozilla Firefox
$ wget -c http://mozilla.mtk.nao.ac.jp/pub/mozilla.org//firefox/releases/2.0.0.11/linux-i686/pt-BR/firefox-2.0.0.11.tar.gz $ tar zxvf firefox-2.0.0.11.tar.gz # mv firefox /usr/share # rm /usr/bin/firefox # ln -s /usr/share/firefox/firefox /usr/bin # apt-get install libstdc++5
cat firefox.desktop
[Desktop Entry] Encoding=UTF-8 Name=Firefox Web Browser Name[pt_BR]=Navegador Web Firefox GenericName=Web Browser GenericName[pt_BR]=Navegador Web Comment[pt_BR]=Navegue na web Exec=/usr/bin/firefox %U StartupNotify=true Terminal=false Type=Application Icon=firefox50.xpm X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=Firefox X-GNOME-Bugzilla-Component=General Categories=Application;Network;GNOME;GTK;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml;
# cp firefox.desktop /usr/share/applications/ # cp /usr/share/firefox/icons/mozicon50.xpm /usr/share/icons/firefox50.xpm # update-menus