http://bugs.winehq.org/show_bug.cgi?id=4523
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Can't copy from Firefox 1.5 |Can't copy from Firefox 1.5
|then paste into OpenOffice 2|
------- Additional Comments From dank(a)kegel.com 2006-08-02 22:27 -------
Looks like the problem might be on Firefox's end;
even without OOo running, Firefox complains
err:clipboard:CLIPBOARD_CloseClipboard Failed to set clipboard.
I'll paste a log with +clipboard.
--
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=4520
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Steam crashes on startup - |Steam crashes on startup -
|cannot read from virtual |cannot read from virtual
|addr 88 |addr 88
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-02 22:26 -------
Looks like you don't have properly installed mozilla activeX controls. And you
have to use one from TransGaming:
http://downloads.transgaming.com/mozilla_control_downloads/mozcontrol.tgz
--
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=4523
Summary: Can't copy from Firefox 1.5 then paste into OpenOffice 2
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat, install both Firefox 1.5 and OpenOffice 2
under wine. Start both. Copy text in Firefox,
try to paste it in OOo. The 'paste' option isn't even highlighted.
This was with roughly wine-0.9.7 (from cvs).
--
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=4436
------- Additional Comments From mike(a)codeweavers.com 2006-08-02 22:02 -------
Created an attachment (id=1866)
--> (http://bugs.winehq.org/attachment.cgi?id=1866&action=view)
Added todo_wine, fixed ref counting
Improved the patch a little... I'm curious about the way you did the Releases
though. Does that really work on Windows? Feel free to submit this to
wine-patches if you want.
--
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=4436
------- Additional Comments From mike(a)codeweavers.com 2006-08-02 21:58 -------
Some comments here:
if(stm) {
r=IStorage_Commit(stg,STGC_DEFAULT);
ok(r==S_OK, "StorageCommit failed\n");
}
Looks like we should write out the storage file when Commit is called above, and
that's the main source of trouble.
// Windows reference counting seems different....
r = IStorage_Release(stg);
ok(r == 0, "wrong ref count"); printf("- ref count = %lx\n",r);
if(r) {
r = IStorage_Release(stg);
ok(r == 0, "wrong ref count"); printf(" - ref count = %lx\n",r);
}
The above is technically wrong. You only grabbed the storage once, so you
should only release it once. One of those should be an IStream_Release().
--
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=4436
------- Additional Comments From mike(a)codeweavers.com 2006-08-02 20:29 -------
Great! Now you have a regression test, the next step is to add todo_wine {}
around the ok() macros that fail, and submit it to wine-patches.
--
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=4522
Summary: Improperly aligned column data
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://inhuman.org:81/~ugly/wineproblem.jpg
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martopolis(a)gmail.com
Columns in ProMash aren't properly aligned. It seems that each column is pushed
over slightly to the left. The first column and second column contents look
completely condensed into the first. ProMash has a free evaluation copy
obtainable here:
http://www.promash.com/Software/eval.html
I did not see this behavior in versions of WINE less than 0.9.6. The problem
exists in 0.9.7 as well.
Below is a screenshot of the problem:
http://inhuman.org:81/~ugly/wineproblem.jpg
--
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=4449
------- Additional Comments From jbdubbs(a)gmail.com 2006-08-02 18:50 -------
I'm not sure that the fact that linux doesn't carry a Tahoma font is Wine's
problem. I think that's more of a linux problem. If a linux application
decided that it would only use a Tahoma font, it would have the same problem.
We should probably close this bug because of this fact, but that is just my opinion.
--
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.