instale o google-chrome
sudo dpkg --install google-chrome-stable_current_amd64.deb
sempre que executo o chrome, ele solicita que eu defina o chrome como o navegador da web padrão.
e tento consertá-lo Settings
ou mesmo o iceweasel desinstalado, ainda não consigo definir o chrome como meu navegador padrão.
por favor ajude. Desde já, obrigado.
editar:
Eu tentei o Sr. Terdon sugeriu, mas ainda tenho o mesmo problema.
aqui está chrome.desktop
~$ cat /usr/share/applications/chrome.desktop
Name=Google Chrome
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
X-Ayatana-Desktop-Shortcuts=NewWindow;NewIncognito
Exec=/usr/bin/google-chrome %U
aqui é mimeapps.list
~$ cat .local/share/applications/mimeapps.list
[Default Applications]
text/html=google-chrome.desktop
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop
x-scheme-handler/about=google-chrome.desktop
x-scheme-handler/unknown=google-chrome.desktop
find: missing argument to '-exec'
então tentei, find ~/.config/ -name 'Preference' | grep "default_browser"
mas não obtive nada.
find ~/.config/ -name 'Preferences'
e se isso encontra um ou mais arquivos, procure o arquivo resultante com grep assim:grep "default_browser" the-filename-you-found
cd ~/.config/
find -name Preferences
tenho ./google-chrome/Default/Preferences
. Desculpe, minha culpa eu perdi s
em 'Preferências'
grep "default_browser" ./google-chrome/Default/Preferences
find ~/.config/ -name 'Preferences' -exec grep "default_browser" "{}" \;