2024-11-19 13:49:39 +01:00
|
|
|
|
|
|
|
|
|
:PROPERTIES:
|
|
|
|
|
:ID: 5aa6593d-b36b-4a9f-bf38-c3718b530a95
|
|
|
|
|
:END:
|
|
|
|
|
|
|
|
|
|
#+title: reparer-louverture-de-liens-dans-chrome
|
|
|
|
|
#+post_ID: 356
|
|
|
|
|
#+post_slug: reparer-louverture-de-liens-dans-chrome
|
|
|
|
|
#+post_url: https://www.ciperbliss.com/2016/reparer-louverture-de-liens-dans-chrome
|
|
|
|
|
#+post_title: réparer l'ouverture de liens dans chrome
|
2024-11-19 23:50:42 +01:00
|
|
|
|
#+post_tags:
|
2024-11-19 13:49:39 +01:00
|
|
|
|
#+post_type: post
|
|
|
|
|
#+post_mime_types:
|
|
|
|
|
#+post_guid: undefined
|
|
|
|
|
#+post_status: publish
|
|
|
|
|
#+post_date_published: <2016-10-23T21:51:04>
|
|
|
|
|
#+post_date_modified: <2018-08-22T14:17:43>
|
|
|
|
|
#+post_index_page_roam_id: fa7f2a8c-2b94-4e42-bb4c-25c026ed7ff9
|
|
|
|
|
#+retrieved_from_db_at: <2024-11-18 16:25:08>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* réparer l'ouverture de liens dans chrome
|
|
|
|
|
:PROPERTIES:
|
|
|
|
|
:CUSTOM_ID: réparer-louverture-de-liens-dans-chrome
|
|
|
|
|
:END:
|
|
|
|
|
après l'upgrade vers ubuntu 16.04, j'avais un souci
|
|
|
|
|
avec Google Chrome, quand je cliquais sur un lien censé s'ouvrir dans
|
|
|
|
|
mon navigateur par défaut ça ouvrait une page
|
|
|
|
|
blanche.Pour réparer cela rien de plus facile, il
|
|
|
|
|
suffit de bidouiller le mini fichier de config de chrome desktop pour
|
|
|
|
|
votre utilisateur.
|
|
|
|
|
|
2024-11-19 23:50:42 +01:00
|
|
|
|
|
2024-11-19 13:49:39 +01:00
|
|
|
|
#+begin_example
|
|
|
|
|
gedit $HOME/.local/share/applications/google-chrome.desktop
|
|
|
|
|
#+end_example
|
|
|
|
|
|
|
|
|
|
Trouvez la ligne:
|
|
|
|
|
|
|
|
|
|
#+begin_example
|
|
|
|
|
Exec=/opt/google/chrome/chrome
|
|
|
|
|
#+end_example
|
|
|
|
|
|
|
|
|
|
=rajoutez à la fin =/=un espace et un %U=/
|
|
|
|
|
|
|
|
|
|
#+begin_example
|
|
|
|
|
Exec=/opt/google/chrome/chrome %U
|
|
|
|
|
#+end_example
|
|
|
|
|
|
|
|
|
|
Sauvez le fichier, et voilà, ça marche
|
|
|
|
|
direct.Solution trouvée grâce à
|
|
|
|
|
[[https://askubuntu.com/questions/689449/15-10-chrome-external-links-are-opened-as-blank-tabs-in-new-browser-window/701775#701775][stackExchange]]
|
|
|
|
|
|