LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-11-2006, 10:41 AM   #1
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
no maps in firefox (again)


I no longer have maps in firefox again. I do have "Load Images" checked and "From originating site only" unchecked.

Maps display fine in seamonkey, opera and konqueror.

Does anyone have any ideas for me?

Thanks,
Brian


Firefox 1.5.0.7
Slackware 11.0
Linux 2.6.17
 
Old 10-11-2006, 10:50 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
maps? what maps?
 
Old 10-11-2006, 03:10 PM   #3
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Original Poster
Rep: Reputation: Disabled
Google maps and mapquest maps.
 
Old 10-11-2006, 04:58 PM   #4
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
Do you have any extensions installed like AdBlock or NoScript that might block content? Also it's possible, I don't know about these particular sites, that the site's content depends on browser identification. A couple times I've had to set Firefox to identify itself as IE to view specific content.
 
Old 10-11-2006, 05:44 PM   #5
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dracolich
Do you have any extensions installed like AdBlock or NoScript that might block content?
I didn't install any myself. How can I check this?
Quote:
Originally Posted by dracolich
Also it's possible, I don't know about these particular sites, that the site's content depends on browser identification. A couple times I've had to set Firefox to identify itself as IE to view specific content.
I can't find how to set this. I'd love to be able to do this for other reasons even if it does not solve this particular problem.

Thanks,
Brian
 
Old 10-11-2006, 05:52 PM   #6
osor
HCL Maintainer
 
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450

Rep: Reputation: 78
Quote:
Originally Posted by BCarey
I didn't install any myself. How can I check this?

I can't find how to set this. I'd love to be able to do this for other reasons even if it does not solve this particular problem.

Thanks,
Brian
Tools -> Extensions will tell you what extensions are installed, let you disable them, or even remove them permanently.

To set a lot of things in mozilla & friends, use about:config (there are probably other things out there to do this one specific thing, but there is a lot you can explore in about:config). For changing the identification, look for something called useragent.
 
Old 10-12-2006, 04:55 PM   #7
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dracolich
Do you have any extensions installed like AdBlock or NoScript that might block content?
No.
Quote:
Originally Posted by dracolich
Also it's possible, I don't know about these particular sites, that the site's content depends on browser identification. A couple times I've had to set Firefox to identify itself as IE to view specific content.
This can't be it, because Firefox on my desktop computer works fine.

Any other ideas?

Brian
 
Old 10-12-2006, 07:14 PM   #8
PingFloyd
Member
 
Registered: Jun 2006
Posts: 94

Rep: Reputation: 16
I just ran mapquest on my firefox and the maps came up ok for me. Make sure you have cookies and javascript enabled. Then try again. Mapquest for instance, like many sites, many of their features won't work with those setting disabled.

I tested it with javascript disabled and the map won't come up, but if I enable it, it comes up just fine.
 
Old 10-12-2006, 10:12 PM   #9
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Original Poster
Rep: Reputation: Disabled
Cookies and JavaScript are both enabled.
 
Old 10-19-2006, 11:05 AM   #10
SkipHuffman
Member
 
Registered: Mar 2005
Posts: 81

Rep: Reputation: 15
Same problem here

On my wifes machine/identity.

All googlemaps show up as grey boxes. If I su to my logon it works fine. I have disabled all extensions, cleared all google cookies, dumped the cache, and checked to see that images are allowed, both local and not.

She is not thrilled and thinks I am messing with her.
 
Old 10-19-2006, 12:04 PM   #11
sylvester_0
LQ Newbie
 
Registered: Nov 2004
Posts: 12

Rep: Reputation: 0
Su to your logon? I don't quite follow what you're saying here because if you're logged in as someone else, su to yourself, then run a command it'll use the .mozilla directory under your home directory...

Try running
Code:
mv ~/.mozilla ~/.mozilla_old
and see if it works. You can get your bookmarks back by moving ~/.mozilla_old/xxxxx.default/bookmarks.html (where xxxx is the only dir in there) to your ~/.mozilla directory.
 
Old 10-19-2006, 12:38 PM   #12
SkipHuffman
Member
 
Registered: Mar 2005
Posts: 81

Rep: Reputation: 15
broken post

Last edited by SkipHuffman; 10-19-2006 at 12:39 PM.
 
Old 10-19-2006, 12:39 PM   #13
SkipHuffman
Member
 
Registered: Mar 2005
Posts: 81

Rep: Reputation: 15
Quote:
Originally Posted by sylvester_0
Su to your logon?
This process:

josie@cutie $ firefox maps.google.com
josie@cutie $ su skip
password:*******
skip@cutie $ firefox maps.google.com
skip@cutie $ exit
josie@cutie $ firefox maps.google.com

The maps are visible from command four, but not from command one and command six.

I will try moving her .mozilla directory later.
 
Old 10-19-2006, 12:43 PM   #14
sylvester_0
LQ Newbie
 
Registered: Nov 2004
Posts: 12

Rep: Reputation: 0
Ok I see then there's probably something messed up with her .mozilla directory. I'm 99% sure that'll fix your problem.
 
Old 10-19-2006, 02:02 PM   #15
SkipHuffman
Member
 
Registered: Mar 2005
Posts: 81

Rep: Reputation: 15
Quote:
Originally Posted by sylvester_0
Ok I see then there's probably something messed up with her .mozilla directory. I'm 99% sure that'll fix your problem.
Thanks, I will give that a try. But she is on livejournal right now, so I don't think I can get to her machine for a couple hours.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop 'Wall-maps' Janker21 Linux - Software 2 04-06-2006 06:33 PM
starcraft and maps inpt Linux - Games 1 03-30-2005 09:32 PM
Ut2004 How To Get All Of The Maps!! AC97Conquerer Linux - Games 2 03-25-2005 01:37 AM
Google Maps not working in Firefox? clausawits Fedora 2 02-09-2005 06:11 AM
bzflag maps e1000 Linux - Games 1 11-29-2003 02:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration