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?
Overlapping Applications
Overlapping Applications
On Thu, Jul 9, 2009 at 5:56 AM, c_andy_man<[email protected]> wrote:
What do you mean by run on top? You want the wine applications to
(always) be in front of any native applications?
--
-Austin
wineprefixcreate is deprecated.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?
What do you mean by run on top? You want the wine applications to
(always) be in front of any native applications?
--
-Austin
-
- Level 2
- Posts: 16
- Joined: Wed May 20, 2009 8:17 am
Overlapping Applications
On Fri, Jul 10, 2009 at 4:50 AM, c_andy_man<[email protected]> wrote:
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
wineboot, which is run automatically when you call wine. The only timeYes, that is what i want. I think i have already made it.
So if it is deprecated, what is the alternative?
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