Whenever I try typing anything into any application, all I get is one character and then I cannot add any more or even delete it unless I exit out. When I load it back up the same thing happens. This problem also persists within the Wine configuration, I can only change one number in the window size box. I have tried the riched20 winetrick and I have uninstalled the program and reinstalled it multiple times. Does anyone have any suggestions?
I run on Ubuntu 8.10
When typing, only one character for any app.
When typing, only one character for any app.
On Tue, Jan 27, 2009 at 4:43 PM, brian256 <[email protected]> wrote:
--
-Austin
Any application? Does 'wine notepad' work?Whenever I try typing anything into any application, all I get is one character and then I cannot add any more or even delete it unless I exit out. When I load it back up the same thing happens. This problem also persists within the Wine configuration, I can only change one number in the window size box. I have tried the riched20 winetrick and I have uninstalled the program and reinstalled it multiple times. Does anyone have any suggestions?
I run on Ubuntu 8.10
--
-Austin
Re: When typing, only one character for any app.
No, I try typing "hello" and all I get is "h"austin987 wrote:On Tue, Jan 27, 2009 at 4:43 PM, brian256 <[email protected]> wrote:
Any application? Does 'wine notepad' work?
--
-Austin
When typing, only one character for any app.
On Tue, Jan 27, 2009 at 5:08 PM, brian256 <[email protected]> wrote:
Be sure to test in a clean ~/.wine, to get rid of any tweaks you tried.
What wine version? What keyboard layout?
--
-Austin
Hmm. Strange. Any terminal output?austin987 wrote:No, I try typing "hello" and all I get is "h"On Tue, Jan 27, 2009 at 4:43 PM, brian256 <[email protected]> wrote:
Any application? Does 'wine notepad' work?
--
-Austin
Be sure to test in a clean ~/.wine, to get rid of any tweaks you tried.
What wine version? What keyboard layout?
--
-Austin
Re: When typing, only one character for any app.
I'm using version 1.1.13. I just re-installed it and tried notepad and I got the same thing. I have a standard U.S. qwerty keyboard, and I'm not sure how to check my terminal output for wine.austin987 wrote:On Tue, Jan 27, 2009 at 5:08 PM, brian256 <[email protected]> wrote:
Hmm. Strange. Any terminal output?
Be sure to test in a clean ~/.wine, to get rid of any tweaks you tried.
What wine version? What keyboard layout?
--
-Austin
When typing, only one character for any app.
On 2009-01-28 (Wednesday) 01:07:39 brian256 wrote:
run this command to clean your configuration:
rm -rf ~/.wine
By running it you will lose everything you installed in this Wine prefix. If
you don't want to lose anything but just want to test in clean Wine prefix
then run:
rm -rf ~/.wine-clean; WINEPREFIX=~/.wine-clean wine notepad
This command will launch notepad in clean Wine prefix each time you run it
(without touching your default Wine prefix - ~/.wine).
Reinstalling Wine will not change anything in your configuration! You need toaustin987 wrote:I'm using version 1.1.13. I just re-installed itOn Tue, Jan 27, 2009 at 5:08 PM, brian256 <[email protected]>
wrote:
Hmm. Strange. Any terminal output?
Be sure to test in a clean ~/.wine, to get rid of any tweaks you tried.
What wine version? What keyboard layout?
--
-Austin
run this command to clean your configuration:
rm -rf ~/.wine
By running it you will lose everything you installed in this Wine prefix. If
you don't want to lose anything but just want to test in clean Wine prefix
then run:
rm -rf ~/.wine-clean; WINEPREFIX=~/.wine-clean wine notepad
This command will launch notepad in clean Wine prefix each time you run it
(without touching your default Wine prefix - ~/.wine).
Re: When typing, only one character for any app.
Thanks for that, I'm pretty new to all of this. After cleaning my configuration it works perfectly, which is strange because I did not install anything other than itunes before I found out the typing issue.L. Rahyen wrote:On 2009-01-28 (Wednesday) 01:07:39 L. Rahyen wrote:
Reinstalling Wine will not change anything in your configuration! You need to
run this command to clean your configuration:
rm -rf ~/.wine
By running it you will lose everything you installed in this Wine prefix. If
you don't want to lose anything but just want to test in clean Wine prefix
then run:
rm -rf ~/.wine-clean; WINEPREFIX=~/.wine-clean wine notepad
This command will launch notepad in clean Wine prefix each time you run it
(without touching your default Wine prefix - ~/.wine).
Thanks once again.
-Brian