|
From: Cameron Hutchison on 7 May 2008 02:40 Raj Kiran Grandhi wrote: >Cameron Hutchison wrote: >> When I visit Google maps (http://maps.google.com/) using either Epiphany >> or Iceweasel on my Debian sid system, I do not get the little triangle >> button in the map sidebar that collapses it. This only happens for me >> with Debian. On my systems with Ubuntu, google maps works as expected. >> >> Does anyone know why this may be happening? >It is a problem with the user agent setting. Google maps does not seem >to realize that iceweasel and firefox are practically the same. You can >work around this by visiting about:config in iceweasel and replacing >iceweasel with firefox for the general.useragent.extra.firefox string. Thank you. I just added "Firefox/2.0.0.14" to the end of the string in Epiphany and it is working now. I guess Ubuntu must have changed Epiphany to add the Firefox useragent. Thanks again. -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: mike on 7 May 2008 07:10 Cameron Hutchison wrote: > Raj Kiran Grandhi wrote: > >> Cameron Hutchison wrote: >> >>> When I visit Google maps (http://maps.google.com/) using either Epiphany >>> or Iceweasel on my Debian sid system, I do not get the little triangle >>> button in the map sidebar that collapses it. This only happens for me >>> with Debian. On my systems with Ubuntu, google maps works as expected. >>> >>> Does anyone know why this may be happening? >>> > > >> It is a problem with the user agent setting. Google maps does not seem >> to realize that iceweasel and firefox are practically the same. You can >> work around this by visiting about:config in iceweasel and replacing >> iceweasel with firefox for the general.useragent.extra.firefox string. >> > > Thank you. I just added "Firefox/2.0.0.14" to the end of the string in > Epiphany and it is working now. > > I guess Ubuntu must have changed Epiphany to add the Firefox useragent. > > Thanks again. > > > For what it's worth... I made the change and now I can view CNN videos Thanks for the info. -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Ron Johnson on 7 May 2008 09:10 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/06/08 21:57, Raj Kiran Grandhi wrote: > Cameron Hutchison wrote: >> When I visit Google maps (http://maps.google.com/) using either Epiphany >> or Iceweasel on my Debian sid system, I do not get the little triangle >> button in the map sidebar that collapses it. This only happens for me >> with Debian. On my systems with Ubuntu, google maps works as expected. >> >> Does anyone know why this may be happening? > > It is a problem with the user agent setting. Google maps does not seem > to realize that iceweasel and firefox are practically the same. You can > work around this by visiting about:config in iceweasel and replacing > iceweasel with firefox for the general.useragent.extra.firefox string. In Epiphany 2.20, changing general.useragent.extra.epiphany to "firefox/2.0.0.14" or "Firefox/2.0.0.14" doesn't help. - -- Ron Johnson, Jr. Jefferson LA USA We want... a Shrubbery!! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIIafxS9HxQb37XmcRAojaAJ42sypCFlZ70iQINI2/mxXmJNLXywCaAk5n wR/lqK6fBMlBY2PhlWFfjKI= =MB3a -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Kamaraju S Kusumanchi on 7 May 2008 09:50 Raj Kiran Grandhi wrote: > Cameron Hutchison wrote: >> When I visit Google maps (http://maps.google.com/) using either Epiphany >> or Iceweasel on my Debian sid system, I do not get the little triangle >> button in the map sidebar that collapses it. This only happens for me >> with Debian. On my systems with Ubuntu, google maps works as expected. >> >> Does anyone know why this may be happening? > > It is a problem with the user agent setting. Google maps does not seem > to realize that iceweasel and firefox are practically the same. You can > work around this by visiting about:config in iceweasel and replacing > iceweasel with firefox for the general.useragent.extra.firefox string. > The little triangle is so cool! Thanks to Cameron for noticing such a nice little thing. I did not even realize there was a triangle to begin with on other OSes. Thanks to Raj Kiran for the solution. raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/ -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Raj Kiran Grandhi on 7 May 2008 11:20 Kamaraju S Kusumanchi wrote: > > The little triangle is so cool! Thanks to Cameron for noticing such a nice > little thing. I did not even realize there was a triangle to begin with on > other OSes. Thanks to Raj Kiran for the solution. > > raju Another thing you can do on google maps is to hide the headers and other cruft to make more room for the actual map. Here are two bookmarklets that I have written to hide/show the header in google maps: Hide the header: javascript:(function(){var a=document.getElementById(%22header%22);a.style.display = %22none%22})() Show the header: javascript:(function(){var a=document.getElementById(%22header%22);a.style.display= %22block%22})() -- Raj Kiran Grandhi -- Politics is for the moment. An equation is for eternity. -- Albert Einstein -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: exim4 config for Lenny? Next: printing from KDE apps messed up |