[extensions-web] about.html: Mention GNOME Shell 3.2.2.1 and remove patch links



commit 8a663c4788c4c27eda394d3170392f35e428c135
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jan 31 13:13:10 2012 -0500

    about.html: Mention GNOME Shell 3.2.2.1 and remove patch links
    
    Since GNOME Shell 3.2.2.1 has been released, distributions shouldn't
    need to patch GNOME Shell any more, which means this text is obsolete.

 .../extensions/templates/extensions/about.html     |   49 ++++++--------------
 1 files changed, 14 insertions(+), 35 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/about.html b/sweettooth/extensions/templates/extensions/about.html
index 0abea4c..f277158 100644
--- a/sweettooth/extensions/templates/extensions/about.html
+++ b/sweettooth/extensions/templates/extensions/about.html
@@ -72,47 +72,26 @@ under System Settings. GNOME Shell Extensions needs both settings panels
 configured for the one-click installation to work.
 </p>
 <p>
-Note: there were some bugs in the browser plugin shipped in GNOME 3.2
-that prevent it from working properly under WebKit-based browsers like
-Epiphany and Chromium. These bugs have been fixed and should be
-released when GNOME 3.4 ships at the beginning of March, next
-year. Use Firefox for now.
+Note: there were some bugs in the browser plugin shipped in some versions
+of GNOME 3.2 that prevent it from working properly under WebKit-based
+browsers like Epiphany and Chromium. GNOME Shell 3.2.2.1 has fixed these
+problems, so make sure you are using it.
 </p>
-<p>
-If you maintain your distribution's packages for GNOME 3.2, the patches that
-you will need to apply to get WebKit support working include:
-</p>
-<ul>
-<li><a href="http://git.gnome.org/browse/gnome-shell/commit/?id=2c2729f7be6ff4d8946c51ff8b59187fe38052d1";>browser-plugin: Set that we need XEmbed</a></li>
-<li><a href="http://git.gnome.org/browse/gnome-shell/commit/?id=9bc1a68fe48a0b1e8f377597387baea7a90a3a5b";>browser-plugin: Use g_strndup to get a string property</a></li>
-<li><a href="http://git.gnome.org/browse/gnome-shell/commit/?id=ab6a7773ce0bf0b6614fe81acc26521739723853";>browser-plugin: Make sure to use the UTF8Length parameter</a></li>
-<li><a href="http://git.gnome.org/browse/gnome-shell/commit/?id=02af8eb824bde8cc21b58365772d67e0d6c5992f";>browser-plugin: Fix memory leak when passing an invalid UUID</a></li>
-</ul>
 <h2 id="uninstall"> How do I uninstall my extensions? </h2>
 <p>
 Unfortunately, there are some bugs in GNOME 3.2 that prevented uninstallation
-from working properly for some extensions. Some distributions have already
-included patches to ensure that extensions can be properly installed by GNOME
-Shell Extensions. To uninstall an extension manually, remove the extension's
-directory, and then restart the Shell. The extension is stored
-in <code>~/.local/share/gnome-shell/extensions</code>. To restart the Shell,
-open the run dialog with <kbd>Alt+F2</kbd>, and enter <code>restart</code>.
+from working properly for some extensions. GNOME Shell 3.2.2.1 has fixed these
+problems. Make sure your system is fully updated if you are having issues
+uninstalling extensions.
 </p>
 <p>
-Distributions that we know of that include such patches to GNOME Shell to
-provide a better uninstallation experience include:
-</p>
-<ul>
-<li><a href="http://www.mageia.org/";>Mageia</a></li>
-</ul>
-<p>
-If you maintain your distribution's packages for GNOME 3.2, the current set of
-patches that you need to make extension uninstallation work correctly include:
-</p>
-<ul>
-<li><a href="http://git.gnome.org/browse/gnome-shell/commit/?id=ef49670ae491993cbfcfe666d389485c3a7c8adb";>fileUtils: Fix recursively delete dir</a></li>
-<li><a href="http://git.gnome.org/browse/gnome-shell/commit/?id=bbb83656bf83c9740fe68db7e35e05ea4f129b01";>extensionSystem: Set the proper 'enable' and 'type' parameters.</a></li>
-</ul>
+If you do not have GNOME Shell 3.2.2.1 and may be unable to get it, or are
+unsure, you can uninstall the extension manually. Remove the extension's
+directory, and then restart the Shell. The extension should be stored under
+<code>~/.local/share/gnome-shell/extensions</code>. Removing the directory
+won't be enough: you will need to restart the Shell to make sure the extension
+is completely uninstalled: open the run dialog with <kbd>Alt+F2</kbd>, and
+enter <code>restart</code>.
 <h2> How do I update my extensions? </h2>
 <p>
 To update your extension to the latest version, unfortunately you have to



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]