Software :: Applications Not Taking Typing Input?

Jul 8, 2010

I'm using an application, then suddenly, it won't take any typed input. Happens on my internal and USB keyboard (is a laptop). Happens usually to just one application at a time (I can type in other applications). The only way I see to fix it is to quit the application, and restart the application. Very bad if I have lots of work open!

Software where I have seen this problem:
firefox
gedit
gimp
save dialogs

My setup:
Debian 5.0.4
XFce
SCIM

View 1 Replies


ADVERTISEMENT

General :: Keyboard Input Time Is More For Typing Commands?

Aug 15, 2010

While typing commands it takes more time to type.let me know on how to correct this

View 3 Replies View Related

Programming :: Python - Find And Replace While Typing In Raw Input

Apr 30, 2010

I'm writing a program in Python that presents a place for the user to input one-line of text (using raw_input). I need, however, as the user types, for certain words to be replaced, even before the user hits enter.

I try to make an animation so you can see what I mean, here the word "pig" gets replaced with "sheep":
>I|
>I |
>I l|
>I li|
>I lik|
>I like|
>I like |
>I like t|
>I like to|
>I like to |
>I like to e|
>I like to ea|
>I like to eat|
>I like to eat |
>I like to eat p|
>I like to eat pi|
>I like to eat pig|
>I like to eat sheep|

Note, the user never typed "sheep", the program replaced "pig" with "sheep" as soon as they finished typing the word "pig". The user did not use "Enter". Is this at all possible in Python?

View 4 Replies View Related

Software :: Taking Output From Lspci And Using As Input

Mar 25, 2011

I want to take the output from lspci | grep VGA and grab the BusID's of each video card installed on a server. I then want to take these BusID's and convert them to decimal (Which I can do fine). I then want to take these numbers and have them as the input of a few perl search and replace commands for xorg.conf. I'm mostly stuck on trying to get each BusID that is outputted from lspci and using them as inputs (or variables).

View 1 Replies View Related

OpenSUSE :: Words Unexpectedly Disappear When Typing (in Multiple Applications)

Jul 15, 2010

I have trouble when typing in Open Office Writer, Kmail, and zim, among other applications. It's not due to unintentional use of the 'insert' key, either.When I type in these applications, the word I am typing often disappears entirely if I don't add a space, return, or punctuation at the end of the word, or use the arrow keys. For example, when setting up a profile in Kmail, I typed my email address into the settings dialog box, and it kept removing the last part of the address: "myname@univ.edu" would always become "myname@univ." unless I added a space after the edu.

When I first encountered this behavior, in Writer, I thought it was a bug with the AutoComplete feature. But now that I've seen it in other applications, I think it is something more general. how to stop the unexpectedly deletion of words while typing?

View 3 Replies View Related

Programming :: Bash Scripting - Taking User Input And Adding It To A Particular Area Of A File?

Jan 12, 2010

in bash scripting...say I want to take the input from a user via a question...I would do this:

Quote:

#!/bin/bash

echo "How large do you want this partition to be in GB (enter only the number)?" read PART_SIZE echo "You want your partition to be $PART_SIZE GB" But I don't want to echo it back to the screen, I want to add it to the content of /etc/fstab. I have been mucking around with sed to find the tmpfs partition in /etc/fstab and add the partition size attribute (this is to use the onboard RAM as a volatile partition)...but am not having any luck...

The portion of /etc/fstab that uses /dev/shm for the tmpfs partition is:

tmpfs /dev/shm tmpfs defaults 0 0

So, if a user says "24" GB to the answer (from above), how do I get it to automatically add that value to the tmpfs partition line in /etc/fstab? So it would look like:

tmpfs /dev/shm tmpfs size=24g,defaults 0 0

I understand that I would also have to come up with a way to put "size=XXg", which I could do with a copied over generic file before this action...then the script would have to find "XX" and replace it with the user's figure...

View 7 Replies View Related

Ubuntu :: Click On A Text Box To Write And Star Typing Only To Find Out Typing Somewhere Other Than Where Clicked?

