Fedora :: Firefox 3.6.3 And Jre1.6.0_20 I586 - Unable To Use The JavaScript

Jun 14, 2010

I have tried every conceivable install combo i have found on this and other forums, so far my lady still can't play her favorite on-line puzzle game JAVASCRIPT WILL NOT WORK!

View 10 Replies


ADVERTISEMENT

OpenSUSE :: Failed To Download ./i586/libcodeblocks0-r6185-1.1.i586.rpm From Index Of /repositories/devel:/tools:/ide/_11.2?

Mar 2, 2010

when i try to install any program i always have this type of erreur messagehow to solve that ?

chec du tchargement :
Failed to download ./i586/libcodeblocks0-r6185-1.1.i586.rpm from Index of /repositories/devel:/tools:/ide/openSUSE_11.2

[code]....

View 9 Replies View Related

Ubuntu :: Update To Firefox 3.6.6 - No Javascript Sound

Jul 20, 2010

I have recently upgraded to Ubuntu 10.04 from 8.04. It installed Firefox 3.6.6, and now I and many others have no sound in any internet online javascript games nor in anything else that uses javascript for sound on the internet. I also have one site with a small javascript video issue (fails to fully load a gif image that is loaded by javascript).

The upgrade gave me the openjdk for java. I had no sound as described with firefox 3.6.6 and js. I uninstalled that and installed the sun-java6. This did not help. The problem is not java at all. It the fault solely of that version of Firefox. I also messed up someone else's Hardy 8.04 by allowing their computer to also upgrade to this version of Firefox. This was the only thing upgraded- the only change.

Does anyone know how to revert to Firefox 3.5 or even 3.1? I need all the steps. I have to do this in both Ubuntu 10.04 and in Ubuntu 8.04. It is unacceptable to wait for Mozilla to put out a browser update that really works. It may never happen.

I also need to know how to prevent the 3.5 from being upgraded through update manager after I get a working version back.

I found a work around for the Firefox problem in 10.04. that was to install the Google Chrome Browser which does work with javascript sound. That browser is also very fast. I cannot do this for the other computer having Ubuntu 8.04. It is not in synaptic package manager like it is in 10.04. I still want it in the computer that has 8.04 if Firefox can't be fixed.

View 2 Replies View Related

Programming :: JavaScript - File Not Recognized As XML By Firefox

Feb 4, 2010

I'm loading an XML file stored in a tiny web server (based on lwip). This web server is not very cooperative and is not marking the http content-type as "text/xml". As result, Firefox is not recognizing the file as xml (IE does) so I can't use DOM methods for parsing the xml file. overrideMimeType("text/xml") should help me avoid this problem but, even having overrided the mymetype, the content-type received is still "text/plain". This is a portion of my JavaScript code:

Code:
var xmlObj;
// loadXMLdata is called from the html file
function loadXMLdata() {
var dataFile = window.location.href.substring(0, window.location.href.lastIndexOf("/") + 1) + "config/myfile.xml";
if (window.XMLHttpRequest) {
xmlObj = new XMLHttpRequest();

// This should override the mimetype...
if (xmlObj.overrideMimeType)
xmlObj.overrideMimeType("text/xml");
xmlObj.onreadystatechange = fillXMLdata;
xmlObj.open("GET", dataFile, true);
xmlObj.send("");
} else {
alert("Your browser can not handle this script");
return; } }
// fillXMLdata is called from loadXMLdata once the xml object is ready
function fillXMLdata() {
if (xmlObj.readyState == 4) {
// Here Content-Type shows again "text/plain"
alert(xmlObj.getAllResponseHeaders());
var xmlDoc = xmlObj.responseXML.documentElement;
// And here section is null
var section = xmlDoc.getElementsByTagName("section")[0]; } }
The xml is quite simple:

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<section>
<item>1</item>
<item>2</item>
</section>

View 1 Replies View Related

Programming :: Firefox Scripting Add-on (Scripting HTML / Javascript Inside Firefox)?

Sep 17, 2009

