LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Specifying a Location using Wine (https://www.linuxquestions.org/questions/linux-software-2/specifying-a-location-using-wine-233433/)

BenRichards 09-21-2004 01:18 PM

Specifying a Location using Wine
 
Assuming you have multiple screens is there a way to specify where a program will pop up? I've tried using the below command:

wine programname -display :0.1


I have been able to open an xterm in a different window and then open the program in that window with no issue however I would still like to be able to specify where in the window it opens.

Thank you for your help,

Adam :study:

mykrob 09-21-2004 01:27 PM

not sure, but what i do is set the application to open in a window instead of full screen, and simply move the widnow where i want it. Not as elegant as what you're wanting to do, but it gets the job done.

If you look in your wine config file, you'll see an option that is commented out by default. I think it says:
Code:

;Desktop=800x600
i run my resolution at 1280x1024, so if you set that desktop option to something lower that your resolution, and uncomment it, all apps will open in a window of that size. If your mouse gets locked into the window, just minimize all windows using whatever keyboard command you set up, then select your wine app from the taskbar, and move the cursor AROUND the window up to the title bar and drag it to where you want.

My config file reads:
Code:

Desktop=1024x768
removing the ; uncomments the line and makes it active.

-myk


All times are GMT -5. The time now is 06:29 AM.