http://bugs.winehq.org/show_bug.cgi?id=8207
------- Additional Comments From ead1234(a)hotmail.com 2007-05-05 18:54 -------
The installer never prompts for disc 2, it just says it was interrupted before
it could finish and quits.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8289
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://developer.nvidia.com/
| |object/sdk_home.html
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8287
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
Platform|All |PC
------- Additional Comments From thestig(a)google.com 2007-05-05 18:51 -------
One can set the toolbar skin by going into preferences, under the toolbar tab.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3933
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From thestig(a)google.com 2007-05-05 18:40 -------
closing then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8189
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.cityofheroes.com/
Severity|major |normal
Component|wine-console |wine-misc
Platform|HP |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8220
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://messenger.yahoo.com/d
| |ownload.php
Component|wine-programs |wine-misc
Keywords| |download
------- Additional Comments From thestig(a)google.com 2007-05-05 18:27 -------
After the installer downloads c:\Program Files\Yahoo!\Installs\ymsgr8us.exe, it
hangs. I terminated the program and ran ymsgr8us.exe. It installed and I was
able to launch Yahoo messenger, but I couldn't sign in.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From bero(a)arklinux.org 2007-05-05 17:51 -------
The later check for a fullscreen window fails because rect.right ==
screen_width, but rect.left == -1 and rect.bottom == screen_height, but
rect.top == -1.
Maybe the check should be
if ((rect.right - rect.left) >= screen_width && (rect.bottom - rect.top) >=
screen_height)
instead of
if ((rect.right - rect.left) == screen_width && (rect.bottom - rect.top) ==
screen_height)
?
When "fixed" like this, keyboard focus etc. are ok, but the window decorations
are drawn (incorrectly, the app should be fullscreen without any frames) and
kicker (KDE panel) is shown on top of the app.
The variant using "32" in the Windoze code works correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1798
------- Additional Comments From bero(a)arklinux.org 2007-05-05 17:42 -------
Adding some debug messages to dlls/winex11.drv/window.c shows that the "0"
case says a window is NOT managed, and the "32" case says a window is managed
because if(style & WS_POPUP) and if(style & WS_SYSMENU) evaluate to TRUE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.