How to move window to another desktop

Questions about Wine on macOS.
Locked
rmkk
Level 2
Level 2
Posts: 12
Joined: Tue Dec 03, 2019 5:24 am

How to move window to another desktop

Post by rmkk »

Dear Friend, I'm using Wine to run Enterprise architect windows application on Mac successfuly for years. Now how I'm getting older and older my notebook screen seem to be smaller and smaller :-(. So I bought a HiDPI external monitor, everything works fine except that I'm not able to move Wine window to that external monitor desktop. I'm using a WineCrossover version of Wine on latest MacOS Monterey. Please help. Many thanks
rmkk
Level 2
Level 2
Posts: 12
Joined: Tue Dec 03, 2019 5:24 am

Re: How to move window to another desktop

Post by rmkk »

Update: running a windows application from command line gives a different result then running the same application in the same way from .app bundle ...

Running Notepad from command window gives Window menu on top bar ...

Code: Select all

/Applications/Wine\ Crossover.app/Contents/Resources/wine/bin/wine notepad
Snímek obrazovky 2022-05-30 v 7.57.22.png
However running Notepad from .app bundle gives a different result without default menu on top bar ...
Snímek obrazovky 2022-05-30 v 8.00.21.png
So the question is how to force .app bundled application to show the same menu options on the top bar, ie. is it some option on Info.plist file or some difference in bash/zsh environment setting ?
rmkk
Level 2
Level 2
Posts: 12
Joined: Tue Dec 03, 2019 5:24 am

Re: How to move window to another desktop

Post by rmkk »

However, running .app bundled application with start option shows the menu well what is really confusing :-(

Code: Select all

wine start notepad
Locked