Gehe zum Inhalt

Marco Aurelio Padilha Cassilha

Zurück zu Blog
Full screen

Resolvendo problema de extensões chromium versão 55 ou superior "installation is not enabled" ou sua exibição

April 17, 2017 0:53 , von Marco Aurelio Padilha Cassilha - 0no comments yet | No one following this article yet.
Viewed 89 times

O bug atinge o Debian e derivados, impossibilitando a exibição e ativação das extensões; qualquer instalação de extensões, o problema surge na versão 55 do chromium e superior.

Para resolver este problema basta adicionar uma linha no arquivo default-flags!

Abra o terminal com root e edite o default-flags localizado em /etc/chromium.d

Adicione esta linha export CHROMIUM_FLAGS="chromium --enable-remote-extensions"

Ficará assim:

# A set of command line flags that we want to set by default.

# Do not hide any extensions in the about:extensions dialog
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --show-component-extension-options"
export CHROMIUM_FLAGS="chromium --enable-remote-extensions"


# Don't use the GPU blacklist (bug #802933)
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ignore-gpu-blacklist"

# Don't display any warnings about not being the default browser
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --no-default-browser-check"

# Disable pinging
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --disable-pings"

# Disable the builtin media router (bug #833477)
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --media-router=0"

Salve e abra o chromium, agora você poderá usar as extensões novamente!

Fontes:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854582

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852398

 


Tags zu diesem Artikel: chromium debian extensão

0no comments yet

    Einen Kommentar schreiben

    The highlighted fields are mandatory.

    Wenn Sie ein registrierter Nutzer sind, dann können Sie sich anmelden und automatisch unter Ihrem Namen arbeiten.

    Abbrechen