Jun 17, 2010

Half the time I click on a text box to write and star typing only to find out I'm typing somewhere other than where I clicked.It's not dwell click and the active text box seems to be related to mouseover.

View 2 Replies View Related

Applications :: Trace User's Command Input History?

Jul 15, 2010

I wanna trace user's command input history. but I dont plan to use "history", "lastcomm" becauze there is not detail of the user command history. if there is some software use to log user command to one file or database, it's suit for me.

View 1 Replies View Related

Ubuntu Security :: Scripts Or Applications Cannot Install Without The 'sudo' Prompt And User Input?

Feb 12, 2010

Would it be safe to say that if I build a restricted user: "Desktop" or "unprivileged" user I will be ok? From what I understand - most scripts or applications cannot install without the 'sudo' prompt and user input.

View 8 Replies View Related

Ubuntu Multimedia :: Change Stereo Mic Input To Mono Input?

Nov 4, 2010

I recently got a real fancy unidirectional microphone, but when I go and use it, something strange happens. The mic is a mono mic, but when I record something, it appears to think it's stereo. Instead of having the same thing on both channels, it puts it all in the left channel, and silence on the right channel.

I tried fiddling with alsamixer. In capture (F4), adjusting the "Capture" device has an effect. However, it doesn't do anything useful. Lowering the right channel to zero does nothing, lowering the left channel to zero creates silence, and disabling the right channel creates silence.

In my System>Preferences>Sound (or pavucontrol, or what-have-you), there are "Analog Stereo Input" and "Analog Stereo Duplex" options there, but no "Analog Mono Input" or "Analog Stereo Output + Analog Mono Input" options (the latter being ideal).

Something interesting, though, if I do this:
Code:
arecord -r 96000 -D pulse -c 1 -vv -V mono /dev/null
it works correctly and outputs on both channels. But if I do
Code:
arecord -r 96000 -D pulse -c 2 -vv -V stereo /dev/null
then it's back to the same behavior. The VU meter on the second command shows the left channel going up and down as I make noise, but the right one always at zero.

The machine does have a crap internal mic built in to the screen bezel. If I do either of the above commands, they both work correctly. The stereo VU shows the same activity for both channels.

The machine is a Eee 1015PED, which has Intel integrated sound. Something probably insignificant is that the mic has a 1/4 inch mono plug, and to get it to plug into the Eee, I needed to get a 1/4 female to 1/8 male adapter. The mic's 1/4 plug is mono (duh) and therefore two-conductor, but the adapter I got is stereo, or three conductor (L, R, GND). I don't know if this is tripping something in hardware to tell it it's stereo or something.

I tried the mic on my desktop, which has a SB Audigy 4 (the non-pro flavor) and that has the "Analog Mono Input" function, so that works fine. Is there some way to turn this stereo input into mono input?

View 1 Replies View Related

Ubuntu Multimedia :: Change The From Mic Input To Line Input?

May 1, 2010

I installed Lucid. I used to have Ubuntu 9.10 and to connect my iPod to my laptop's speakers. There was an option in 9.10 in the Sound Options to change the Mic Input into a Line Input. But now unfortunately I can't find it in Lucid have only 2 audio ports in the laptop: Headphone port, Mic port.

View 9 Replies View Related

Ubuntu :: Japanese Input - 10.04 - SCIM Input Program ?

May 5, 2010

I would like to use Japanese kana (hiragana, katakana, kanji) on Ubuntu but everything that I've tried to get it set up and running isn't working. The Spanish that I have set up is working perfectly so far.

I've read, the SCIM input program should start up automatically when loading a program, it doesn't. When I have it loaded I cannot seem to get the input working.

View 9 Replies View Related

Ubuntu :: Can't Get Thai Language Input To Work - In "ibus Preferences/input Method" - No Languages Are Shown

May 29, 2010

I can't get Thai language input to work.

In "language support" I installed Thai, but it remains grayed out.

