Barra superior

dijous, 29 de setembre del 2016

Actualitzar Wine a la darrera versió

sudo add-apt-repository -y ppa:ubuntu-wine/ppa
 
sudo apt-get update

sudo apt-get install wine1.8 winetricks
 
Més informació
https://wiki.winehq.org/Ubuntu 

dimecres, 28 de setembre del 2016

Instal·lant Sketchup amb Wine a Ubuntu 14.04

Instal·lam Wine
 
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7

Configuram Wine
winecfg

Des de la finestra de configuració
A la pestanya aplicacions seleccionam Versió de Windows: Windows 7
A la pestanya biblioteques afegim la llibreria: Riched20

Decarregant sketchup
http://www.sketchup.com/download/all

Una vegada instal·lat hem de corregir un bug de Wine que provoca que l'aplicació es quedi penjada. Ho feim deshabilitant l'API Ruby arrancant wine amb la línia següent:
/DisableRubyAPI

Quedant així:
wine C:\Program\Files\SketchUp\SketchUp\2016\SketchUp.exe /DisableRubyAPI


O be en la drecera d'Sketchup a l'escriptori afegint:


/DisableRubyAPI



Font:
Ubuntuhandbook.org