Benjamin M. Schwartz
2008-Apr-11 02:00 UTC
[Wine] wine explorer /desktop doesn't work the first time
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If I do: rm -r ~/.wine/ wineprefixcreate wine explorer /desktop=default,1200x900 winemine Then winemine opens in its own window. It does not open inside a fake desktop, which is what explorer /desktop is supposed to do. However, if I close winemine and run the same command again wine explorer /desktop=default,1200x900 winemine I get the correct behavior the second time, and winemine appears inside a desktop window provided by explorer. Can anyone else confirm this behavior? Am I doing something wrong? The only noninteractive workaround I can think of is to have a script to run after wineprefixcreate that opens wine and immediately closes. How can I make wine start and immediately close, noninteractively? Is there a better solution? - --Ben -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD4DBQFH/sYgUJT6e6HFtqQRArOrAJ9k4WVm0K5a653yNTi67Tba4RUcQgCWPRUK 16NemFJOwEEQBlB3EvVWgw==WILf -----END PGP SIGNATURE-----
Austin English
2008-Apr-11 02:05 UTC
[Wine] wine explorer /desktop doesn't work the first time
On Thu, Apr 10, 2008 at 9:00 PM, Benjamin M. Schwartz <bmschwar at fas.harvard.edu> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > If I do: > > rm -r ~/.wine/ > wineprefixcreate > wine explorer /desktop=default,1200x900 winemine > > Then winemine opens in its own window. It does not open inside a fake > desktop, which is what explorer /desktop is supposed to do. However, if I > close winemine and run the same command again > > wine explorer /desktop=default,1200x900 winemine > > I get the correct behavior the second time, and winemine appears inside a > desktop window provided by explorer. > > Can anyone else confirm this behavior? Am I doing something wrong? > > The only noninteractive workaround I can think of is to have a script to > run after wineprefixcreate that opens wine and immediately closes. How > can I make wine start and immediately close, noninteractively? Is there a > better solution? > > - --Ben > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD4DBQFH/sYgUJT6e6HFtqQRArOrAJ9k4WVm0K5a653yNTi67Tba4RUcQgCWPRUK > 16NemFJOwEEQBlB3EvVWgw=> =WILf > -----END PGP SIGNATURE----- > >Works fine for me in wine 0.9.59 and in git.
vitamin
2008-Apr-11 02:41 UTC
[Wine] Re: wine explorer /desktop doesn't work the first time
Benjamin M. Schwartz wrote:> Then winemine opens in its own window. It does not open inside a fake > desktop, which is what explorer /desktop is supposed to do. However, if I > close winemine and run the same command again > > wine explorer /desktop=default,1200x900 winemineThe only reason this can happen is when Wine was still running. You specifying the default desktop so if Wine was already running there was already "default" desktop.