Is there a firefox add-on to script HTML and/or Javascript directly inside firefox

View 1 Replies View Related

General :: Stop Firefox JavaScript Alert From Beeping

May 10, 2011

When a JavaScript calls the alert() method, Firefox send out a BEEP in my headphones. Does any one know how to stop that sound? I am running the newest Fedora Linux with Firefox 3.6.16 using Kde as desktop environment.

View 2 Replies View Related

Software :: Firefox Crashes When Try To Enable Javascript In Firebug

Apr 10, 2010

after installing Firebug add-on using Firefox automatic add-on installation, I try to run a JavaScript debugger. At first, the "Script" tab was grayed out, so I try enable it by click its pull down menu and select "enable"; however this action causes Firefox to crash. Did I install Firebug incorrectly that causing the crashes?

View 2 Replies View Related

Ubuntu :: Installed Java 1.6.0_20 But Not Working?

Sep 8, 2010

I am a new user of ubuntu 10.04. I installed the above version to a pc at my work and i 'm trying to make it work with a program we use through explorer (Firefox/Internet Explorer) and uses java. I managed through search to install and use as default java 1.6.0_20 but when i 'm trying to use the tab of the program. It appears a message that says

"Error. Click here for details."
Details -> The application failed to run. Details->
[Log File]
Java Plug-in 1.6.0_20
Using JRE version 1.6.0_20-b02 Java HotSpot(TM) Client VM

[Code]...

View 5 Replies View Related

Software :: Finding Textbrowser With JavaScript Support Or Elink Javascript Support?

Sep 1, 2009

I need a textbrowser with Javascript Support. I have compiled the elinks stable 0.11x and the unstable 0.12x version mit JavaScript Support (js moz dev). Both browsers can be started and showed websites normaly. But no javascript, even simple tests like [URL] failed. I started elink with ./elink and typed then the url.

View 4 Replies View Related

Fedora :: F11 Only Works At 2.6.30.8-64.fc11.i586?

Nov 11, 2009

My F11 only works at the kernel 2.6.30.8-64.fc11.i586.

I have other two kernel installed, 2.6.30.9-96.fc11.i586 andn 2.6.30.9-90.fc11.i586.

But my fc11 cannot work with them.

So every time I start the system, I need to press tab key and choose the lower version kernel.

View 2 Replies View Related

Red Hat / Fedora :: RHEL 5 - Kernel Requires An I586 Cpu

Oct 27, 2010

We bought a board with vortex 86x processor. we tried to install RHEL6 beta version. when we select the installation choice we were getting below error: "This kernel requires an i586 cpu, but only detected an i486 cpu. Unable to boot please use a kernel appropritate for your cpu."

We have contacted the board personal. he said(in his words)"If you need to use redhat, you have to use the config & patch file provided in the development note to develop a kernel which is suitable for redhat."

View 9 Replies View Related

Fedora Installation :: 32-bit OS On 64-bit - FC12 / 11 With I586 Kernel On The Hardware?

Dec 10, 2009

I have some programs, that will only install on i586 architecture (opposed to x86_64). My CPU is 64-bit architecture. Can I install FC12/11 with i586 kernel on the hardware? How? Any disadvantages except the fact that I'm supposedly not able to use the 64-bit feature of the CPU?

View 3 Replies View Related

Fedora X86/64bit :: Prevent Updatin I586 Packages On System?

Oct 10, 2009

I have an Aldi PC with a Q8200 processor and have installed Fedora11 on this system. Regularly I get updates to install, but also updates for i586 packages, which give a conflict with the x86_64 packages already installed.Sometimes I have missed a i586 package in the update list, resulting in an error next time.Is there a script which automatically filters these i586 packages from the update list?

View 1 Replies View Related

Fedora :: Error Unpacking Rpm Package Xfce4-settings-4.6.1-4.fc11.i586

Oct 11, 2009

I just did 'yum update' on my system and got a number of errors such as this one:

Code:

