Overlapping Applications

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
c_andy_man
Level 2
Level 2
Posts: 16
Joined: Wed May 20, 2009 8:17 am

Overlapping Applications

Post by c_andy_man »

Hello,

I need to configure wine, so that all wine-applications run on top over the linux-applications. is there a way to do this as a parameter in wineprefixcreate, so that it counts for a certain wineprefix. Or can this be done later by a bash script?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Overlapping Applications

Post by austin987 »

On Thu, Jul 9, 2009 at 5:56 AM, c_andy_man<[email protected]> wrote:
Hello,

I need to configure wine, so that all wine-applications run on top over the linux-applications. is there a way to do this as a parameter in wineprefixcreate, so that it counts for a certain wineprefix. Or can this be done later by a bash script?
wineprefixcreate is deprecated.

What do you mean by run on top? You want the wine applications to
(always) be in front of any native applications?

--
-Austin
c_andy_man
Level 2
Level 2
Posts: 16
Joined: Wed May 20, 2009 8:17 am

Post by c_andy_man »

Yes, that is what i want. I think i have already made it.

So if it is deprecated, what is the alternative?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Overlapping Applications

Post by austin987 »

On Fri, Jul 10, 2009 at 4:50 AM, c_andy_man<[email protected]> wrote:
Yes, that is what i want. I think i have already made it.

So if it is deprecated, what is the alternative?
wineboot, which is run automatically when you call wine. The only time
you really need to use it is in a shell script, to initialize a
WINEPREFIX so you can do script things before running a windows
program.

--
-Austin
Locked