In "ibus preferences / input method", no languages are shown.

I added:

I added: "ibus-daemon --xim" to startup applications. No effect.

View 1 Replies View Related

OpenSUSE :: NX Nomachine Typing On Its Own?

Dec 8, 2010

I have nx nomachine installed on 64bit opensuse 11.2. All was fine until I ran updates this week and now it seems that it has a mind of its own. (dont remember which packages were updates)Every time I open the cli it just starts typing the equal symbol on its own. In fact every time I open anything that can accept text input it just starts adding equal symbols. It enters them about 2 every second.Code:jason@FileServer:~> =========================I uninstalled all the NX packages, killed the .nx folder in my user folder and then reinstalled the packages and still the same thing.

View 5 Replies View Related

Ubuntu :: Several Applications Click On And It Takes To The Installer How To Remove Those Types Of Applications

Jul 28, 2011

I haven't used Ubuntu for a while, and just reinstalled it. I have one major dislike about the new version, There are several applications I click on and it takes me to the installer.How do I remove those types of applications or just install them all?

View 3 Replies View Related

Ubuntu :: 90% Of The Applications Install - Last Release - Do Not Show Up Later On In Applications Menu

Jul 24, 2010

I feel shy asking this question but, 90% of the applications I install in Ubuntu (last release), do not show up later on in the applications menu, so I cant run them. I know it seems silly, but I can't find the way to handle this inconvenience. Is there a place (like Start> All programs in Windows), were I could find and run all the programs I install?

View 1 Replies View Related

General :: X11 - Tell If User Is Actively Typing?

Nov 16, 2010

I'd like to write a little script to ask me what I'm doing at regular intervals, but I'd like it not to grab focus if I'm in the middle of writing an email or filling in a password. The two options I've come up with are (1) notify-send/pynotify which lets me pop up a notification bubble in the top right of my screen which is perfect, but can't seem to include a text entry field; and (2) zenity and similar which bring up a window with a text field, but steal focus when they do.

View 2 Replies View Related

Ubuntu :: Logitech MX5000 Not Typing?

Jun 5, 2010

I'm having a very strange problem with my Logitech MX5000. It used to work fine but now I am experiencing some problems.When I start up my PC WITHOUT my spare wired keyboard plugged in, does not type more than one character -I mean only one character- after a random number of key presses (50-100 or more).However, if I start up my PC WITH my spare USB keyboard plugged in, my MX5000 works perfectly.Bluetooth (on) has recognized, installed and connected the keyboard. In fact, now, I am typing this message on MX5000 -with the wired keyboard connected to the PC.

View 1 Replies View Related

Ubuntu :: Disable Touchpad While Typing?

Jun 23, 2010

I've read through [URL] but I can't seem to disable my touchpad while typing (it seems to be extremely sensitive to touch).

I can't disable touchpad, else it will disable all X.org input

Code:
$ sudo aptitude purge xserver-xorg-input-synaptics
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]....

View 9 Replies View Related

Ubuntu :: Disable Touch Pad While Typing

Jun 27, 2010

Where is the "disable touch pad while typing" preference stored and how can I alter it without using the GUI?I have written a script to disable my touch pad, but if the "disable touch pad while typing" preference is on it the touch pad will reactivate its self after I type. Clearly the "disable touch pad while typing" preference must be stored somewhere, if someone could tell me where I could alter my script to disable the preference along with my touch pad.

View 4 Replies View Related

Ubuntu :: Hotkeys Trigger While Typing?

Mar 12, 2011

This has been happening for a while and I can't figure out how to fix it. If I'm surfing the web listening to music, when I type something -- the song will start changing. Has anyone else run into this problem? Does anyone know how to fix it

View 1 Replies View Related

Ubuntu :: Disable Trackpad While Typing On Mac?

May 23, 2011

I'm having trouble typing in ubuntu on my macbook because my palms sometimes touch the trackpad while I'm typing. I've seen a ton of posts about how to disable the trackpad when a USB mouse is connected, but I just want to write a scripthat I can run to unconditionally disable the trackpad and turn it back on. I don't care if it requires an extra keystroke or even if I have to write 2 scripts - one to turn it off and another to turn it on.