Updating : xfce4-settings-4.6.1-4.fc11.i586 87/184
Error unpacking rpm package xfce4-settings-4.6.1-4.fc11.i586
error: unpacking of archive failed on file /usr/share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo;4ad11889: cpio: open

Sometimes instead of "cpio: open" it was "cpio: rename". There were a total of 18 such errors. These were listed as failures in the summary at the end. I then did another "yum update" and it redid 17 of the 18 successfully. It did not redo f-spot. Here's a snippet of the summary at the end of the first update:

Code:

Updated:
apr.i586 0:1.3.9-1.fc11
b43-fwcutter.i586 0:012-2.fc11
bluez.i586 0:4.42-6.fc11

[code]...

View 3 Replies View Related

Fedora Hardware :: NVidia FX5200 Only Works With An Old Kernel Xxxx.i586?

Feb 1, 2010

I was helping my cousin move to the GNU Linux world and I was faced with the following problem: He has a MSI nVidia GeForce FX5200 PCIe (128MB vRam) Graphics card. I followed a couple of instructions here in getting that card to work, but the drivers that I was able to load up to his 23 bit system refused to load after system boot up (white flashing letters would come up, X server refusing to load). I was only able to load the system with full 3D hardware accelerated support when I loaded the old xxxxx.i586 based kernel from the GRUB list, while the current kernel that was being used was xxxx.i686 based one.

Currently there was two kernels in the list, so I manually edited the GRUB file to change the boot identifier number from 1 (xxxx.i686) to 0 (xxxx.i586) so every time that the computer would be powered on, it would load that kernel up automatically without having to reselect it manually each time.

Yesterday, my cousin picked up his computer, he was fine and happy with his fedora core (version 11, because Version 12 had major problems with this graphics card, its on the "test" list still, and the developers of fedora, or the developers of that other 3rd party software source seems to be in the middle of testing it for FC12 compatibility)

He told me today that after he ran the "updates" for fedora and installed them, when he rebooted the system, he would see that same while characters in the top left section of the screen flashing and it would get stuck there, he told me that he was able to solve the problem by rebooting and selecting the xxxxxx.i586 kernel from the list. He also told me that he saw three kernels from the list.

For what I see here, this driver will only load with the i586 based kernel, and I also am seeing that each time that he updates his system he may have to go thru this again. My question is this: Will fedora 11 change his default kernel each time that he runs Fedora Updates? If so, what can I do to prevent that change from occurring.

Also, is there a limit on the kernels that appears on the GRUB list, if each updates brings a new kernel entry on the GRUB list, will the list get very large one day? or will Fedora remove one or more kernels, in other words, what is the maximum number of Kernels Fedora keeps on the GRUB list? and will there be a point that Fedora updates will delete that working i586 kernel leaving him with a non booting system? Or will that nvidia driver "magically" start working with some future update after the developers fix/improves what ever is keeping that nVidia driver from loading with the latest updates?

View 4 Replies View Related

Fedora :: Javascript In Opera 10 Does Not Seem To Be Working / Enable It?

Jan 11, 2010

I just installed Opera 10 and javascript does not seem to be working. How do i enable it?

View 6 Replies View Related

Fedora :: Firefox Unable To Connect?

Jun 19, 2011

after installing Fedora 15, Firefox is said unable to access internet.The firewall is set up with the wizard button and I unchecked the "stay offline" box.The computer is in dual boot with Win7, where Firefox is working,thus it's not a connection issue.So does anyone know if there is something to set up in order to make Firefox work in Fedora?

View 2 Replies View Related

Fedora :: Unable To See Controls On An Embedded Video Using Firefox

Nov 16, 2009

I have embedded a video into one of my website's pages but when I go to the page, using Firefox, the video, which plays automatically, has no controls for play, pause, stop etc which means you have to exit the page to stop the video (if you don't want to watch at the time) It is also the same where it is uploaded to [URL] or Hideho Takagawa When viewing through either Seamonkey, Opera or even Konqueror the controls are visible on both places. here's the embedding code I used.

Code:

