Hi all, I recently compiled and installed a new version of wine (20010824). Everything works fine, but alot of command line options are missing. The options I get with wine --help are: --debugmsg name, --dll name, --dosver x.xx, --help,-h, --managed, --version,-v, --winver. I miss commandline options like: --desktop and --display. Are they no longer supported? Thanx for any hints, michael -- Hamburg, Germany Michael.Scheinost@gmx.de fon: +49.40.30606580
Andreas Mohr Usenet 08/01
2001-Sep-04 03:51 UTC
wine 20010824 and missing command line options
Michael Scheinost <Michael.Scheinost@gmx.de> wrote:> Hi all,> I recently compiled and installed a new version of wine (20010824). Everything works fine, but alot of command line options are missing. > The options I get with wine --help are: --debugmsg name, --dll name, --dosver x.xx, --help,-h, --managed, --version,-v, --winver. > I miss commandline options like: --desktop and --display. Are they no longer supported?Nope, they aren't. (not possible any more - Wine is so complex that a lot of things have to be done in a very restricted way) You could submit a patch for our standard launcher script to take these arguments and patch the appropriate ~/.wine/config options on the fly, though (by using awk or sed or whatever string replacement tool on the config file). (that's what needs to be done in order to continue cmdline support for these options) As you're asking this question, you seem to be fairly interested in that, so this means that I just found another Wine contributor ;-))) Oh, and don't forget a help screen in this launcher script in case somebody enters incorrect options... -- Andreas Mohr, Renningen, Germany In case you need to contact me after expiry of temporary email address: my real address is (initial of first name).(last name)@mailto.de
On 04 Sep 2001 09:58:08 +0200, Michael Scheinost <Michael.Scheinost@gmx.de> wrote: <snip>>I miss commandline options like: --desktop and --display. Are they no longer supported?That's right. Configurable in the .wine/config file. See the sample config file in the documentation/samples directory. Gerard