View 3 Replies View Related

Ubuntu :: Erasing Applications From Installed Applications Menu?

Jun 5, 2011

I was wondering if there was any way to remove icons from the installed applications menu?I recently attempted to install GOG.com's Zork Anthology using Wine and when I de-installed, the icons for those files were still listed in installed applications. Is there anyway to delete them manually?

View 2 Replies View Related

Applications :: Automated Install Of 30 Applications Across Multiple Distributions?

Jun 15, 2010

I'm setting up a large number of virtual machines, each with a basic set of about 30 applications. Obviously, I don't want to do everything manually so I'm looking for ways to automate this process. Multiple distributions (Ubuntu, Red Hat Ent., FreeBSD, CentOS, etc.) will be used, meaning I will have a few Ubuntu installs with the basic set of 30 applications, and multiple Red Hat installs with the same set, etc. So, I'm looking for advice on automating as much of this as I can, even if it means a new form of automation for each distro.

View 1 Replies View Related

Software :: Get Installed Applications List And Applications Activity

May 25, 2009

Is there a programmatic way to get the list of all installed applications on Linux.

Also, how can we get the application activities in Linux OS like running applications name, time of day when they started, duration till the applications were running on system, application version etc.

Is there a way to do this in C/C++.

I am building an app that runs like a daemon and fetches the applications status and sends it to the network admin for him to monitor the application usage pattern on the user computers in the network.

View 1 Replies View Related

Debian :: Run The Game By Typing Dangerdeep In The Terminal?

May 30, 2010

I wonder if anyone has managed to get this game working? Looks interesting... I tried to install it on my Testing amd64 having read about it in linuxjournal and in the link given there. But no luck...

I downloaded the x86 & x86-64 installer with:

wget [URL]

Then according to the guide:

chmod u+x dangerdeep-0.3.0-linux-installer.bin

Then I tried to run the installer from the user terminal but it informed that it was necessary to run it as root. After installing it with

# ./dangerdeep-0.3.0-linux-installer.bin

I typed in dangerdeep in the user terminal which returned:

$ dangerdeep

dangerdeep: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

found information in Synaptic that the library libgl1-mesa-swx11 is also known as libGL or libGL.so.1.

But installing it with # aptitude install libgl1-mesa-swx11 results in the removal of libgl1-mesa-glx, and when trying to run the game by typing dangerdeep in the terminal, it still complains about an error while loading shared libraries libGL.so.1.

it looks a bit tricky to get this game running on Squeeze so I reinstalled libgl1-mesa-glx.

View 11 Replies View Related

Debian :: Testin Can't Scroll Down Man Pages Typing 'j'

Jun 4, 2010

It's debian testing. I can't scroll down any man pages with typing 'j'. I must hit <ENTER> to scroll down. Why is it ?

And i can't scroll up manpages.

View 7 Replies View Related

OpenSUSE :: Response To Keyboard Typing Delayed?

May 21, 2011

I have openSUSE 11.3 on my Lenovo Thinkpad X61. It has been running fine for many months, but yesterdaychanged. For example, between the two previous words I had actually typed "something" ("yesterday something changed") but it was lost. I type at normal speed but the machine cannot keep up. Hopelessly annoying. This happens in every application I have checked. The only unusual thing I did yesterday was to load a bunch of photos off a relative's digital camera. I'm concerned I may have picked up spyware.

View 3 Replies View Related

Ubuntu Servers :: Login Via SSH Without Typing Password?

Jun 21, 2010

How I can save my password so I don't have to type it in every time I log into my server? It's a real distraction.

View 1 Replies View Related

Ubuntu :: Typing Break Program For XFCE?

Jul 9, 2010

Do you know a tool that forces me to do a typing break like the one in GNOME's keyboard preferences? I did some search on the net but I only found references to GNOME's typing break tool.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved