I installed wine in a D8 VM...
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32
dom0
sudo qvm-sync-appmenus vmname
cd /notetab
I can start NotTab7 via:
wine NoteTab.exe
Here with this Wine-Tutorial it is shown that normally I can start some *.exe just via a right mouse click, start with wine, inside nautilus.
https://www.linux.com/learn/how-install-and-use-wine-run-windows-applications-linux
What I must do, that it works also inside a QVM?
Kind Regards
yes it works, I must just install nautilus:
sudo apt-get update
sudo apt-get install nautilus-open-terminal
nautilus
I can move to .wine/Program Files and execute the *.exe via the right Mouse context menu.
Can I show the Windows Icons on the Q-Desktop, so I can launch the Windows Apps more seamlessly like on a windows desktop?
Great would be, if all the windows icons are collected inside one of the 4 Linux Dektop Screens (so the Linux don't looks to much messed up).
Kind Regards