Hello,
wine-0.9.9 still does not display folders correctly in a file select box (Lotus Notes in this case). Folders and files are displayed with the file symbol. It seems to be only a display issue, clicking on folders still opens them.
A screenshot is here
http://www.winehq.org/pipermail/wine-devel/attachments/20060223/9f1675d7/fil...
shows an example for
rd at silverboxy:~/test$ ls -l insgesamt 4 drwxr-xr-x 2 rd rd 4096 2006-02-23 17:08 dir -rw-r--r-- 1 rd rd 0 2006-02-23 17:08 file rd at silverboxy:~/test$
The console shows this log
fixme:imm:ImmReleaseContext (0x30170, 0x4997af70): stub fixme:imm:ImmReleaseContext (0x30190, 0x4997af70): stub fixme:imm:ImmReleaseContext (0x30170, 0x4997af70): stub fixme:imm:ImmReleaseContext (0x30170, 0x4997af70): stub fixme:imm:ImmReleaseContext (0x30170, 0x4997af70): stub fixme:commdlg:GetFileName95 Flags 0x00900000 not yet implemented fixme:imm:ImmReleaseContext (0x30190, 0x4997af70): stub fixme:process:GetProcessWorkingSetSize (0xffffffff,0x4075d768,0x4075d76c): stub fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub - harmless
when opening a file select box. Causes this one
fixme:commdlg:GetFileName95 Flags 0x00900000 not yet implemented
this wine glitch?
Thanks, Rainer
Hello Rainer,
On Sunday 05 March 2006 17:48, Rainer Dorsch wrote:
wine-0.9.9 still does not display folders correctly in a file select box (Lotus Notes in this case). Folders and files are displayed with the file symbol. It seems to be only a display issue, clicking on folders still opens them.
I would like to take a look at this, but I don't have a Notes license. Do you observe this behaviour with any other program available for free or with a demo version availabe?
Bye,
Hello Michael,
thanks for the prompt reply. I have one other (also commercial) program (a map viewer which came with a map CDROM) running on wine but it shows a completely different file select box.
I could recompile wine if you have a patch which generates more debug output and send the debug output (though I am the next 3 days away from my computer).
These are the two specific setting which I do for wine:
- I need to set win98 (winecfg) to get the file select box working at all - I need to set WINEDLLOVERRIDES="usp10=n"
Do you have any free easy to install app in mind which might show the same issue?
Thanks, Rainer
Am Sonntag, 5. März 2006 18:14 schrieben Sie:
Hello Rainer,
On Sunday 05 March 2006 17:48, Rainer Dorsch wrote:
wine-0.9.9 still does not display folders correctly in a file select box (Lotus Notes in this case). Folders and files are displayed with the file symbol. It seems to be only a display issue, clicking on folders still opens them.
I would like to take a look at this, but I don't have a Notes license. Do you observe this behaviour with any other program available for free or with a demo version availabe?
Bye,
On Sunday 05 March 2006 18:27, Rainer Dorsch wrote:
Do you have any free easy to install app in mind which might show the same issue?
Unfortunately, no. All the apps I've tested with seem to work fine. It might be a problem with the unix filesystem shell namespace extension. Could you try to browse the old drive letter based shell namespace (under 'My Computer' or 'Arbeitsplatz' on a german system) and figure if the problem persists there, too?
Bye,
Am Sonntag, 5. März 2006 19:15 schrieb Michael Jung:
On Sunday 05 March 2006 18:27, Rainer Dorsch wrote:
Do you have any free easy to install app in mind which might show the same issue?
Unfortunately, no. All the apps I've tested with seem to work fine. It might be a problem with the unix filesystem shell namespace extension. Could you try to browse the old drive letter based shell namespace (under 'My Computer' or 'Arbeitsplatz' on a german system) and figure if the problem persists there, too?
Not sure if I understood that correctly. I do everything within the notes file select box:
I went to 'Arbeitsplatz' in the Shell and then 'C'. MyDocuments was shown as a file, not a folder. I.e. the problem persists.
Thanks, Rainer