[gnome-software] Temporarily remove the Software Sources dialog



commit cbc5567f539ba44f3d7732a956f1452bcf88daa3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Aug 30 08:04:31 2015 -0500

    Temporarily remove the Software Sources dialog
    
    The risks of keeping this dialog are 890251345203489x greater than its
    benefits. Get rid of it until the associated bugs are fixed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754315

 src/menus.ui |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/src/menus.ui b/src/menus.ui
index b138ba5..66223de 100644
--- a/src/menus.ui
+++ b/src/menus.ui
@@ -1,13 +1,28 @@
 <?xml version="1.0"?>
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
-  <menu id="app-menu">
+
+<!--
+
+The Software Sources dialog is too dangerous to display to the user. It has
+uninstalled all of GNOME from my computer silently, without my permission, on
+multiple occasions. A typical user would be unable to recover any personal data
+from the computer, and would never use GNOME ever again after that if s/he is
+reasonable.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=732406 needs to be fixed before
+this dialog is restored.
+-->
+  <menu id="unused-hack-menu-to-keep-the-translation">
     <section>
       <item>
         <attribute name="label" translatable="yes">_Software Sources</attribute>
         <attribute name="action">app.sources</attribute>
       </item>
     </section>
+  </menu>
+
+  <menu id="app-menu">
     <section>
       <item>
         <attribute name="label" translatable="yes">_About</attribute>


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