http://bugs.winehq.org/show_bug.cgi?id=1385
------- Additional Comments From robin-wine(a)kallisti.net.nz 2006-30-03 17:57 -------
For the game Afterlife, keyboard input doesn't work when it is full screen, does
work when it's in a window.
It's definitely still something of an issue.
--
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=4962
Summary: keyboard layout
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: csoki(a)freestart.hu
Me and other hungarian users found a very disturbing bug. So, we use often use
accentuated letters, such as ó, ü, ö, á, é etc. But some of these chars visible,
but for example é and á and ű changed with ó. I've tried to find the problem.
My result:
I had to change my /etc/X11/xkb/symbols/hu file, because
wine does not understand well the next format:
key { [ 1, apostrophe, asciitilde, dead_tilde ] };
but understands:
key { [ 1, apostrophe ],
[ asciitilde, dead_tilde ] };
More linux distros, such as Debian, Ubuntu, SUSE include the first format. For
example Mandrake and UHU include the right format.
I hope you can solve this problem.
Bye
Csoki
--
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=4096
------- Additional Comments From wine.dev(a)web.de 2006-30-03 16:06 -------
I forgot to mention:
The Registry must be writeable (KEY_WRITE) for:
"HKLM/Software/Microsoft/Windows NT/CurrentVersion/InIFileMapping"
This will not work with the Groups "USER"/"Power USER".
"Administrators" works.
--
By by ... Detlef
--
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=280
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 15:44 -------
Just outta curiosity, would that be an X server call, or a wineserver call?
--
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=4730
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 15:13 -------
Even if ESD is deprecated, you are still having a problem when just running it
with ALSA, or are you saying this isnt a problem anymore since you upgraded to
dapper?
Have you tried setting wine to use ALSA, and then making sure that no other
sound server (like arts or esd or jack) was using the sound device, and then
running wine?
If not, please try, and let us know the outcome.
--
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=280
------- Additional Comments From marcus(a)jet.franken.de 2006-30-03 14:53 -------
Please just use the linux version.
AcceptEx() will need us to add a new server call
which replaces the sListenSock unix fd by the new one returned.
--
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=4730
------- Additional Comments From lcid-fire(a)gmx.net 2006-30-03 14:42 -------
Since I upgraded to dapper and in gnome esd is said to be deprecated I think one
could close this bug.
--
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=2400
lav(a)etersoft.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2012
nThis| |
------- Additional Comments From lav(a)etersoft.ru 2006-30-03 13:39 -------
Hi, Augusto!
I connect to application server with follow command:
$ X -query server
and get the described effect. With X server running on app. server all gets
fine.
--
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=1163
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2006-30-03 13:20 -------
Maybe I described it as more difficult than it is, then.
You do not have to implement any actual BiDi reordering code. All you have to do
is call the existing BiDi functions (in our case, it's GetCharacterPlacement,
with example code readilly available inside the ExtTextOut implementation). This
function also gives you the logical->visual map.
All you have to implement yourself is just the actual glue between the pieces.
Looking at the code again, there is even an already implemented helper function
to do that, which you may be able to use as-is, called "BIDI_Reorder".
Oh, and the flag I was talking about is called "ETO_IGNORELANGUAGE".
Shachar
--
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=1163
------- Additional Comments From Speeddymon(a)gmail.com 2006-30-03 13:07 -------
It looked a lot easier than originally described. I was thinking that all of
the mumbo jumbo you just said was already done and that it would be fairly
trivial, but that Shachar had just not had the time to do it.
--
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.