http://bugs.winehq.org/show_bug.cgi?id=18158
Summary: Approach thinks Samba Read Only databases are in a foreign language Product: Wine Version: 1.1.19 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P3 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: ToddAndMargo@verizon.net
Created an attachment (id=20623) --> (http://bugs.winehq.org/attachment.cgi?id=20623) trace on foreign language pop up
Hi All,
I am am the OP on 15088. Now that I can actually get into Approach, I have been using it all day. I have five bugs to report. (I am presuming you want them on different reports.) I am running the native msvcrt.
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
Bug number four: the open dialog box thinks Samba read only (0544) databases are in an unsupported language. Samba maps the Windows read only bit to owners "write" bit. 0544 would be seen in Windows as Read Only=on, Archive=on, Hidden=off, System=off
An smb.conf example (in the share section): ; map archive owner execute bit must include 0100 ; map system group execute bit must include 0010 ; map hidden world execute bit must include 0001 ; Note: after doing all the above map stuff, it is a good idea to do ; a mass chmod to 2766 (Read Only=off, Archive=on, Hidden=off). ; And, you definately want hidden to be turned off!!! force create mode = 0000 create mode = 0777 force directory mode = 0000 directory mode = 0777 map archive = yes map system = yes map hidden = yes
Bug number four:
To reproduce: 1) mark all the of files associates with your test database to 0544 (chmod 0544 *) 2) open Approach with the native msvcrt 3) open the database you just tagged with 0544
Here is a sample database to play with: ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
-T