diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-08-01 23:03:48 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-08-01 23:03:48 +0800 |
commit | 8ba80fc715b957fd43d09ea396f6891b68addf31 (patch) | |
tree | 99c784205f57b076cd69365f0b15413acf84b8c9 /help | |
parent | 0b05c12df706ef06b681146bed66347287a4237f (diff) | |
download | gsoc2013-evolution-8ba80fc715b957fd43d09ea396f6891b68addf31.tar.gz gsoc2013-evolution-8ba80fc715b957fd43d09ea396f6891b68addf31.tar.zst gsoc2013-evolution-8ba80fc715b957fd43d09ea396f6891b68addf31.zip |
User Docs: Remove browser interaction documentation and link to Desktop Help instead. Fixes bug #678144
Diffstat (limited to 'help')
-rw-r--r-- | help/C/default-browser.page | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/help/C/default-browser.page b/help/C/default-browser.page index e9b0fb4ec0..fad1e5c268 100644 --- a/help/C/default-browser.page +++ b/help/C/default-browser.page @@ -4,11 +4,11 @@ type="topic" id="default-browser"> <info> - <desc>How to define the default browser to open links with.</desc> + <desc>Opening links from an email in a browser and opening the mail composer from an email link on a website.</desc> <link type="guide" xref="index#common-other-problems" /> - <revision pkgversion="3.0.2" version="0.5" date="2012-03-07" status="final"/> + <revision pkgversion="3.5.4" version="0.6" date="2012-08-01" status="final"/> <credit type="author"> <name its:translate="no">Andre Klapper</name> <email its:translate="no">ak-47@gmx.net</email> @@ -19,14 +19,16 @@ </info> -<title>Setting the default browser</title> +<title>Opening links in and from the web browser</title> <!-- For GNOME2 the steps are to define the gconf keys /desktop/gnome/url-handlers/http and /https --> -<p>You can set the system-wide default browser in GNOME 3 under <guiseq><gui>Activities</gui><gui>Applications</gui><gui>System Settings</gui><gui>System</gui><gui>System Info</gui><gui>Default Applications</gui></guiseq>.</p> -<p>If the preferred browser is set as default application but still does not work correctly please contact your distribution via their forum or bug tracker.</p> +<section id="urls-in-emails"> +<title>Change which web browser websites are opened in</title> + +<p>Please see <link href="ghelp:gnome-help#net-default-browser">the GNOME Desktop Help</link>.</p> -<note><p>GNOME 3 users with a technical background can tweak these settings by defining scheme-handlers in <file>$HOME/.local/share/applications/mimeapps.list</file>.</p></note> +<p>If the preferred browser is set as default application but still does not work correctly please contact your distribution via their forum or bug tracker.</p> <note style="info package"> <p>If the error message "Could not open the link: Operation not supported" is shown, you need to install the package <sys>gvfs</sys>.</p> @@ -36,4 +38,18 @@ </if:when> </if:choose> </note> +</section> + +<section id="urls-in-emails"> +<title>Change which mail application is used to write emails</title> + +<p>Please see <link href="ghelp:gnome-help#net-default-email">the GNOME Desktop Help</link>.</p> + +</section> + +<section id="advanced-options"> +<title>Advanced options</title> +<note><p>If you have a technical background you can also tweak these settings by defining scheme-handlers in <file>$HOME/.local/share/applications/mimeapps.list</file>.</p></note> +</section> + </page> |