Re: controlling an apps screen size and/or borders

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> How do I do that? I need to use the command line as it will be different 
> for every
> time it is run.

I don't really know how to do this by the command line; however, you can do
it rather easily with modifications of your ~/.wine/user.ref if you know
sed: in ~/.wine/user.reg, there is a key

[Software\\Wine\\X11 Driver] 1167518730
"Desktop"="640x480"
"DXGrab"="Y"
"Managed"="Y"

that tells wine to run in desktop mode, and the resolution it will use; you
can easily alter this line with sed (for example,
sed 's/"Desktop"="[^"]*"/"Desktop"="(your resolution)"/').

(By the way, you most probably won't get 1167518730 on the X11 driver line
in ~/.wine/user.reg, this value seems to be changing regularly)

-- 
Fabrice DELENTE

_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux