On 2023-06-13 20:08, Axel Braun wrote:
Am 13. Juni 2023 12:01:27 MESZ schrieb "Carlos E. R." <robin.listas@telefonica.net>:
On 2023-06-12 23:44, Axel Braun wrote:
Am Montag, 12. Juni 2023, 23:17:07 CEST schrieb Knurpht-openSUSE:
Op maandag 12 juni 2023 23:03:17 CEST schreef Axel Braun:
Hello,
I have a MicroSD card in my Laptop:
docb@X1E:~> lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
mmcblk0 179:0 0 29,7G 0 disk
└─mmcblk0p1 179:1 0 29,7G 0 part
How can I announce this as a drive (D:\ or whatever) in wine? It does not detect this automatically.
Axel
And what if you mount if first ?
Does not change - the program still scans for the device:
Mo. Jun 12 23:42:55 2023" Scanning Volumes 1_68 NavWSSharedMemory4,0,0,20 1_68 NavWSSharedMemory3,0,0,20
Dont ask me what this is!
I guess that software is not prepared for use under Wine. It should use the mounted device and not scan.
Is there any windoze Software that is made for wine?
Yes, I have seen some. Some said they had a Linux version of their software, but what they did was include their own wine. You can also recompile a program to use wine libraries instead of proper Linux libraries: this allows them to not adapt their source to the Linux way of doing things, but keep using their windows way of doing things. Just that they link to a different set of libraries. The resulting code is arguably "native" Linux. Then, they can create their Windows software in a manner that they don't use features that Wine doesn't support. Being friendly with Wine. -- Cheers / Saludos, Carlos E. R. (from 15.4 x86_64 at Telcontar)