Hi list, Trying to set custom paramters for a wine-program as wcmd for example doesn't work for me. I tried setting [AppDefaults\\wcmd.exe.so\\x11drv] "Desktop"= "N" and [AppDefaults\\wcmd.exe\\x11drv] "Desktop"= "N" when global is "Desktop"="640x480". wcmd is displayed on a 640x480 desktop. Is there a workaround ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
--- Veres Imre <imre.veres@online.hu> a ?crit?: > On Wed, 2002-07-31 at 11:07, Sylvain Petreolle wrote:> > Trying to set custom paramters for a wine-program as wcmd for > example > > doesn't work for me. > > > [AppDefaults\\wcmd.exe\\x11drv] > > "Desktop"= "N" > > Don't you mean "Managed" = "N", do you? > > Imre Veres >No, I want that wcmd starts without a desktop, in any way the global parameter is defined. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
Sylvain Petreolle wrote:>Hi list, > >Trying to set custom paramters for a wine-program as wcmd for example >doesn't work for me. > >I tried setting >[AppDefaults\\wcmd.exe.so\\x11drv] >"Desktop"= "N" > >and >[AppDefaults\\wcmd.exe\\x11drv] >"Desktop"= "N" > >when global is >"Desktop"="640x480". > >wcmd is displayed on a 640x480 desktop. > >Is there a workaround ? > >_ >Not that I know of. I have been fighting with this for a while too and it it would be nice to be able to specify this. I think that it is tied up with how wineconsole is treated by wine. Winedbg has the same behaviour. Tony Lambregts
Sylvain Petreolle wrote:> Hi list, > > Trying to set custom paramters for a wine-program as wcmd for example > doesn't work for me. > > I tried setting > [AppDefaults\\wcmd.exe.so\\x11drv] > "Desktop"= "N" > > and > [AppDefaults\\wcmd.exe\\x11drv] > "Desktop"= "N" > > when global is > "Desktop"="640x480". > > wcmd is displayed on a 640x480 desktop. > > Is there a workaround ?Perhaps you already know this, but for what it is worth... The other way around, it works fine. I do not have a global Desktop parameter (it is commented out), and only specify a Desktop size for specific apps. That does indeed only provide a desktop for those particular apps. Which leads me to believe that the mechanism within wine works, but there is just a simple logic problem when determining whether or not to use a desktop. While I do not know where to look, I suspect that once the location in the wine code is found, the fix will be trivial.