Ubuntu :: Keyboard Input Disabled In Flash
Mar 10, 2010
The issue I've been having is with Flash on websites; most notably, Livestream's Flash-based browser viewer, and Adult Swim's flash-based games. Clicking works perfectly fine, but the keyboard input is entirely disabled for the Flash area. Text boxes, or game controls, won't respond at all, even when everything else is still working.The only way to input any text into Flash-based text boxes is to write it somewhere else (Firefox's URL or Search bar, or in GEDIT), then copy+paste into the tect box (again, Ctrl+V won't work, only right-clicking and pasting will go through).
I've tried multiple versions of the Adobe Flash player, including the installer directly from Adobe's site, the adobe-flashplugin package in Synaptic, the flashplugin-installer package, and I believe I tried GNASH as well (although I'm not sure if that did anything).I haven't had a chance to attempt to downgrade either one yet, however, nor have I been able to test another browser.I've seen a few other issues of this sort pop up here before, but they've all either gotten no solutions, or they're a year or two old, or they're running into 64-bit-specific issues. Hopefully this is posted in the correct location, and fingers crossed someone has an answer (or better yet, a solution).
View 2 Replies
ADVERTISEMENT
Jun 28, 2011
has bash a command that reads the keyboard status and exits? I want to write a loop of this form:
Code:
while [ 1 ] do
sleep (1)
[code]....
View 14 Replies
View Related
May 2, 2010
Upgraded from 9.04 to 9.10, touchpad on my laptop stopped working, but i had my USB mouse so I upgraded to 10.4. After the reboot, both the USBMouse and touchpad no longer work, rendering my Ubuntu Installation a useless. Luckly I have OpenSuse installed on this laptop as well. I have a Gateway MP6954
View 1 Replies
View Related
Jul 14, 2010
After some time, one PC in one user account cant anymore interact with keyboard. When I change user in same machine, other user can (it is obviously not hardware and system issue). After e.g. week, even second have same problem. Same start with other PCs.
View 2 Replies
View Related
Jun 26, 2010
After installing the latest updates to 10.04 (there were many, so I don't know root cause) Flash didn't work properly. I'm running Adobe flash 10.1r53, 2.6.32-22-generic kernel, Chrome5.0.375.86, Firefox3.6.3
Pandora complained "Flash Local Storage is Currently Disabled". When I went to Adobe Flash Player Settings Manager Global Security Settings Panel, it wouldn't allow me to click the box to "Allow third-party Flash content to store data on your computer". It was unclickable. I also received the Google Chrome error "Your Permissions Can Not Be Read".
[URL]
The fix to Flash isn't much different. Perform this command & it should fix it for Google Chrome and Firefox.
sudo chown user:user/home/user/.macromedia/Flash_Player#SharedObjects
Somehow all these directories had its ownership changed to root.
View 3 Replies
View Related
Dec 20, 2009
I am quite experienced in installing openSUSE. (I used it for many years.) But the problem showed below tricks me out.
I just tried to install openSUSE 11.2. In initmode 3 the keyboard works well. Everything worked well up to the moment I started runlevel 5. In XWindows Modus, the keyboard and the mouse are disabled. And I cannot get back to any other Virtual console.
When I started sax2, I get something (in the file /var/log/Sax.log) or both mouse and keyboard like this:
It indicates , mouse and keyboard are disabled.
Here are my questions:
How can I ENABLE my keyboard and my mouse?
Where is the file that configures sax2?
Do I have to set ("on") the AutoAddDevices? or to "off"
View 4 Replies
View Related
Oct 10, 2010
I've installed SalixOS LXDE and thought it was the best thing but... After I disabled almost all services except syslog, dbus, and hald while inside lxde desktop. I rebooted and my mouse and keyboard no longer worked. So then I booted my Slackware install and edited /etc/inittab on the salix partition so I could boot into init 3 (I kinda like init 3 more than 4 anyway). Booted back into salix and keyboard seems to work but gpm doesn't... Gpm can't find any mouse so I do an lsmod and there's only about 4 modules loaded? Crap... So I dig around /etc/rc.d folder and I think it's got to do with me disabling the udev services when everything was fine after a fresh install...
I ran the init script for udev but it does nothing... I also ran pkgtool and went to setup, selected services and hit enter but it jumps back to the main menu?! I don't know if that's a glitch or what but it won't even let me pick the services with pkgtool... So what can I do to change everything back to their default value? I only booted once into my new salix install, changed services, rebooted, and then problems... I really loved the way everything was working on my first boot. Salix is one of those distro's that really gave me a happy feeling with linux so I'd really hate to stop using it over this one wrong thing I did...
View 3 Replies
View Related
Aug 31, 2009
Screensaver mode was engaged in KDE via Control-Alt-L. Then after a while the screen when blank. I was able to get the login screen by moving my mouse; however, the keyboard was somehow disabled. It would not transmit any input. I hit cancel with the mouse and the keyboard could not bring up the login dialog box. This doesn't happen if the screensaver is engaged briefly - only for an extended period of time (perhaps 30 minutes)
View 2 Replies
View Related
May 4, 2010
I have done a clean install of Ubuntu 10.04 on my laptop. However I don't like Evolution mail client and installed Thunderbird from the repositories. It installed fine and comes up with the wizard to fill account details in but for some reason you can't input anything from the keyboard - it seems greyed out. I tried uninstalling and re-installing but it's still the same. Everything else is fine and working.
View 9 Replies
View Related
Oct 27, 2010
how to change my input language (the way typing in accents affects the output character).
Currently I am on a Brazilian abnt keyboard and an English system (which is what I want), but I am unable to output accented characters - which I sometimes want, when I am not programming. I need something to switch around, but cannot find where to configure additional languages (not keyboards) neither where to switch.
I am on 10.04 with a gnome desktop.
View 6 Replies
View Related
Feb 10, 2011
I want to create a script to send input to an already open window from the command line. The reason that I want to do this is to automatically control a game running on a emulator screen. So, for example, I want to send commands like "up" "up" "w" "s" ..
View 4 Replies
View Related
Jun 2, 2011
I switched to pure LXDE desktop in my Ubuntu and now my Keyboard Input Methods dialog doesn't show up. When I click on the menu item nothing happens. The Preferences menu item in the keyboard icon in the panel doesn't work either.
View 9 Replies
View Related
Aug 8, 2011
Running natty. Main user account. In Ubuntu & Ubuntu Classic, both gnome, no keyboard or on-screen keyboard input. Compiz & metacity both bad. Mouse okay. Other user accounts okay. KDE okay.
Tracked problem to /home/{user}/.gconf/desktop/gnome/session/required_components/%gconf.xml. Removed file, problem goes away.
File contents:
<?xml version="1.0"?>
<gconf>
<entry name="windowmanager" mtime="1303412016" type="string">
<stringvalue>compiz</stringvalue>
</entry>
</gconf>
View 1 Replies
View Related
Mar 31, 2010
Been a long time since I was on ubuntu again. Saw the new 9.10 version and decided I should take it up again. Only problem is, and I've come across it quite alot, (but never a working solution). That my ctrl key isn't doing anything at all, therefor making every keyboard shortcut (copy/paste/new tab in firefox...etc) not working. It's not compiz his fault, i've had the same issue before i installed it.
Also i tried switching keyboard layouts, when i key press i don't see the ctrl key light up on screen, BUT when i press shift+ctrl, it does Anyone got a clue in how to revive my loving and overused ctrl button again ?
View 1 Replies
View Related
Nov 7, 2010
I'm running a 13" white Macbook. The keyboard worked fine, until today. I logged in and half the keys didn't work, the other half were numbers not the letters they were supposed to be. This started after log in, meaning I was able to enter my password properly: The problem starts when gnome boots up.
By copy and pasting, I installed Kubuntu, where the keyboard also works properly, so this is clearly a gnome problem. I haven't ruled out malicious software, which seems like the next step: How do I verify and replace all the software (gnome) that might be corrupted?
View 2 Replies
View Related
Dec 12, 2010
I am trying to get the sounds that are played on the Casio CTK-651 keyboard from the keyboard into ubuntu or windows. I can get the signal, but no sound is played back under Windows when it's connected with an AUX-to-USB connector. When I do it with the MIDI-to-USB connector in windows and ubuntu, whenever I press a key, I get what is programmed into LMMS through connecting in a channel. I can't get the piano or guitar or whatever sound that the keyboard is making into the computer. I can upload some video to show what I'm talking about with the aux connector.
View 1 Replies
View Related
Jun 11, 2011
I run Natty 64x (new install) and have setup to use two seperate x servers and no xinerama. When I start my computer everything seems fine on both monitors but once desktop is loaded and I start an app in the second monitor, I can't type anything and the window borders are missing. If I type "DISPLAY:=0.1 metacity" the problem gets fixed but I get an error that a window manager is running already.
I have AMD/Nvidia, GeForce 8800GT.
View 5 Replies
View Related
Feb 11, 2010
I know it is possible, and I have been trying everything I can find, but I can't seem to get it to work. I went to languages in YaST and enabled Japanese as a second language, and I have tried adding japanese as a secondary keyboard layout under configure desktop-> regional and language settings. I have a little flag in the system tray that I can click to change from US to Japanese, but all that does is change what the punctuation buttons do.
View 9 Replies
View Related
Sep 3, 2009
I installed SuSe Linux. By the installation I forgot to set the key-board to German. How can I change it now? I don't think I have to re-install the Linux again, right
View 3 Replies
View Related
Dec 4, 2009
we are using firefox-3.0.15 from the CentOS-Repository and the adobereader plugin from the adobe-repository. We have a curious problem with adobereader-plugin in firefox.When a pdf document is displayed via the plugin, i.e. within a tab in firefox, all input fields are disabled. I cannot enter a search string or fill in fields. The cursor and page up/down keys are also disabled. But when I configure firefox to open pdf documents with the external acroreader, everything works fine.
Additional notes:* We are just migrating from SuSE. Some user profiles are working as expected without problems. Unfortunately, I was not able to figure out the important files: I traced all of firefox' file operations on the user profiles, but there are no significant differences between working and non-working profiles (I just compared filenames, not content).* the same adobe-plugin works with firefox 3.0.15 from mozilla.org* I also set up a clean i386-Centos 5.4 from original CD, SELinux disabled, updated and created standard user. I only added the adobe-repository. The same effect, no search avaible.
View 3 Replies
View Related
Oct 9, 2009
Decided that my internal RealTek HDA was pretty meh. I'm now using an SoundBlaster USB external. After disabling the internal sound device in System > Preference > Sound ...everything works perfectly through the external device, except Firefox, no sound at all... not even with Flash...
View 5 Replies
View Related
May 23, 2010
ever since i updated to firefox 3.6.3 on my opensuse 11.0, it has been crashing instantly on loading videos and gmail.
i have done all of the obvious things. run in safe mode, uninstalled and reinstalled including deleting the entire profile, reinstalling the flash player and adobe reader plugins, disabling all extensions (in fact, i have no extensions installed at all now) - nothing works!
i have put a request in to the mozilla forums, but nobody has an answer.
i am able to get firefox to load the videos page only when in safe mode and with the shockwave flash plugin disabled. it still crashes instantly on gmail.
when i go into the yast installer to look for older firefox versions that i might downgrade to, the versions list is in such tiny type that it is unreadable. every other font is fine except that one versions list! it's driving me mad that the one thing i need to see in order to get a working firefox is invisible to me due to some obscure bug.
View 9 Replies
View Related
Jul 27, 2010
previosuly installed products that mapped keys, but I dont have and have never had any of them. reset the keyboard to default settings, which I happily did to no avail.
So for me, since I upgraded, keyboard input (either local or via VNC, so it isnt hardware) does nothing for either the caps lock key or the shift key. Kinda makes it imnpossible to eneter @ or any uppercase character, for example !
View 7 Replies
View Related
Oct 16, 2010
I'm running Maverick, trying to change my input method from IBus to Anthy (Japanese) but whenever I click on System > Preferences > Keyboard Input Methods, it won't load the preferences window. It'll say "Starting..." on the taskbar but then disappear. The usual keyboard shortcut does nothing
View 4 Replies
View Related
Dec 19, 2010
I installed Ubuntu a couple of months ago using the Wubi installer.Today, I went to restart my PC, but soon after hitting 'Restart' the computer became unresponsive. I couldn't get any keyboard/mouse input to register on screen, so I did a force shut down by holding down the power button. When I turned the computer back on, I selected Ubuntu from the boot menu. The computer printed some messages that passed by relatively quickly so I'm not sure exactly what they said, but it was something along the lines of "NTFS3: wubibuilder failed to load", and then it went straight back to the boot menu. Tried again and again with no success, so I loaded my Windows 7 install to investigate from there. I found a link to Explore2fs on these forums, so I loaded it up, but it apparently can't locate my Ubuntu partition, or at least I don't see my files. I ran the Wubi installer again to see what it would say, and it tells me that a previous installation was detected, and gives me the option to uninstall. Does anyone have an idea of what went wrong,
View 5 Replies
View Related
Jan 1, 2011
how I restore dead mouse and keyboard input from the live cd. Basically what happened was I was updating the machine and decided to let them run in the background while my sister's 6 year old son played some tux computer games, when he was finished he switched the entire computer off at the power button and it was still updating in the background. Now there is no mouse or keyboard input, I cannot get into the recovery console, nor can I control a terminal from the login screen in order to successfully complete the update. This means basically the only option to fix it would be to re-install or fix the human user interface device drivers (keyboard and mouse) via the live cd, I am in need of some advice or instructions on how to go about fixing this issue.
View 5 Replies
View Related
May 18, 2011
Since today the keyboard doesn't work. I can input username and password but after logged in I can't work with the keyboard. It seems locked. The mouse works correctly. If I boot with Windows the keyboard works correctly.
View 2 Replies
View Related
Jan 25, 2010
I have been using ubuntu 9.10 for about a week and have had problems with my keyboard and track pad on my laptop. I can navigate grub (I'm dual booting) but once ubuntu starts to load then I am unable to use my input devices. Even using cap locks doesn't turn on the corresponding light. As fa as I can tell it seems intermittent and I can make an STR.
View 1 Replies
View Related
Nov 12, 2009
when i updated to 9.10, flash stopped working properly. essentially, it wouldn't accept any clicks. i could press spacebar to pause videos videos, but anything involving the mouse wouldn't work. "on hover" functions seem to work (the play/pause button glows when i hover the cursor over it), but the "on release" functions do nothing.
i tried using the fix from this website--
[url]
but it didn't do anything at all. then i tried this script--
[url]
but now firefox crashes with a segfault every time flash is used.
is there a way i can downgrade back to 9.04 as easily as i upgraded to 9.10?
View 4 Replies
View Related
Oct 16, 2009
I just made a script to read out /dev/input/event3 into a file (My keyboard is identified here [ Machine is a laptop which runs on slax-atma distro ]). Then used a hexdump to convert the binary into hex. After that used a gwak script to print out the keys corresponding to each keyboard input. So now when I put this in my rc.local , It is taking down all the keys I press. Including login passwords (In short, each and every keys I press).Isn't this a big security risk, because intruder who has a physical access to my machine or has root password can put this file in rc.local and run a script to mail him all the details like my passwords, account and PIN numbers.
View 14 Replies
View Related