http://bugs.winehq.org/show_bug.cgi?id=3370
Summary: WM_SETICON does not change the window icon
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: craig(a)nch.com.au
Sending WM_SETICON should update the icon in the upper left corner of the
application window. It does not.
Under windows this works correctly. Under Wine the icon is a generic exe icon.
I have tried this with several exe's and the icon is never set.
--
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=3357
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-20-09 15:38 -------
did you do a make distclean or maybe even better , start all over again?
--
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=3367
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=3368
Summary: wrc: menuitems with escape sequences
Product: Wine
Version: 20050830
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: T.Bonner(a)freesurf.ch
In a resource file (wanting to keep the source 7bit), escape
sequences are not treated as in VisualC:
While this works with VisualC(6)
MENUITEM "\xd6ffnen", IDM_OPEN
with wine (wrc) you have to use this:
MENUITEM "\xd6" "ffnen", IDM_OPEN
(on the latter VisualC has a problem with)
--
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=3357
------- Additional Comments From philip.kent(a)ntlworld.com 2005-20-09 12:48 -------
Im not getting that error any more. Now I am getting this:
make[2]: Entering directory `/home/compile/wine/dlls/x11drv'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wdeclaration-after-statement -Wpointer-arith -g -O2 -o xrender.o xrender.c
xrender.c:1659: error: conflicting types for X11DRV_XRender_ExtTextOut
x11drv.h:273: error: previous declaration of X11DRV_XRender_ExtTextOut was here
make[2]: *** [xrender.o] Error 1
--
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=3357
philip.kent(a)ntlworld.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|LATER |
--
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=3367
Summary: installation of "evernote" fails
Product: Wine
Version: 20050830
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
There is an interesting little windows note-taking application called evernote
which can be downloaded for free from:
http://www.evernote.com/en/
Using
[jdoutt@kira2 evernote]$ wine --version
Wine 20050725
cat /etc/redhat-release
Fedora Core release 3 (Heidelberg)
and running WINE as follows:
$ wine EverNote_1.00.4.128.exe
the install program fails.
the last lines of the error output are as follows
.....
.....
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{aa7e2066-cb55-11d2-8094-00104b1f9838}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{aa7e2066-cb55-11d2-8094-00104b1f9838}, 80040155
err:ole:_marshal_interface Marshalling interface
{aa7e2066-cb55-11d2-8094-00104b1f9838} failed with 80040155
err:ole:xCall Failed to serialize param, hres 80040155
err:ole:deserialize_param Failed to read integer 4 byte
err:ole:TMStubImpl_Invoke Failed to deserialize param State, hres 80004005
fixme:ole:RpcChannelBuffer_GetDestCtx (0xb7630868,0xb763086c), stub!
--
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=3351
------- Additional Comments From dank(a)kegel.com 2005-20-09 08:34 -------
I will check when I get back from vacation in a week. Thanks!
--
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.