GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come eseguire Google Chrome come root – Ubuntu 11.10 / Linux Mint 12

Nel mio ultimo post ti ho mostrato come installare Google Chrome su Ubuntu 11.10 / Linux Mint 12; Ho installato Google Chrome come utente root e quando ho provato ad avviare Google Chrome mi dava il seguente errore.

Stavo cercando la soluzione; cercando su Google ho trovato un modo semplice per consentire all'utente root di eseguire Google Chrome.

Segui i passaggi per eseguire Google Chrome come utente root in Ubuntu 11.10 / Linux Mint 12.

Apri Terminale ( Ctrl + Alt + T ).

Modifica /usr/bin/google-chrome e aggiungi –user-data-dir” alla fine dell'ultima riga (riga n. 42).

raj@geeksite~/$ sudo gedit /usr/bin/google-chrome

Prima

export LD_LIBRARY_PATH

export CHROME_VERSION_EXTRA="stable"

# We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME

exec -a "$0" "$HERE/chrome" "$@"

Dopo

export LD_LIBRARY_PATH

export CHROME_VERSION_EXTRA="stable"

# We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME

exec -a "$0" "$HERE/chrome" "$@" --user-data-dir

È tutto. Ora puoi avviare Google Chrome dal menu come root.


Ubuntu
  1. Come installare il browser Google Chrome su Ubuntu 16.04 Xenial Xerus Linux

  2. Come installare il browser Chrome su Ubuntu Linux

  3. Come installare Google Chrome su Ubuntu

  4. Come installare Google Chrome 17 su Ubuntu 11.10 / Linux Mint 12

  5. Come eseguire Google Chrome come root su openSUSE 12.1

Come installare Google Chrome su Ubuntu

Come installare Google Chrome su Linux Mint 20 / Linux Mint 20.1

Come installare Google Chrome su Ubuntu 16.04

Come installare Google Chrome su Linux Mint 19

Come installare Google Chrome su Linux Mint 20

Come installare Google Chrome su Ubuntu 20.04