[Bug 19924] New: centry7 application (running within IE) doesn't handle font correctly
http://bugs.winehq.org/show_bug.cgi?id=19924 Summary: centry7 application (running within IE) doesn't handle font correctly Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: toralf.foerster(a)gmx.de Today I tried to replay an internal IBM presentation using the Centry software tool w/ this command line: $>wine TAD4DLMT-7.2-Server-Installation-\(PSS916584\)_en_US_09-09-01_10.06.exe 1>log.txt 2>&1 AS seen in the attached screen shot, the presentation itself is displayed well, audio works fine, but the lists to the left side are empty except the icons. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 --- Comment #1 from Toralf Förster <toralf.foerster(a)gmx.de> 2009-09-03 07:35:58 --- Created an attachment (id=23403) --> (http://bugs.winehq.org/attachment.cgi?id=23403) screen shot centra7 snapshot -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 --- Comment #2 from Toralf Förster <toralf.foerster(a)gmx.de> 2009-09-03 07:36:45 --- Created an attachment (id=23404) --> (http://bugs.winehq.org/attachment.cgi?id=23404) output -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-09-03 11:03:22 --- Try 'wget kegel.com/wine/winetricks && sh winetricks cc580' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 Toralf Förster <toralf.foerster(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Toralf Förster <toralf.foerster(a)gmx.de> 2009-09-03 12:49:40 --- (In reply to comment #3)
Try 'wget kegel.com/wine/winetricks && sh winetricks cc580'
indeed - thx :-) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Component|-unknown |comctl32 Resolution|FIXED | --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-09-03 13:36:07 --- There's still a wine bug to fix. Can you get a +listview trace. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 --- Comment #6 from Toralf Förster <toralf.foerster(a)gmx.de> 2009-09-04 02:52:34 --- The problem is related to font smoothing. If I run this shell function : function fontSmoothing { typeset TMPFILE=$(mktemp) echo "font smoothing..." echo ' REGEDIT4 [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 ' > $TMPFILE ~/devel/wine-git/wine regedit $TMPFILE rm $TMPFILE } then the issue appears. I can reproduce it with the following sequence : tfoerste(a)n22 ~ $ rm -rf ~/.wine tfoerste(a)n22 ~ $ export WINEDEBUG=+listview tfoerste(a)n22 ~ $ ~/devel/wine-git/wine ~/devel/wine-git/programs/winecfg/winecfg.exe.so > winecfg.log 2>&1 tfoerste(a)n22 ~ $ setup_wine_for_notes.sh f font smoothing... tfoerste(a)n22 ~ $ Could not parse file '/home/tfoerste/.local/share/applications/kde-kxmleditor.desktop': Invalid key name: Exec[$e] File '/home/tfoerste/.local/share/applications/qgo.desktop' contains invalid MIME type 'Application' that is missing a slash Could not parse file '/home/tfoerste/.local/share/applications/sametime.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/wpa_gui-wpa_supplicant.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/tec.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/openoffice.org-calc.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/xpn.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/Terminal 3270.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/kde-kate.desktop': Invalid key name: Exec[$e] tfoerste(a)n22 ~ $ wine ~/tlm/tad4d/TAD4DLMT-7.2-Server-Installation-\(PSS916584\)_en_US_09-09-01_10.06.exe
centra.txt 2>&1
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |-unknown --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-06 16:52:36 --- I don't think this is comctl32 bug, if your smoothing settings change things. Please retest with wine-1.2-rc2-111-g9aa9a12. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 --- Comment #8 from Toralf Förster <toralf.foerster(a)gmx.de> 2010-06-07 04:08:48 --- (In reply to comment #7)
Please retest with wine-1.2-rc2-111-g9aa9a12. Issue still exists in this git tree.
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 Toralf Förster <toralf.foerster(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Toralf Förster <toralf.foerster(a)gmx.de> 2011-08-05 04:08:34 CDT --- works in current git tree of wine -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19924 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2011-08-05 12:37:49 CDT --- Closing bugs fixed in 1.3.26. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org