Ir para o conteúdo

Marco Aurelio Padilha Cassilha

Voltar a Blog
Tela cheia

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

17 de Abril de 2017, 0:53 , por Marco Aurelio Padilha Cassilha - 0sem comentários ainda | No one following this article yet.
Visualizado 87 vezes

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 deste artigo: chromium debian extensão

0sem comentários ainda

    Enviar um comentário

    Os campos realçados são obrigatórios.

    Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.

    Cancelar