pro[zind]

Sketchup2017 install with wine on LMDE2

dans Bloc-notes  | Traductions : fr

/!\ These are legacy notes probably obsolete /!\

Install Sketchup2017 via wine sur LMDE2

Distro version

~ % cat /etc/linuxmint/info
RELEASE=2
CODENAME=betsy
EDITION="MATE 64-bit"
DESCRIPTION="LMDE 2 Betsy"
DESKTOP=MATE
TOOLKIT=GTK
GRUB_TITLE=LMDE 2 MATE 64-bit

Install wine 1

sudo apt-get install --install-recommends winehq-devel

Install winetricks 2

wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mv winetricks /usr/local/bin

State of play

~ % wine --version ; winetricks --version
wine-2.19
20171018-next - sha256sum: e586dbf0ebdd7969b558e1e03372bfd7e735a98a33e95bdad32d831e6b2cc2db

Download proprietary shit

.NET Framework 4.5.2 (offline version)

wget http://dl.trimble.com/sketchup/SketchUpMake-en-x64.exe

Get the job done

export WINEPREFIX=~/sketchup
export WINEARCH=win64
winetricks vcrun2015
winetricks corefonts

(Special DLL bonus install [3])

winetricks mfc40
winetricks settings win7

.NET install

wine start /unix NDP452-KB2901907-x86-x64-AllOS-ENU.exe

Sketchup install

Open SketchUpMake-fr-x64.exe in Archive Manager and extract SketchUp2017-x64.msi

wine start /unix SketchUp2017-x64.msi

The installer will prompt you for the file path to save sketchup and for some reason it will default to the 32bit directory. Change it to Program Files/ instead of Program Files (x86)/

Launch Sketchup

wine ~/sketchup/drive_c/Program Files/SketchUp/SketchUp 2017/SketchUp.exe

Desktop/Menu link

env WINEPREFIX="/home/user/sketchup" wine /home/user/sketchup/drive_c/Program\ Files/SketchUp/SketchUp\ 2017/SketchUp.exe

Icon

/home/user/.local/share/icons/hicolor/48x48/apps/6EBD_SketchUpIcon.0.png


Ressources: