http://bugs.winehq.org/show_bug.cgi?id=31047
Bug #: 31047 Summary: unable to edit gedit's preferences Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com Classification: Unclassified
Created attachment 40760 --> http://bugs.winehq.org/attachment.cgi?id=40760 Log: +winsock trace
1. Download win32 version of gedit http://ftp.gnome.org/pub/gnome/binaries/win32/gedit/2.30/gedit-setup-2.30.1-...
2. install via wine
3. start gedit $ cd ~/.wine/drive_c/Program Files/gedit/bin $ wine gedit.exe
4. click on edit->preference->view
Expect result: "Text Wrapping"/"Line Numbers" and other options should be able to edit.
Actual result: All these checkboxes are unable to edit.
There are two warnings from console at the first of running gedit: ** (gedit.exe:8): WARNING **: Failed to send buffer ** (gedit.exe:8): WARNING **: Failed to send buffer
A +winsock trace show: warn:winsock:wsaErrno errno 32, (Broken pipe). warn:winsock:WS2_sendto -> ERROR 10054
After that there are a lot output from console as below: GConf Error: Adding client to server's list failed, CORBA error: IDL:omg.org/CORBA/COMM_FAILURE:1.0
There as much of msvcrt message and winsock message with those "GConf Error": fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01c0 ignored warn:winsock:wsaErrno errno 115, (Operation now in progress).
native msvcrt doesn't help.
Will attach a +winsock trace, maybe helpful. Not sure what component yet.