
Minions
(usa Nenhuma)
Enviado em 06/12/2020 - 00:34h
zezaocapoeira escreveu:
Minions escreveu:
Arquivo google-chrome.SlackBuild, não localiza a versão do Google Chrome.
Versão instalada: 87.0.4280.88
Aparece como:
$ ls /var/log/packages/ | grep google-chrome
google-chrome--x86_64-1
Obrigado
Salve mano.
Dá uma olhada.
https://mirrors.slackware.com/slackware/slackware64-current/extra/google-chrome/
Está modificação abaixo do slackbuild do current em relação ao 14.2 , corrige esse problema que citou
...
# Get the version from the Debian/Ubuntu .deb (thanks to Fred Richards):
VERSION=$(ar p google-chrome-${RELEASE}_current_${DEBARCH}.deb control.tar.xz 2> /dev/null | tar JxO ./control 2> /dev/null | grep Version | awk '{print $2}' | cut -d- -f1)
if [ -z "$VERSION" ]; then # try to use control.tar.gz instead:
VERSION=$(ar p google-chrome-${RELEASE}_current_${DEBARCH}.deb control.tar.gz 2> /dev/null | tar zxO ./control 2> /dev/null | grep Version | awk '{print $2}' | cut -d- -f1)
...
Obrigado em responde ao tópico.
Com essa dica a versão foi no pacote:
$ ls -l /var/log/packages/ | grep -i google-chrome
-rw-r--r-- 1 root root 4716 Dez 6 00:26 google-chrome-
87.0.4280.88-x86_64-1
Sabe o motivo destes avisos?
$ google-chrome-stable
[6945:6945:1206/002937.988811:ERROR:browser_dm_token_storage_linux.cc(94)] Error: /etc/machine-id contains 0 characters (32 were expected).
Fontconfig warning: "/etc/fonts/fonts.conf",
line 102: unknown element "blank"
Fontconfig warning: "/etc/fonts/conf.avail/66-wqy-zenhei-sharp-no13px.conf",
line 11: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.avail/66-wqy-zenhei-sharp.conf",
line 10: Having multiple values in <test> isn't supported and may not work as expected
[6981:6981:1206/002938.791332:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.