Onde colocar vinho Gecko msi

1

Acabei de baixar wine_gecko-2.47-x86.msi . As notas oficiais de instalação dizem que ele deve ser colocado em /usr/share/wine/gecko ou $prefix/share/wine/gecko/ se o vinho foi instalado em outro lugar. Embora eu tenha acabado de instalar o vinho através de " sudo apt-get install --install-recommends winehq-devel " (incl. Etapas anteriores), não há pasta vinho em /usr/share/ nem em qualquer outro lugar.

Aqui é onde os arquivos estão localizados:

/.
/usr
/usr/bin
/usr/bin/function_grep.pl
/usr/bin/msiexec
/usr/bin/notepad
/usr/bin/regedit
/usr/bin/regsvr32
/usr/bin/widl
/usr/bin/wine
/usr/bin/wine-preloader
/usr/bin/wine64
/usr/bin/wine64-preloader
/usr/bin/wineboot
/usr/bin/winebuild
/usr/bin/winecfg
/usr/bin/wineconsole
/usr/bin/winecpp
/usr/bin/winedbg
/usr/bin/winedump
/usr/bin/winefile
/usr/bin/wineg++
/usr/bin/winegcc
/usr/bin/winemaker
/usr/bin/winemine
/usr/bin/winepath
/usr/bin/wineserver
/usr/bin/wmc
/usr/bin/wrc
/usr/share
/usr/share/applications
/usr/share/applications/wine.desktop
/usr/share/doc
/usr/share/doc/winehq-devel
/usr/share/man
/usr/share/man/de.UTF-8
/usr/share/man/de.UTF-8/man1
/usr/share/man/de.UTF-8/man1/wine.1
/usr/share/man/de.UTF-8/man1/winemaker.1
/usr/share/man/de.UTF-8/man1/wineserver.1
/usr/share/man/fr.UTF-8
/usr/share/man/fr.UTF-8/man1
/usr/share/man/fr.UTF-8/man1/wine.1
/usr/share/man/fr.UTF-8/man1/winemaker.1
/usr/share/man/fr.UTF-8/man1/wineserver.1
/usr/share/man/man1
/usr/share/man/man1/msiexec.1
/usr/share/man/man1/notepad.1
/usr/share/man/man1/regedit.1
/usr/share/man/man1/regsvr32.1
/usr/share/man/man1/widl.1
/usr/share/man/man1/wine.1
/usr/share/man/man1/wineboot.1
/usr/share/man/man1/winebuild.1
/usr/share/man/man1/winecfg.1
/usr/share/man/man1/wineconsole.1
/usr/share/man/man1/winecpp.1
/usr/share/man/man1/winedbg.1
/usr/share/man/man1/winedump.1
/usr/share/man/man1/winefile.1
/usr/share/man/man1/wineg++.1
/usr/share/man/man1/winegcc.1
/usr/share/man/man1/winemaker.1
/usr/share/man/man1/winemine.1
/usr/share/man/man1/winepath.1
/usr/share/man/man1/wineserver.1
/usr/share/man/man1/wmc.1
/usr/share/man/man1/wrc.1
/usr/share/man/pl.UTF-8
/usr/share/man/pl.UTF-8/man1
/usr/share/man/pl.UTF-8/man1/wine.1

Então, onde devo cortar & amp; colar gecko?

    
por Markus Gratis 25.11.2016 / 08:51

2 respostas

2

Use o comando "find" para encontrar a pasta de vinhos:

find / -name wine

Para mim é:

/opt/wine-devel/share/wine
    
por Maciek 22.03.2017 / 10:51
0

De acordo com o trecho abaixo do link Você não copia e cola o gecko em qualquer lugar que você simplesmente concorda com a sua instalação ao criar um novo prefixo.

Se você já usou os pacotes de distribuição, você notará algumas diferenças nas do WineHQ:

Os arquivos são instalados em / opt / wine-devel.

Os itens do menu não são criados para os programas internos do Wine (winecfg, etc.), e se você estiver atualizando a partir de um pacote de distribuição que os tenha adicionado, eles serão removidos. Você pode recriá-las usando o editor de menu.

O registro Binfmt_misc não é adicionado. Consulte a documentação da sua distro para update-binfmts se você deseja fazer isso manualmente.

A WineHQ atualmente não engloba vinho-lagartixa ou vinho-mono.  Ao criar um novo prefixo de vinho, você será perguntado se deseja baixar esses componentes. Para melhor compatibilidade, é recomendável clicar Sim aqui. Se o download não funcionar para você, siga as instruções nas páginas wiki Gecko e Mono para instalá-las manualmente.

    
por Elder Geek 23.03.2017 / 14:06