Modificar las aplicaciones por defecto cuando existen otras posibilidades
# ls /etc/alternatives
# update-alternatives --list x-www-browser
# update-alternatives --display x-www-browser
# update-alternatives --config x-www-browser
# update-alternatives --config x-cursor-theme
# update-alternatives --config x-terminal-emulator
# update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/firefox 100
# update-alternatives --get-selections
# update-alternatives --all