<OBJECT ID="MediaPlayer" WIDTH=400 HEIGHT=300
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject"

[code]....

Edit: I've actually found the solution, I had more than one mozilla plugin installed and as soon as I left myself with the gecko plug in everything works fine

View 2 Replies View Related

Fedora :: Unable To Install Java Plugin For Firefox?

Nov 10, 2010

im using the Fedora 14 64Bit Version, and ive wanted to install the Java plugin for Firefox, but everytime Ive wanted to install it, it tells me this:

Code:
[root@JaKsi JaKo]# /usr/sbin/alternatives --install /usr/lib64/mozilla/plugins/libjavaplugin.so libjavaplugin.so.x86_64 /usr/java/default/lib/amd64/libnpjp2.so 20000
failed to read link /usr/lin64/mozilla/plugins/libjavaplugin.so: No such file or directory
the primary link for libjavaplugin.so.x86_64 must be /usr/lin64/mozilla/plugins/libjavaplugin.so
[root@JaKsi JaKo]#
Why lin64? Can I change this?

View 5 Replies View Related

Fedora Servers :: Unable To Launch Firefox From NIS Accounts

Dec 10, 2010

I have a problem concerning about launching Firefox from NIS accounts. But it works perfectly if is started on terminal by the the local root account.

I have several hosts that's connected to a NIS server. When I tried to launch Firefox from one of these hosts, I got no response (Case 1 below). Here are the scenarios:

