Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-17-2006, 08:20 PM
|
#1
|
Member
Registered: Jun 2006
Posts: 150
Rep:
|
I need a way to change the font size in Thunderbird
I downloaded Thunderbird for Linux today. It works alright but the fonts are way too small. Does anybody know how I could change the font size?
In my Windows version the letters are nowhere near as small and I've used other distributions of Linux where Thunderbird came bundled with it and the fonts weren't anywhere near as small.
I'm using Suse 10.1, x86_64.
Thanks,
royeo
|
|
|
07-17-2006, 08:33 PM
|
#2
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
1) edit preferences display fonts
2) view text size increase
you really didn't look at all did you ?
|
|
|
07-17-2006, 09:12 PM
|
#3
|
Member
Registered: Dec 2005
Posts: 52
Rep:
|
Quote:
Originally Posted by royeo
I downloaded Thunderbird for Linux today. It works alright but the fonts are way too small. Does anybody know how I could change the font size?
|
If you meant Webpages then the response above should fix your problem. If though it is toolbars and menus and you aren't using Gnome post back. It is probably a GTK problem.
|
|
|
07-17-2006, 10:15 PM
|
#4
|
Member
Registered: Jun 2006
Posts: 150
Original Poster
Rep:
|
Thunderbird has too small fonts
I did edit Preferences. I looked through there very carefully. I didn't see any way to adjust the size of fonts. Though I could have missed it.
For the second person, Thunderbird is an email client.
Thanks,
Roy O'Neill
|
|
|
07-18-2006, 03:46 PM
|
#5
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
In preferences there is a "Display" button when clicked it gives display properties and then you choose the "Font" tab.
Are you using the latest version of Thunderbird ?
|
|
|
07-18-2006, 05:59 PM
|
#6
|
Member
Registered: Dec 2005
Posts: 52
Rep:
|
Quote:
Originally Posted by royeo
IFor the second person, Thunderbird is an email client.
|
I know. Just so use to using Seamonkey and Mozilla I mistyped. <<G>>
|
|
|
08-09-2006, 02:18 AM
|
#7
|
Member
Registered: Jan 2004
Location: arse-end of the world
Distribution: Zenwalk 2.8
Posts: 73
Rep:
|
If you need to change the user interface font, you can't do it in the Preferences, you should read this:
http://kb.mozillazine.org/Pane_and_menu_fonts
Basically you have to edit your userChrome.css file.
|
|
|
08-10-2006, 01:06 AM
|
#8
|
Member
Registered: Jun 2006
Posts: 150
Original Poster
Rep:
|
Quote:
Originally Posted by cragwolf
|
They tell you "what" to do but not where to do it. Where do you enter that code? Is there a file? If so what is its name.
Thank you,
Roy O'Neill
|
|
|
08-10-2006, 01:13 AM
|
#9
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep: 
|
Quote:
Originally Posted by royeo
They tell you "what" to do but not where to do it.
|
Yes they do. If you read craigwolf's post (and the top of the page he linked to), you'll see that the file you need to edit is userChrome.css.
|
|
|
08-10-2006, 11:50 PM
|
#10
|
Member
Registered: Jan 2004
Location: arse-end of the world
Distribution: Zenwalk 2.8
Posts: 73
Rep:
|
Quote:
Originally Posted by royeo
They tell you "what" to do but not where to do it. Where do you enter that code? Is there a file? If so what is its name.
|
They tell you sufficient information, but no more than that. What you need to work out is that if the userChrome.css file doesn't exist then you have to create it, and if the directory in which it is supposed to reside (i.e. "chrome", a subdirectory of your local profile folder) doesn't exist then you have to create that, too.
|
|
|
08-11-2006, 01:29 PM
|
#11
|
Member
Registered: Jun 2006
Posts: 150
Original Poster
Rep:
|
Quote:
Originally Posted by cragwolf
They tell you sufficient information, but no more than that. What you need to work out is that if the userChrome.css file doesn't exist then you have to create it, and if the directory in which it is supposed to reside (i.e. "chrome", a subdirectory of your local profile folder) doesn't exist then you have to create that, too.
|
I created the usrChrome.css file and I put in /usr/lib64/thunderbird-1.5.0.5/chrome/. I guess that's the wrong place, from what you wrote. Also it has no effect right now. In the article they tell you where to put it if your in Windows. Do you know specifically where I should create that new directory? What is its name, etc.
Thank you,
Roy O'Neill
Last edited by royeo; 08-11-2006 at 01:39 PM.
|
|
|
08-12-2006, 03:11 PM
|
#12
|
Member
Registered: Jan 2004
Location: arse-end of the world
Distribution: Zenwalk 2.8
Posts: 73
Rep:
|
Information about the location of your user profile folder can be found here:
http://kb.mozillazine.org/Profile_folder
|
|
|
08-12-2006, 07:00 PM
|
#13
|
LQ Newbie
Registered: Aug 2006
Posts: 1
Rep:
|
Quote:
Originally Posted by royeo
I downloaded Thunderbird for Linux today. It works alright but the fonts are way too small. Does anybody know how I could change the font size?
In my Windows version the letters are nowhere near as small and I've used other distributions of Linux where Thunderbird came bundled with it and the fonts weren't anywhere near as small.
I'm using Suse 10.1, x86_64.
Thanks,
royeo
|
I had the same problem.
I changed the default font size for web pages like this...
at you Firefox browser bar select Edit > preferences > Content > Font & Colours > select advanced . then select the minimum font size and change that to the font size you want. Ie. I set mine to 16, so all web pages will display with a min of 16 pix font size and all other font will be automatically compensated to correct proportions over the 16 pix.
Last edited by rovernaut; 08-12-2006 at 07:01 PM.
|
|
|
08-13-2006, 01:02 AM
|
#14
|
Member
Registered: Oct 2005
Location: Rhode Island, USA
Distribution: Slackware, Xubuntu
Posts: 348
Rep:
|
For Thunderbird:
Code:
Edit > Preferences > Display > Fonts (tab) > Fonts (button) > Display Resolution
For Firefox:
Code:
Edit > Preferences > Content > Fonts & Colors > Advanced (button) > Display Resolution
When you get to the Display Resolution drop-down list, you'll want to first try "System Setting." For me that gave me a decent size to work with. If you want it to be exactly as you set up in your global desktop settings, you'll want to pick "Other..." and then do what the dialog asks you.
Hope that helps.
|
|
|
06-06-2009, 03:32 AM
|
#15
|
LQ Newbie
Registered: Jun 2007
Posts: 23
Rep:
|
the final answer
Since after countless messages no one actually posted a decent answer, here it is.
Browse to the path that resembles this:
/home/some_user/.mozilla-thunderbird/some_profile.default/chrome
Create a text file called userChrome.css and add something resembling the following to it:
/* Global UI font */
* { font-size: 10pt !important;
font-family: Sans !important;
}
You can change "Sans" to something else if you like, and of course you can change "10pt" to "14pt" or whatever.
Save the text file and [re]start Thunderbird.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 07:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|