similar to: FF3 printing problem on Centos 4.x

Displaying 20 results from an estimated 1000 matches similar to: "FF3 printing problem on Centos 4.x"

2008 Mar 25
6
Prototype 1.6.0.2 + Firefox 3 Enumerable problems
I am using Prototype 1.6.0.2 on Firefox 3.0b4. The following does not work when I enter it in Firebug: $A([1,2,3,4]).each(function(n) {alert(n);}); The above is just an example. Any array, using $A and any enumerable method, returns the following: TypeError: iterator.bind is not a function Seems like some objects are not being extended correctly? Using Prototype 1.5.0 on Firefox 3.0b4, this
2013 Feb 04
2
Modifying a function programmatically
Dear list # I have a function ff <- function(a,b=2,c=4){a+b+c} # which I programmatically want to modify to a more specialized function in which a is replaced by 1 ff1 <- function(b=2,c=4){1+b+c} # I do as follows: vals <- list(a=1) (expr1 <- as.expression(body(ff))) expression({ a + b + c }) (expr2 <- do.call("substitute", list(expr1[[1]], vals))) { 1 +
2008 Sep 30
3
Firefox distorted printing
Hi, I am running a fully updated CentOS 4 box. Since the last few rounds of updates - upgrading to the latest Firefox, I find that I can not print Bank statements etc ( .ps files when saved to disk). The Bank's logo and any lines on the form print OK but the actual content is distorted beyond recognition - printing a series of special characters (!"$%&#'(") instead of
2008 Jul 31
2
FreeNX and FF3
Anybody else notice how poorly Firefox 3 update on CentOS-5 works via NX connection? Any suggestions on fixing the visual artifacts/bad redraws? Craig
2012 May 22
2
Creating functions with a loop.
Hi I am trying to create n functions where each function is defined in function one step before, i.e. something like ff.k(x) = ff.j(x) - sum(1:j), for j=k-1 Is it possible? If it isn't and I manually create each function then is their a way to call them through a loop? My objective is to calculate something like result.k = ff.k(x1)/ff.k(x2) for k in 2:n Thank you for your time,
2008 Mar 25
2
a JavaScript front-end for Babelmark
Hi, I've built a quick-and-dirty diff GUI for Babelmark (thanks, Michel!). You can get it as a bookmarklet here: http://attacklab.net/babelmark/ If either Michel or Tom is interested in hosting this, I'll be happy to do the grunt work for a real integration. It's kind of pain in the ass to hit the bookmarklet every time you get new data from the server. I've tested this
2008 Oct 06
8
PoE switch recommendations?
Hey, all. We're rolling out VoIP, and I'm wondering about PoE recommendations, as we're going to have to replace our current network equipment. My first inclination would be to just plunk down the cash and do a Cisco system, but I'm relatively certain that would get shot down by finance. Any recommendations for a couple-hundred-port solution with VLANs, PoE, and QoS? Don't
2008 Jul 29
1
rebuilding firefox-2.0.0.16 from fc8
hello, I started with ftp://download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS/firefox-2.0.0.16-1.fc8.src.rpm with the hope of rebuilding it for el5/centos. All of the dependencies were available (mostly from rpmforge) except one: something called system-bookmarks. I elected to comment out this from the spec, firefox.spec I did the extracts with CPIO rpm2cpio firefox-xxx.src.rpm |
2010 Apr 07
2
how to upgrade gtk on centos 4.8
Hello, My centos is 4.8 while I need gtk 2.8 or later. How to upgrade GTK? I'm trying to upgrade manually based on RPMs on 5.X, there are too many decencies when upgrading libX. Is there anybody can give some suggestion to enlighten me? Thanks. - Tommy -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 08
1
Firebug 1.2.0b4 for FF3
The current beta version of Firebug doesn't appear to install on Firefox 3 on CentOS 5.2, apparently because it's reporting itself as 3.0b5 rather 3.0. I tweaked the minVersion requirement in the xpi to 3.0b5 and it seems to be working fine for me now. In case anyone else is interested in testing it, my tweaked version is available here:
2008 Jul 11
1
Firefox 3 for CentOS 4
Hi, I'm trying to make Firefox 3 work in CentOS 4. So far I was able to do it by installing the evolution28-* rpms, which have a more recent GTK, Cairo, Pango, etc. With those libs installed and configured, Firefox 3 from mozilla.org works fine. The only thing is that it doesn't use the "Bluecurve" theme as the other applications do. I was seeing that the evolution28-*
2015 Dec 11
1
no longer goes to standby when lid is closed
On Fri, Dec 11, 2015 at 03:40:27PM +0000, Nux! wrote: > I've heard this happening to someone on IRC, the solution if I remember correctly is to update MATE from epel-testing. > See if that works for you. > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro thanks, Nux. I've just installed allthe MATE packaages from epel testing, and
2008 May 08
6
[Bug 15864] New: when linked to gst-ffmpeg crash ff3 when full screen play
http://bugs.freedesktop.org/show_bug.cgi?id=15864 Summary: when linked to gst-ffmpeg crash ff3 when full screen play Product: swfdec Version: 0.7.x Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec
2009 Jun 03
2
code for double sum
Hi R-users,   I wrote a code to evaluate double sum as follows:   ff2 <- function(bb,eta,z,k) { r <- length(z) for (i in 1:r) { sm1 <- sum((z[i]*bb/2)*(psigamma((0:k)+eta+1,deriv=0)/(factorial(0:k)*gamma((0:k)+eta+1))))  sm2 <- sum((besselI(z[i]*bb,eta)*log(z[i]*bb/2) - sm1)/besselI(z[i]*bb,eta))  sm2 } ff2(bb,eta,z,10)     but it gave me the following message:   >
2008 Oct 09
2
Firefox3 for CentOS4 -- dependency on evolution28 packages?
I'd been putting off installing the FX3 packages because of some extensions I use that don't have upgrades. [*] However, when FX1.5 crashed on me today I decided to finally go ahead. Fired up yum and I'm told I have to install a slew of evolution28 library packages in order to install the firefox package. Why? I removed evolution from my system for a reason, and I'd just as
2007 Nov 07
1
Aggregate with non-scalar function
R-Helpers, I'm sorry to have to ask this -- I've not used R very much in the last 8 or 10 months, and I've gotten rusty. I have the following (ff2 is a subset of a much, much larger dataset): > ff2 hostName user sys idle obsTime 10142 fred 0.4 0.5 98.0 2007-11-01 02:02:18 16886 barney 0.5 0.2 94.6 2007-10-25 19:12:12 8795 fred 0.0 0.1 99.8
2009 Feb 25
1
monotonic GAM with more than one term
Hi, Does anyone know how to fit a GAM where one or more smooth terms are constrained to be monotonic, in the presence of "by" variables or other terms? I looked at the example in ?pcls but so far have not been able to adapt it to the case where there is more than one predictor. For example, require(mgcv) set.seed(0) n<-100 # Generate data from a monotonic truth.
2008 Oct 15
3
firefox is incredibly unstable
does anyone else have major probs with Firefox as installed on CentOS5? ever since the RPM for FF3 came out it has been crashing daily. Usually when I use Save As... or Browse... or anything else that brings up the Gnome file picker. After the crash I re-start then the file picker works for a while. Sometimes it just takes scrolling or click+drag an image or some other random action. BANG
2007 Dec 06
11
Weird Prototype behavior
In this code: <html> <head> <title>PT test</title> <script type=''text/javascript'' src=''/js/prototype/1.6.0/ prototype.js''></script> <script type=''text/javascript''> //<![CDATA[ Event.observe(window, ''load'', function () { alert($(''login_username'')); }); //]]>
2007 Jun 14
6
Firefox and Thunderbird 2.0, Centos 5, and rpms
I am making some progress on my Centos 5 notebook build. So I am looking at Firefox and Thunderbird 2.0. Should I install them? Or is Redhat correct that there is nothing improved here and wait for 3.0? (well I have not even had a chance to look at Thunderbird 2.0, that is new)? I have the install steps we covered here back on 2/2/07; but are there rpms? I did not find anything over at