Tiny Core Linux

Off-Topic => Archive / Obsolete => SCM EXtensions => Topic started by: manit123 on March 22, 2013, 08:50:08 AM

Title: no keyboard input happening in program run via wine
Post by: manit123 on March 22, 2013, 08:50:08 AM
I have managed to install wine scm then using setup of windows program , i could install program to ~/.wine/cdrive/somethingsomething
I ran the installed program using
command
wine <path-to-installed-exe>

It is just that no keyboard input happens in program window though mouse click works
In the beginning I got some message about gecko etc. which i could not understand & skipped.
What do you suggest ?
Title: Re: no keyboard input happening in program run via wine
Post by: Jason W on March 22, 2013, 01:22:55 PM
Wine.scm is at least somewhat broken, and I have no current plans to invest time on it.  I will leave it up for anyone who may want to test it further and find a fix or workaround.
Title: Re: no keyboard input happening in program run via wine
Post by: alex on March 22, 2013, 03:09:34 PM
in winecfg uncheck something  like
'allow window manager control. ..."

rgds
Title: Re: no keyboard input happening in program run via wine
Post by: althalus on March 22, 2013, 03:16:04 PM
In the beginning I got some message about gecko etc. which i could not understand & skipped.
What do you suggest ?
Probably not the cause of your problem, but in general, you really should let wine install gecko etc on first run. Skipping it CAN cause problems.

Also, have you checked if the program will run under wine? (What application is it?)

And taking Jason W's response into account, consider switch to wine.tcz. It works perfectly for everything I've tried it with.
Title: Re: no keyboard input happening in program run via wine
Post by: manit123 on March 28, 2013, 08:19:08 AM
wine.tcz is equally fine . Actually takes more space & works like scm .
Also once I minimize every window except 'windows xp' program then keyboard input in it works.
The problem I noticed in both of them is that if you use keyboard shortcut in window program then title bar of all windows go away . Then I killed X using ctrl+alt+backspace & ran startx from prompt to re-begin.
Here is attached screenshot.

Have you noticed ?
Title: Re: no keyboard input happening in program run via wine
Post by: Rich on March 28, 2013, 08:43:51 AM
Hi manit123
Actually, you didn't lose the title bar, you lost the whole window frame.
Title: Re: no keyboard input happening in program run via wine
Post by: tinypoodle on March 28, 2013, 09:24:11 AM
Likely wm crashed, check with ps or top if PID is present.
If so, possibly no need to restart X, but just to start wm again:
Code: [Select]
wm-name &
Title: Re: no keyboard input happening in program run via wine
Post by: manit123 on April 01, 2013, 07:44:28 AM
thanks tinypoodle

Turns out flwm_topside was missing in 'ps' output .
Also I want to point out that wine.tcz takes more memory thans scm but picks up gecko application from correct location.