diff --git a/articles/guides/ChromiumFlashPDF.html b/articles/guides/ChromiumFlashPDF.html index db2a228..1494d20 100644 --- a/articles/guides/ChromiumFlashPDF.html +++ b/articles/guides/ChromiumFlashPDF.html @@ -1,27 +1,42 @@ - - -
- -You need Google Chrome and Chromium. Google Chrome contains the plugins, which you need and why would you want to get them into Chromium if you didn't have it?
-Chromium is probably packaged in your distribution and can be found either in package "chromium" (in Debian 7 (Wheezy) and above) or "chromium-browser" (Debian 6 (Squeeze)).
-After you have installed Chrome and Chromium, you should have directories "/opt/google/chrome" and "/usr/lib/chromium".
-The plugins, which you want are files "libpdf.so" and "libgcflashplayer.so" in the /opt/google/chrome" directory.
-The easiest way to get them into Chromium is to symlink them with the following commands:
-ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium/
-ln -s /opt/google/chrome/libgcflashplayer.so /usr/lib/chromium
-Remember to keep Google Chrome installed, because when package managment upgrades it, those plugins are also upgraded in both Chrome and Chromium (because Chromium is same as Chrome with those plugins).
-Now open (or if it was already running, restart) Chromium and go to about:plugins. There you should see two new plugins called "Chrome PDF Viewer" and "Flash". Enable them if they aren't enabled and they both should work now whenever you go into page with Flash script or PDF file.
-NOTE: Flash might need you to install package flashplugin-nonfree from the repositories. I am not fully sure about this.
- + +You need Google Chrome and Chromium. Google Chrome contains the plugins, which you need and why would you want to get them into Chromium if you didn't have it?
Chromium is probably packaged in your distribution and can be found either in package "chromium" (in Debian 7 (Wheezy) and above) or "chromium-browser" (Debian 6 (Squeeze)).
After you have installed Chrome and Chromium, you should have directories "/opt/google/chrome" and "/usr/lib/chromium".
The plugins, which you want are files "libpdf.so" and "libgcflashplayer.so" in the /opt/google/chrome" directory.
The easiest way to get them into Chromium is to symlink them with the following commands:
ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium/ ln -s /opt/google/chrome/libgcflashplayer.so /usr/lib/chromium
Remember to keep Google Chrome installed, because when package managment upgrades it, those plugins are also upgraded in both Chrome and Chromium (because Chromium is same as Chrome with those plugins).
Now open (or if it was already running, restart) Chromium and go to about:plugins. There you should see two new plugins called "Chrome PDF Viewer" and "Flash". Enable them if they aren't enabled and they both should work now whenever you go into page with Flash script or PDF file.
NOTE: Flash might need you to install package flashplugin-nonfree from the repositories. I am not fully sure about this.
diff --git a/articles/guides/ChromiumFlashPDF.html.md b/articles/guides/ChromiumFlashPDF.html.md index 74ed767..b6d3656 100644 --- a/articles/guides/ChromiumFlashPDF.html.md +++ b/articles/guides/ChromiumFlashPDF.html.md @@ -7,6 +7,7 @@On Debian you need package Icedove, but you should also install Enigmail and GnuPG and GnuPG2
---aptitude install icedove enigmail gnupg gnupg2
-
On Ubuntu you should install same packages as with Debian, but Icedove is called as Thunderbird.
---aptitude install icedove enigmail gnupg gnupg2
-
You need Thunderbird, but you should also install GPG-Tools and Enigmail.
-You need at Thunderbird, but you should also install GPG4Win and Enigmail.
-When you open Thunderbird / Icedove for the first time, it will ask for email address and password. Give them and Thunderbird will attempt to find the details and after that it downloads emails from the server.
-To send emails in plaintext, open Edit --> Account settings --> Composition & Addressing and uncheck the box "Compose messages in HTML format.
-See my complaining about HTML usage here.
-This doesn't affect emails with any visible way. It might just remove some charters in message source and it will allow you to send more charters than some latin1 charset. It might also remove charset line in PGP/INLINE signed emails.
-Open Edit --> Preferences --> Display --> Formatting --> Advanced... --> Character Encodings and set both "Outgoing Mail" and "Incoming Mail" as "Unicode UTF-8" and check the checkbox "When possible, use the default character encoding in replies."
-I am going to write explaining for this later.
-My GPG guide and my Enigmail guide.
-
Thunderbird / Icedove guide is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at mkaysi.github.com.
On Debian you need package Icedove, but you should also install Enigmail and GnuPG and GnuPG2
aptitude install icedove enigmail gnupg gnupg2
On Ubuntu you should install same packages as with Debian, but Icedove is called as Thunderbird.
aptitude install icedove enigmail gnupg gnupg2
You need Thunderbird, but you should also install GPG-Tools and Enigmail.
You need at Thunderbird, but you should also install GPG4Win and Enigmail.
When you open Thunderbird / Icedove for the first time, it will ask for email address and password. Give them and Thunderbird will attempt to find the details and after that it downloads emails from the server.
To send emails in plaintext, open Edit --> Account settings --> Composition & Addressing and uncheck the box "Compose messages in HTML format.
See my complaining about HTML usage here.
This doesn't affect emails with any visible way. It might just remove some charters in message source and it will allow you to send more charters than some latin1 charset. It might also remove charset line in PGP/INLINE signed emails.
Open Edit --> Preferences --> Display --> Formatting --> Advanced... --> Character Encodings and set both "Outgoing Mail" and "Incoming Mail" as "Unicode UTF-8" and check the checkbox "When possible, use the default character encoding in replies."
I am going to write explaining for this later.
My GPG guide and my Enigmail guide.
Thunderbird / Icedove guide is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at mkaysi.github.com.