wine is not showing chars when typing

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

wine is not showing chars when typing

Post by xekhz »

I have a strange problem with an application i use based on WTK-4GL server.

my client machine first boots the wtk-4gl server appliance, then i do

ssh sigam@4GLSERVER 'cd salarios/bin/; export FGLGUI=1; export FGLSERVER=HOST1; USERNAME=sigam; fglrun newsal_4js'

this action brings a display with a login and password to my machine.
Until now everything is ok.

When i was using wine version 1.0.1 I could see the chars I input in the username.
Since i upgraded to 1.0.23 I can type but no chars are displayed

Thanks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

wine is not showing chars when typing

Post by austin987 »

On Mon, Jun 22, 2009 at 8:54 AM, xekhz<[email protected]> wrote:
I have a strange problem with an application i use based on WTK-4GL server.

my client machine first boots the wtk-4gl server appliance, then i do

ssh  sigam@4GLSERVER 'cd salarios/bin/; export FGLGUI=1; export FGLSERVER=HOST1; USERNAME=sigam; fglrun newsal_4js'
You probably want an 'export' before 'USERNAME'
this action brings a display with a login and password to my machine.
Until now everything is ok.

When i was using wine version 1.0.1 I could see the chars I input in the username.
Since i upgraded to 1.0.23 I can type but no chars are displayed
Run a regression test:
http://wiki.winehq.org/RegressionTesting

--
-Austin
Locked