Case 1 - Fail to launch Firefox as NIS user: I login as NIS user account on the host, then I tried to launch Firefox by typing "firefox" on the terminal. But then I got no response from the terminal (the web browser didn't appear on the screen).

Case 2 - Success to launch Firefox as root: I login as root on the host, then I tried to launch Firefox by typing "firefox" on the terminal. The browser has appeared on the screen.

Case 3 - Success to launch Firefox as NIS user: I login as NIS user account on the host, then from a terminal, I login as root (using "su"), then I tried to launch Firefox by typing "firefox" on the terminal as root. The browser has appeared on the screen. Then immediately, without closing the browser window, I opened a new terminal as NIS user, then I tried to launch Firefox by typing "firefox" on the terminal as NIS user.

View 12 Replies View Related

Fedora Installation :: Unable To Add Firefox Due To Repositories Not Found After Install?

Jun 25, 2009

After install I tried to add firefox but it wasn't found in any of the repositories. I thought it was supposed to be in there. Thunderbird also wasn't. What repositories do you guys add after install?

View 3 Replies View Related

Fedora :: Unable To View Some Java Applet Applications In 64 Bit Firefox

Nov 1, 2010

i have the machines with both fedora12 and fedora13 installed. i am unable to view some java applet applications in 64 bit firefox.so i am looking for of installing 32-bit firefox in my machines(after tested and confirmed with one of my rhel-64 bit machines).but i am clueless how to achieve it in fedora12 and 13. i tried yum inastall firefox.i386 then firefox.i586,and then firefox.i686..but dint find any expected results.

View 2 Replies View Related

Fedora :: Unable To Get Last Pass Firefox Addon To Work Correctly On F15 / FF4

Jun 17, 2011

Since moving from centos 5.6 to fedora 15 a week ago I have been unable to get Last Pass firefox addon to work correctly. Those of you familiar to last pass will probably have seen the error message before in a variety of situations, namely "An error occurred while attempting to contact the server. Please check your internet connection." This error appears as soon as you log in (which it does manage to do) but instantly loses authentication - seems like the cookie expires almost instantly and therefore all saved sites/passwords require re-authentication with LP to use.

No network configuration has altered since the OS change, but F15 comes with firefox 4 rather than 3.6.x in centos. I know the last pass plugin should work with FF4 and have read suggestions about SSL/TLS version settings (which are 3.0 and 1.0 respectively) and disabling SELinx. Neither of these have made any difference.

View 4 Replies View Related

Fedora X86/64bit :: Running F11 I586 On Laptop / System Shut Off (not A Normal OS Shut Down, But A Sudden Power Off Without Warning)?

Oct 13, 2009

Offlate I installed F11 i586 on my laptop. F11 shares the hard disk with Vista Home Premium 32-bit. The problem is that when running F11 (or even Ubuntu), my system shut off suddenly(not a normal OS shut down, but a sudden power off without any warning). This could have been a hardware trouble(heating) but it doesn't happen with Vista.
Machine specifications:
Maker: Toshiba
Model: Satellite L305D-S5881
AMD Turion X2 Dual Core Mobile Processor RM-70
3072 MB 800 MHz SDRAM
I don't want to open up my machine unnecessarily, if it isn't a hardware issue.
I am not sure how to verify the bit length of the machine and the OS and does it create a compatibility issue ?
Your advise would be highly appreciated.

Raman

View 3 Replies View Related

Fedora :: Firefox Failed To Execute Child Process "/usr/lib/firefox-3.5.4/firefox" (No Such File Or Directory)?

Apr 1, 2010

Here is the message:Failed to execute child process "/usr/lib/firefox-3.5.4/firefox" (No such file or directory)Firefox is installed and is there.

View 10 Replies View Related

Fedora :: Cannot Open PDF's In Firefox - Unable To Open Document

Aug 9, 2010

As of this morning I cannot open pdf's by clicking on them in firefox. I can download them and open them from the download window or even from the folder they are saved to, but not from the browser. Evince opens and says: Unable to open document Error opening file: No such file or directory.

View 1 Replies View Related

OpenSUSE :: 11.3 (i586) No Gateway With Networkmanager

Jul 27, 2010

I did an upgrade from 11.2 to 11.3 at my Dell D820 laptop. Everything is working fine except that with Networkmanager it no longer sets the default gateway received by DHCP. I do receive an IP-adress (wired/wireless, does not make a difference) but no gateway. I have tested with several networks and this problem stays...

Of course I can do it manual (adding an default gw), but facing different wired/wireless networks its very unhandy.

Under Networkmanager -> Manage Connection You can edit a connection. If you do that, under tab 'IP-address' -> Configure: Automatic (DHCP) . Below you can select option 'routes'. In this field nothing is selected (I think that is correct). It must be something simple/stupid but what?

OS: Linux 2.6.34-12-desktop i686
KDE: 4.4.4 "release 2
CPU: T2400 @ 1.83 Ghz

View 2 Replies View Related

OpenSUSE Install :: What Size Should 11.4-DVD-i586 Be - 4.7GB

Aug 1, 2011

The download page says the file openSUSE-11.4-DVD-i586 should be 4.7GB. But my download (which gives the correct checksum) is only 4.22GB. What am I missing here?

update: I guess it just meant you'd need a 4.7GB disk to burn it. Admins feel free to delete this as I'm sure it will help no one else

View 2 Replies View Related

General :: Error In Compiling - 2.6.30.i586

May 27, 2010

I am using Fedora 11 (2.6.30.10-105.2.23.fc11.i686.PAE). I got a patch for tpm_tis.c which a module to get my itpm working. And, for this I thought to customise the existing kernel and install new one.

So, I followed the foolowing steps:

In 'make menuconfig' , I have disabled Kernel debugging in the Kernel hacking section.

Then changed EXTRAVERSION to something like .test in Makefile

And, My Idea is to follow these steps:

View 1 Replies View Related

OpenSUSE :: Installing Maemo SDK For OSuse 11.1 I586?

Apr 14, 2010

I'm trying to install Maemo SDK with this guide: Maemo5 - openSUSE I've accepted the EULA from Nokia page and copied the returned repository url and token to /etc/apt/sources.list.

Code:deb http://repository.maemo.org/ fremantle/4b******79 nokia-binaries Ok then I try to run apt-get update... but it returns this:

Code:
# apt-get update E: Type 'deb' is not known in on line 6 in source list /etc/apt/sources.list What should I do to move along with the installation. and what is fakeroot command?

View 1 Replies View Related







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