Dieser Commit ist enthalten in:
tom
2026-08-01 22:54:52 +02:00
Ursprung 6c0d6601b1
Commit 068935ad79
3 geänderte Dateien mit 354 neuen und 59 gelöschten Zeilen
+39
Datei anzeigen
@@ -0,0 +1,39 @@
First we start by creating a wineprefix and installing our prerequisites from terminal:
Install winetricks with e.g. yay winetricks (winetricks-git)
Since wine 10.8.2 use the following:
```bash
WINEPREFIX=/home/$USER/GarminExpress winetricks dotnet472 vcrun2010 corefonts d3dcompiler_47
```
```bash
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks dotnet472 vcrun2010 corefonts d3dcompiler_47
```
```bash
WINEARCH=win32 WINEPREFIX=/home/$USER/GarminExpress winetricks win7
```
Note: You will be prompted during the setup for .NET installation just hit next and finish. Also, I like to seperate win7 after the prerequisites are setup to make sure the wineprefix runs in Windows 7 mode.
With that out of the way we need to download and install our GarminExpress.exe Setup executable. I downloaded mine from https://www.garmin.com/en-US/software/express
Run the GarminExpress.exe file in our wine prefix
```bash
WINEPREFIX=/home/$USER/GarminExpress wine explorer /desktop=garmin,1366x768 /home/$USER/Downloads/GarminExpress.exe
```
Note: If you downloaded the GarminExpress.exe to another location replace it above
Modify your shortcut to be the following command
```bash
WINEPREFIX=/home/$USER/GarminExpress wine explorer /desktop=garmin,1366x768 /home/$USER/Downloads/GarminExpress.exe
```
Upon Launch you should see this screen which should recognize your Garmin device