Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Date: Fri, 3 Nov 2006 12:59:58 +0900
- From: "Josh Glover" <jmglov@example.com>
- Subject: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- References: <4547EA5F.2040803@example.com> <87ac3cgdz8.fsf@example.com> <454A6C53.7010408@example.com> <d8fcc0800611021711v5c6cdb64q87786ce3ff4c39fe@example.com> <454AA264.2000307@example.com> <d8fcc0800611021947k29fd979ek20967d460e02b56f@example.com>
On 03/11/06, Josh Glover <jmglov@example.com> wrote:
On 03/11/06, Bart Mathias <mathias@example.com> wrote:
> Josh Glover wrote: > > > Please verify these assumptions: > > > > 1. You can print Japanese from Mozilla. > > 2. You can print Japanese from Firefox. > > 3. You *cannot* print Japanese from Thunderbird. > > > > If these are all true, I can easily tell you how to fix (3). :) > > Shucks. Only 1 and 3 are true.
All is not lost, mate. Follow these steps, and you should be right as rain:
1. Find your preferences files for: a. Mozilla b. Firefox c. Thunderbird
Damn you Gmail and your premature send! ;) As I was saying:
0. *** Quit Mozilla, Firefox, and Thunderbird! ***
1. Find your preferences files for: a. Mozilla b. Firefox c. Thunderbird
find .mozilla/ -type f -name \*prefs.js
2. Comment out all existing printer-specific settings in your Firefox and Thunderbird prefs files:
sed -i.bak -e 's|^\(.\+intl.\+\)$|// \1|' <FirefoxPrefsFileFromStep1> sed -i.bak -e 's|^\(.\+intl.\+\)$|// \1|' <ThunderbirdPrefsFileFromStep1>
3. Add the printer-specific settings from your Mozilla prefs file to your Firefox and Thunderbird prefs files:
grep -i print <MozillaPrefsFileFromStep1> | tee -a <FirefoxPrefsFileFromStep1> grep -i print <MozillaPrefsFileFromStep1> | tee -a <ThunderbirdPrefsFileFromStep1>
That should be all there is to it. If that does not work, or Firefox or Thunderbird spews error messages (hint: run them from the command-line so that debugging and error messages get printed to the terminal), examine the differences between the junk that is commented out and the junk that you added to the end of each prefs file.
BTW, the kprinter trick will only work if you use KDE (or have it installed) and KDE apps print Japanese correctly. Otherwise, just use plain ol' lpr.
-Josh
- Follow-Ups:
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- References:
- [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Evan Monroig
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Josh Glover
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Bart Mathias
- Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- From: Josh Glover
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Screen resolutions with 64MB
- Next by Date: Re: [tlug] Screen resolutions with 64MB
- Previous by thread: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Next by thread: Re: [tlug] CJK Printing from Web Browsers in Debian 3.3.2
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links