Re: string freeze break request for gnome-menus



Le mardi 29 mars 2011, à 16:20 +0530, Andre Klapper a écrit :
> On Sat, 2011-03-26 at 22:25 +0100, Luca Ferretti wrote:
> > My proposal was tweak gnome-menu and put all them under existing Other
> > category. Advantages: 
> >       * it exists - so no need to break string freeze
> >       * it works on both panel and shell
> >       * it's a horrid place - so dishonour will force developer to place
> >         their stuff in a proper submenu or convert to g-c-c panel :)
> 
> Looks like we have to come to an agreement here as this one has a 3.0
> target flag set...

It's getting really late to add strings, and we're not completely sure
how to deal with the new submenus from a layout perspective, so I
suggest we should just put the missing .desktop files in Other. And
we'll take time to find a solution we're really happy with for 3.2.

I've attached a patch to the bug:
 https://bugzilla.gnome.org/show_bug.cgi?id=645061
 http://bugzilla-attachments.gnome.org/attachment.cgi?id=184663

Opinions?

Vincent

-- 
Les gens heureux ne sont pas pressés.
>From 39c6b8a51c1ef0d4082f21c62b5c3345ebf9ab70 Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz gnome org>
Date: Wed, 30 Mar 2011 12:53:39 +0530
Subject: [PATCH] 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 -->
-- 
1.7.4.1


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