https://bugs.winehq.org/show_bug.cgi?id=55179
Bug ID: 55179 Summary: Drag and Drap don't work at all in Wine HQ 8.0 and 8.0.1 Regression from version 7 which was OK Product: Wine Version: 8.0.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pascal_mons@hotmail.com Distribution: ---
Created attachment 74769 --> https://bugs.winehq.org/attachment.cgi?id=74769 A .gpx file (route Paris to Madrid) to test drag and drop
I use Garmin MapSource 6.16.3 to create and modify POI files (like speed cameras) and Routes. Obviously I was used to drag and drop the file inside the map. This was working fine in Wine HQ 7.
However, since the upgrade to version 8 this capability is broken. I have to use File -> Open to manually run through the directories. Even then using the keyboard return when an object is selected won't work. I have to use only the mouse clicks.
In order for you to investigate I will give you the downlink of MapSource and the steps to install it within Wine by command lines.
https://download.garmin.com/software/MapSource_6163.exe
you have to unpack / extract files from the .exe and use MSmain.msi in order to install properly (even in Windows).
Installing .wine32.1 Prefix for MapSource _________________________________________
$ WINEPREFIX=~/.wine32.1 WINEARCH=win32 wineboot $ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winecfg
Since I have a 4K HD screen I use in Graphics --> Screen resolution a 144 dpi & Applications Windows 7
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winetricks msxml4 $ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winetricks dotnet48 $ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winetricks ie8
All these modules are required.
Install MapSource 6.16.3 ________________________
$ cd ~/Downloads/Garmin/Garmin\ MapSource\ 6.16.3/ $ WINEARCH=win32 WINEPREFIX=~/.wine32.1 wine MapSource_6163\ Extracted/MSmain.msi
It won't work because of another program presence check, use :
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 wine MapSource_6163.exe
The Drag and Drop capability was working fine in Wine HQ 7.
You don't need to install a Garmin map to test the drag and drop with the attached route in .gpx format.