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?
On Thu, Jul 9, 2009 at 5:56 AM, c_andy_man<wineforum-user at winehq.org> 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
Yes, that is what i want. I think i have already made it. So if it is deprecated, what is the alternative?
On Fri, Jul 10, 2009 at 4:50 AM, c_andy_man<wineforum-user at winehq.org> 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