Change Firefox’s Default Header and Footer for Printing

I am not a fan of the default header and footer settings that Firefox uses when printing. Too much info, most of which I do not care about. Like having the URL of the website. If I need it again, I have it bookmarked or a quick search for some keywords from the content should be sufficient. If I am printing it on paper, I don’t care about the URL. Same for the date and time. Some people (perhaps in business) may need this sort of info on their printouts, but I don’t need it and don’t want it.

Changing the header and footer info that is printed is very easy. The problem is that it resets after every print job. I have looked occasionally but never found a GUI way to change the info and have it stay changed. So today I delved into about:config. Sure enough, it isn’t that hard to do if you are willing to poke around “under the hood” a bit.

Continue Reading »

FOSS
Mozilla Firefox

Comments (0)

Permalink

QtConfig & Skype

Quick note: PCLinuxOS and tiny fonts in Skype. You may already know that you have to use qtconfig to set the font size for QT apps, including Skype. But the problem is that with the current PCLinuxOS, there are actually 2 qtconfig apps — one for QT3 and one for QT4. The one you want is for QT4 and it is not in your $PATH. So, in a konsole type:


/usr/lib/qt4/bin/qtconfig

this will open up the QT4 qtconfig. Set the font to something bigger and don’t forget to save your changes. Next time you open Skype, you should have bigger fonts.

If you don’t have the file listed above, you might need to install the package qt4-qtconfig.

Hope this helps.

FOSS

Comments (0)

Permalink