http://bugs.winehq.org/show_bug.cgi?id=5307
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-28-05 06:56 -------
KDE has that feature. Not sure about Gnome.
Wine just trying to stay complient with identical native components.
--
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=5308
Summary: FontLink does not work as expected on CJK env
Product: Wine
Version: CVS
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hzhrong(a)gmail.com
I used to setup the following reg keys (yes, copy&paste from MS Windows),
[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontLink\\SystemLink] 1135414249
"Tahoma"=str(7):"simsun.ttc,SimSun\0msgothic.ttc,MS UI
Gothic\0mingliu.ttc,PMingLiU\0"
and set the desktop font to Tahoma.
In my zh_CN.UTF-8 locale, latin chars use font Tahoma, while mutibytes chars use
SimSun, all look fine.
But these settings don't work as expected in recent version of Wine. In
zh_CN.UTF-8 locale, mutibytes chars should use SimSun, but in fact, it uses MS
UI Gothic.
That's because Wine use localised font family now, so in function
find_face_from_filename(dlls/gdi/freetype.c), if we try to look for family name
SimSun, it will fail.
The English family name of the truetype font simsun.ttc is SimSun, and localised
family name is "宋体 (\x5b8b\x4f53)". Wine saves localised family name but lost
English family name SimSun.
--
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=5307
------- Additional Comments From adrian.macneil(a)gmail.com 2006-28-05 06:25 -------
Sorry about that, just tried it on a friend's xp install and it behaved exactly
like you said.
However, I would have thought that this would be a common issue on wine, since
windows shortcuts can contain a working directory, and linux ones do not (unless
I haven't found them yet - highly likely)
--
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=5307
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-28-05 06:20 -------
This is an application's bug, not Wine's. Try starting it on Windows in the
console from the different directory - same exact result.
--
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=1301
------- Additional Comments From adrian.macneil(a)gmail.com 2006-28-05 04:29 -------
This still does not work in gnome with Wine 0.9.13, however I would like to
point out that the new Linux version of Picasa (picasa.google.com) can do it.
Seems odd that they can do it and we can't.
I ran the picasa version of wine taskmgr:
WINEPREFIX="/home/user/.picasa" /opt/picasa/wine/bin/wine taskmgr
and it installed the systray icon perfectly in the gnome system tray.
Google provide a tarball of the exact wine source version they used for picasa.
The only explanation I can come to is that they way they do it isn't the Right
Way to do it. If not, I hope this info helps someone.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5307
Summary: shareaza doesn't display images without correct working
directory
Product: Wine
Version: 0.9.13.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adrian.macneil(a)gmail.com
Using Shareaza (http://www.shareaza.com/), I can only get the splash screen, and
other images in the program to show up when I have the correct working
directory. For example:
---
cd .wine/drive_c/Program Files/Shareaza/
wine shareaza.exe
---
Works fine, all images in the program are displayed correctly.
However, using:
---
wine "c:\program files\shareaza\shareaza.exe"
---
(like the *.desktop file points to) images are not displayed, and a few minor
display glitches occur.
Wine should check the directory of the executable when looking for the pictures.
--
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=4051
------- Additional Comments From adrian.macneil(a)gmail.com 2006-28-05 04:04 -------
I can confirm this on Ubuntu Dapper release candidate, Wine 0.9.13 (winehq
build) crashes winecfg when I click on the audio tab.
Workaround (for me):
---
cd /usr/lib/wine
sudo mv winearts.drv.so winearts.drv.so.2
---
This could be due to the fact that I recently installed kubuntu with apt-get
(for non-ubuntu users: Ubuntu allows switching between Ubuntu and Kubuntu
without hastles, because they both use the same repositories)
--
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=5306
Summary: vartest.c is too large
Product: Wine
Version: 0.9.14.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamikaze(a)rss.lv
Starting from version 0.9.14 I can't compile wine (vartest.c) with my 64MB RAM
machine (gcc 4.1.1). There are no any error messages from compiller (about
vartest.c, it only crashes because of full memory) Before I had very big
compilation time at this step. Maybe it could be somehow splitted on two files?
--
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.