Wiki hfiel.es
configurar navegador predeterminado update alternatives
editando ...
Introduzca la contraseña:
Seleccione el archivo a subir:
Menú Principal
* [Indice] * [Mac] * [Linux] * [Raspberry] * [Virtualizacion] * [Excel] * [Windows] * [AppleTV2] * [Wifi] * [Programacion] * [BBDD] * [Html] * [Latex] * [Pentaho] * [Cambios_recientes] * [Busqueda] * [Todas_las_paginas] * [Admin] * [Sandbox] * [Estilo_wiki] **Idiomas** [lng=es|es.gif] [lng=es|Castellano] [lng=en|en.gif] [lng=en|English] [http://www.wikepage.org/|wike.gif] [nofollow.gif] [rss=yes|rss_wiki.gif]
Contenido de la Página
para ver los navegadores predeterminados: sudo update-alternatives --list x-www-browser sudo update-alternatives --list gnome-www-browser para configurar uno diferente (PE, chromium) sudo update-alternatives --set gnome-www-browser /usr/bin/chromium-browser sudo update-alternatives --set x-www-browser /usr/bin/chromium-browser para eliminar uno existente (PE firefox) sudo update-alternatives --remove gnome-www-browser /usr/bin/firefox sudo update-alternatives --remove x-www-browser /usr/bin/firefox