[gnome-menus] layout: Show administration tools and old capplets in Other



commit 4fb0ed4d0e7a4fb40e56af6d462467bd16d4c512
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Mar 30 12:53:39 2011 +0530

    layout: Show administration tools and old capplets in Other
    
    Right now, administration tools and capplets that used to be in the
    Control Center are not accessible in any way. With this patch, they
    appear in Other. While this is not perfect, this will make them
    accessible until we find the right solution.
    
    To do this, we just exclude .desktop files that match panels from the
    Control Center instead of excludings the Settings category, which is too
    broad.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645061

 layout/applications.menu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/layout/applications.menu b/layout/applications.menu
index a1a9476..9a15849 100644
--- a/layout/applications.menu
+++ b/layout/applications.menu
@@ -145,8 +145,8 @@
     <Include>
       <And>
         <Not><Category>Core</Category></Not>
-        <Not><Category>Settings</Category></Not>
         <Not><Category>Screensaver</Category></Not>
+        <Not><Category>X-GNOME-Settings-Panel</Category></Not>
       </And>
     </Include>
   </Menu> <!-- End Other -->



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