LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-25-2006, 12:01 PM   #1
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Rep: Reputation: 30
How Do I Make Firefox Look As Good As It Does On Windows


Hey guys,

I was just wondering if there is anyway to make firefox render pages (and itself thought that is less of a problem) as well in linux as it does in windows.

I have taken some screenshots to illustrate the difference.
Gmail in Windows
Gmail in Linux

Cheers
Boffy
 
Old 07-25-2006, 12:09 PM   #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
i'm fairly sure that the linux shot officially looks better in a court of law. the linux one has more anti aliasing being done on it, the curves on the C's look smoother etc..., and that's normally the big in peoples opinions about what looks better.

Last edited by acid_kewpie; 07-25-2006 at 12:10 PM.
 
Old 07-25-2006, 12:43 PM   #3
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
OK but is there anyway to make the buttons and the bits around the form look like the designer of gmail and css intended them.
 
Old 07-25-2006, 12:56 PM   #4
perkulio
LQ Newbie
 
Registered: Oct 2003
Location: Veracruz, México
Distribution: Fedora Core 5
Posts: 18

Rep: Reputation: 0
page rendering

the problem is not the anti aliasing, that could be done in windows too, but the controls (radio buttons, text fields, checkboxes ...) really looks better on the windows version of firefox, take a look

http://perkulio.com/desktop.png

I dont know if this is related with the way firefox render the pages or something else, and Im not complaining really, I like much better how things looks in linux,

btw Boffy, your linux shot looks better than the windows one
 
Old 07-25-2006, 01:34 PM   #5
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
Yeah perkulio that is my problem. I really want to change it to the windows style controls. Does anyone know how to do it?
 
Old 07-25-2006, 01:34 PM   #6
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
i agree, the fonts in the linux version look better. that could probably be fixed in windows with the "cleartype" thing. but the buttons *could* look less "clunky" in linux. i'm not sure what that's a function of, i guess the desktop toolkit, gtk+, etc. or maybe it's built into ff, not sure.
 
Old 07-25-2006, 01:41 PM   #7
perkulio
LQ Newbie
 
Registered: Oct 2003
Location: Veracruz, México
Distribution: Fedora Core 5
Posts: 18

Rep: Reputation: 0
my guess is that is the firefox rendering, the controls in my apps looks very nice and change with the theme, but in firefox always looks the same way
 
Old 07-25-2006, 03:45 PM   #8
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
ok, that's the firefox theme, or the gtk theme, nothing whatsoever to do with what the designer intended. a webpage designer can not control that.
 
Old 07-25-2006, 04:35 PM   #9
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
First: IMHO the anti-aliased fonts in the Linux shot look MUCH better than the non-anti-aliased fonts in Windows.

There really isn't a way to make Windows use proper good looking anti-aliased fonts (Cleartype helps, but it only anti-aliases horizontally and does so with color distortion.) However, there IS a way to make Linux render fonts like Windows, if that's what you prefer. There's a big massive thread about that very topic in these forums somewhere.

Second: The buttons and stuff are determined by your GTK theme. In Windows, GTK isn't typically installed and so the Windows version of Firefox has a couple different options to deal with that. I don't remember what the default is; in any case Firefox doesn't bug you about it by default. (Contrast this with, say, installing the Windows version of GAIM, another gtk application.)

In order to change your GTK theme in Linux, you can manually create a file called .gtkrc-2.0 in your home directory. That's if you're not running the GNOME desktop environment. If you're using GNOME, then you can just select the GTK theme directly with GNOME's control center.

Here's an example of a suitable ~/.gtkrc-2.0 file:
Code:
include "/usr/X11R6/share/themes/Crux/gtk-2.0/gtkrc"
gtk-font-name = "URW Palladio L 12"
Oh--alternatively, you can install a Firefox theme. I tend to use the most popular Firefox theme, Noia 2 Extreme (or something like that).

[edit added:]Oh wait, you're using Ubuntu? That means you're using GNOME, so you don't have to go through all that trouble with creating a .gtkrc-2.0 file. Just use GNOME's control center to change the GNOME theme.

Last edited by IsaacKuo; 07-25-2006 at 04:39 PM.
 
Old 07-25-2006, 04:37 PM   #10
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
its a lot to do with the *buntu theme not with FF linux vs FF windows.

my FF linux looks way better then FF windows, same system. i just use the default theme in both sides of the computer. change the theme back to default and away from ubuntu and then you should have a better looking FF.

enjoy and good luck.
 
Old 07-25-2006, 07:46 PM   #11
perkulio
LQ Newbie
 
Registered: Oct 2003
Location: Veracruz, México
Distribution: Fedora Core 5
Posts: 18

Rep: Reputation: 0
At least in my case, changing the GTK theme makes no difference in the style of the buttons in FF, the only thing that changes with it is the color, but they remain ugly, check it out

http://perkulio.com/theme.png
http://perkulio.com/theme2.png
http://perkulio.com/theme3.png
 
Old 07-26-2006, 02:58 AM   #12
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
I was going to say I've changed the themes a few times to little avail. It would be really nice to improve on that if possible. (Nothing happens when you change firefox themes either)
 
Old 07-26-2006, 03:07 AM   #13
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
Quote:
Originally Posted by Boffy
I was going to say I've changed the themes a few times to little avail. It would be really nice to improve on that if possible. (Nothing happens when you change firefox themes either)
You have to click "use theme" in the theme manager and then restart firefox (for either GTK theme change or firefox theme. If it isn't working then the firefx process is probably still going.

ps -aux will show you if firefox is still running
 
Old 07-26-2006, 05:18 AM   #14
Boffy
Member
 
Registered: Jul 2003
Location: Durham, UK
Distribution: Ubuntu 8.04
Posts: 419

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by ethics
You have to click "use theme" in the theme manager and then restart firefox (for either GTK theme change or firefox theme. If it isn't working then the firefx process is probably still going.

ps -aux will show you if firefox is still running
Yeah its not that.

I have tried changing the GTK theme(System-->Preference-->Theme) and the firefox theme and neither have had any effect.

There must be a way to fix this
 
Old 07-26-2006, 05:34 AM   #15
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
have you logged out of X/rebooted/checked to see all firefox processes are not running like i said above?
 
  


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
Linux Firefox Slower than Windows Firefox on same machine gherikill Linux - Software 17 02-21-2008 12:06 AM
Windows User Wants To Learn To Use Linux As Good As He Uses Windows Tux1986 LinuxQuestions.org Member Intro 11 06-01-2006 08:22 PM
Firefox linux & FireFox windows observation shotokan General 66 12-16-2005 07:17 AM
Ndiswrapper says good, but firefox wont. jm0 Linux - Wireless Networking 7 04-27-2005 03:34 PM
Symlinking Firefox Extensions from Windows to Firefox? apachedude Linux - Software 11 11-26-2004 05:00 AM

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

All times are GMT -5. The time now is 10:36 AM.

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