Jump to content
ElementaryOS France

Question

Posted (edited)

Bonjour,

Je débute sous Elementary os, et j'ai un message "problème logiciel détecté" qui s'affiche lors du démarrage de ma session.
En effectuant un ls -l /var/crash j'ai ces lignes qui s'affiche :

-rw-r----- 1 badace badace 45997763 janv.  3 14:03 _opt_google_chrome_chrome.1000.crash
-rw-rw-r-- 1 badace badace        0 janv.  1 15:58 _opt_google_chrome_chrome.1000.upload
-rw-r----- 1 badace badace    24123 janv.  3 16:19 _usr_share_session-migration_scripts_01_migrate_from_keyring.1000.crash
-rw-rw-r-- 1 badace badace        0 janv.  1 15:58 _usr_share_session-migration_scripts_01_migrate_from_keyring.1000.upload

Pourriez-vous m'aider svp ?

Edited by Wolf117Warrior
mise en forme

9 answers to this question

Recommended Posts

  • 0
Posted

Je vais faire un sudo apt-get purge google-chrome-stable,

sudo apt-get autoremove et réinstaller chrome.

Je reviens vers vous pour vous dire ce qu'il en est.

  • 0
Posted

Je viens de redémarrer mon pc après la désinstallation et j'ai ceci qui s'affiche :

-rw-rw-r-- 1 badace badace     0 janv.  1 15:58 _opt_google_chrome_chrome.1000.upload
-rw-r----- 1 badace badace 24108 janv.  3 20:46 _usr_share_session-migration_scripts_01_migrate_from_keyring.1000.crash
-rw-rw-r-- 1 badace badace     0 janv.  1 15:58 _usr_share_session-migration_scripts_01_migrate_from_keyring.1000.upload

 

  • 0
Posted
Le 05/01/2021 à 09:46, lafy a dit :

ah oui, il me semble que chrome est passé en flatpack, tu peux me donner stp :


flatpak list

 

C'est Chromium qui est dispo via Snap maintenant.

Voici ou tu peux le trouver https://snapcraft.io/chromium

Et en ligne de commande pour l'installer :

sudo snap install chromium

Il faut installer snapd pour les installations de paquets snap.

ensuite pour chrome : https://doc.ubuntu-fr.org/google_chrome

sudo sh -c 'echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable

 

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...